|
@@ -1,13 +1,15 @@
|
|
Name: libxfcegui4
|
|
Name: libxfcegui4
|
|
Summary: GTK widgets for xfce
|
|
Summary: GTK widgets for xfce
|
|
Version: 4.10.0
|
|
Version: 4.10.0
|
|
-Release: 3%{?_dist_release}
|
|
|
|
|
|
+Release: 4%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: LGPLv2+
|
|
License: LGPLv2+
|
|
URL: http://www.xfce.org/
|
|
URL: http://www.xfce.org/
|
|
|
|
|
|
Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
|
|
Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
|
|
|
|
+# From https://bugzilla.xfce.org/show_bug.cgi?id=10974#c6
|
|
|
|
+Patch0: libxfcegui4-4.10.0-no-xfce_setenv.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: gtk2-devel >= 2.10.0
|
|
BuildRequires: gtk2-devel >= 2.10.0
|
|
@@ -33,19 +35,26 @@ The package includes various gtk widgets for Xfce.
|
|
Summary: Developpment tools for libxfcegui4 library
|
|
Summary: Developpment tools for libxfcegui4 library
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
-Requires: libxfce4util-devel >= 4.10.0
|
|
|
|
Requires: gtk2-devel >= 2.10.0
|
|
Requires: gtk2-devel >= 2.10.0
|
|
|
|
+Requires: libxfce4util-devel >= 4.10.0
|
|
|
|
|
|
%description devel
|
|
%description devel
|
|
Static libraries and header files for the libxfcegui4 library.
|
|
Static libraries and header files for the libxfcegui4 library.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
+%patch0 -p0
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure --disable-gladeui --disable-static
|
|
%configure --disable-gladeui --disable-static
|
|
|
|
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
|
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
|
|
|
-make %{?_smp_mflags}
|
|
|
|
|
|
+# The LD_LIBRARY_PATH hack is needed for --enable-gtk-doc
|
|
|
|
+# because lt-libxfce4ui-scan is linked against libxfce4ui
|
|
|
|
+export LD_LIBRARY_PATH=$( pwd )/%{name}/.libs
|
|
|
|
+
|
|
|
|
+make %{?_smp_mflags} V=1
|
|
|
|
|
|
%install
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
@@ -91,6 +100,9 @@ fi
|
|
%{_datadir}/gtk-doc/html/libxfcegui4
|
|
%{_datadir}/gtk-doc/html/libxfcegui4
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Apr 3 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.10.0-4
|
|
|
|
+- added Patch0
|
|
|
|
+
|
|
* Tue Mar 3 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.10.0-3
|
|
* Tue Mar 3 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.10.0-3
|
|
- rebuilt with libxfce4util 4.12.1
|
|
- rebuilt with libxfce4util 4.12.1
|
|
|
|
|