rpms/libxfce4ui/devel libxfce4ui.spec,1.1,1.2

Christoph Wickert cwickert at fedoraproject.org
Thu Jan 14 00:52:06 UTC 2010


Author: cwickert

Update of /cvs/pkgs/rpms/libxfce4ui/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21124

Modified Files:
	libxfce4ui.spec 
Log Message:
final after-review fixes


Index: libxfce4ui.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libxfce4ui/devel/libxfce4ui.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- libxfce4ui.spec	14 Jan 2010 00:50:07 -0000	1.1
+++ libxfce4ui.spec	14 Jan 2010 00:52:06 -0000	1.2
@@ -55,10 +55,15 @@ developing applications that use %{name}
 
 
 %build
-%configure --enable-doc --disable-static
+%configure --enable-gtk-doc --disable-static
+# Remove rpaths
 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
 
+# The LD_LIBRARY_PATH hack is needed for --enable-gtk-doc
+# because lt-libxfce4ui-scan is linked against libxfce4ui
+export LD_LIBRARY_PATH=$( pwd )/libxfce4ui/.libs
+
 make %{?_smp_mflags} V=1
 
 
@@ -97,7 +102,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Tue Jan 12 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.0-2
+* Tue Jan 12 2010 Christoph Wickert <cwickert at fedoraproject.org> - 4.7.1-2
+- Fix license tag
 - Build gtk-doc
-* Tue Jan 05 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.0-1
-- Initial spec file
+
+* Tue Jan 05 2010 Christoph Wickert <cwickert at fedoraproject.org> - 4.7.1-1
+- Initial spec file, based on libxfcegui4.spec
+



More information about the scm-commits mailing list