rpms/libxfce4util/FC-5 libxfce4util-4.2.4-rpath.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 libxfce4util.spec, 1.10, 1.11 sources, 1.5, 1.6

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Sun Jun 24 23:34:11 UTC 2007


Author: cwickert

Update of /cvs/extras/rpms/libxfce4util/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6306

Modified Files:
	.cvsignore libxfce4util.spec sources 
Added Files:
	libxfce4util-4.2.4-rpath.patch 
Log Message:
final update to 4.2.4

libxfce4util-4.2.4-rpath.patch:

--- NEW FILE libxfce4util-4.2.4-rpath.patch ---
--- libxfce4util-4.2.4.orig/configure	2007-06-24 02:19:37.000000000 +0200
+++ libxfce4util-4.2.4/configure	2007-06-24 15:12:04.000000000 +0200
@@ -9171,7 +9171,7 @@
     # are reset later if shared libraries are not supported. Putting them
     # here allows them to be overridden if necessary.
     runpath_var=LD_RUN_PATH
-    hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
+    hardcode_libdir_flag_spec='-L$libdir'
     export_dynamic_flag_spec='${wl}--export-dynamic'
     # ancient GNU ld didn't support --whole-archive et. al.
     if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libxfce4util/FC-5/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	17 Nov 2005 06:12:10 -0000	1.5
+++ .cvsignore	24 Jun 2007 23:33:27 -0000	1.6
@@ -1 +1 @@
-libxfce4util-4.2.3.2.tar.gz
+libxfce4util-4.2.4.tar.gz


Index: libxfce4util.spec
===================================================================
RCS file: /cvs/extras/rpms/libxfce4util/FC-5/libxfce4util.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libxfce4util.spec	16 Feb 2006 19:18:46 -0000	1.10
+++ libxfce4util.spec	24 Jun 2007 23:33:27 -0000	1.11
@@ -1,15 +1,16 @@
 Summary: Utility library for the Xfce4 desktop environment
 Name: libxfce4util
-Version: 4.2.3.2
-Release: 2%{?dist}
+Version: 4.2.4
+Release: 1%{?dist}
 License: BSD and LGPL
 URL: http://www.xfce.org/
-Source0: http://www.us.xfce.org/archive/xfce-4.2.3.2/src/libxfce4util-4.2.3.2.tar.gz
-Group: Development/Libraries
-Requires: glib2 >= 2.0.0
-Prereq: /sbin/ldconfig
+Source0: http://www.us.xfce.org/archive/xfce-4.2.4/src/libxfce4util-4.2.4.tar.gz
+
+Patch0: libxfce4util-4.2.4-rpath.patch
+
+Group: System Environment/Libraries
 BuildRequires: glib2-devel >= 2.0.0
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
 This package includes basic utility non-GUI functions for Xfce4.
@@ -20,6 +21,7 @@
 Requires: %{name} = %{version}-%{release}
 Requires: glib2-devel
 Requires: gtk2-devel
+BuildRequires: gtk-doc
 
 %description devel
 This package includes static libraries and header files for the
@@ -27,9 +29,11 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .rpath
 
 %build
-%configure --disable-static
+%configure --disable-static --enable-gtk-doc
+
 make %{?_smp_mflags}
 
 %install
@@ -46,12 +50,12 @@
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{_libdir}/lib*.so.*
 %{_sbindir}/xfce4-kiosk-query
 
 %files devel
-%defattr(-, root, root)
+%defattr(-,root,root,-)
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/*.pc
 %{_includedir}/xfce4/libxfce4util
@@ -59,6 +63,12 @@
 %doc %{_datadir}/gtk-doc/html/libxfce4util
 
 %changelog
+* Wed Jun 20 2007 Christoph Wickert <fedora at christoph-wickert.de> - 4.2.4-1
+- Update to 4.2.4
+- Patch to disable rpath in xfce4-kiosk-query
+- Remove superflurious %%Requires and %%Prereq
+- enable-gtk-doc 
+
 * Thu Feb 16 2006 Kevin Fenzi <kevin at tummy.com> - 4.2.3.2-2.fc5
 - Rebuild for fc5
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libxfce4util/FC-5/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	17 Nov 2005 06:12:10 -0000	1.5
+++ sources	24 Jun 2007 23:33:27 -0000	1.6
@@ -1 +1 @@
-2d312ba48da612501d6776f8b4a65797  libxfce4util-4.2.3.2.tar.gz
+ea8b18e09c14571bad3e352a78d591c7  libxfce4util-4.2.4.tar.gz




More information about the fedora-extras-commits mailing list