rpms/libxfce4util/FC-5 libxfce4util.spec,1.11,1.12

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Mon Jun 25 00:49:30 UTC 2007


Author: cwickert

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

Modified Files:
	libxfce4util.spec 
Log Message:
remove rpath with chrpath for now


Index: libxfce4util.spec
===================================================================
RCS file: /cvs/extras/rpms/libxfce4util/FC-5/libxfce4util.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libxfce4util.spec	24 Jun 2007 23:33:27 -0000	1.11
+++ libxfce4util.spec	25 Jun 2007 00:48:39 -0000	1.12
@@ -5,9 +5,6 @@
 License: BSD and LGPL
 URL: http://www.xfce.org/
 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-%(%{__id_u} -n)
@@ -22,6 +19,7 @@
 Requires: glib2-devel
 Requires: gtk2-devel
 BuildRequires: gtk-doc
+BuildRequires: chrpath
 
 %description devel
 This package includes static libraries and header files for the
@@ -29,7 +27,6 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .rpath
 
 %build
 %configure --disable-static --enable-gtk-doc
@@ -41,6 +38,7 @@
 make install DESTDIR=$RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+chrpath --delete $RPM_BUILD_ROOT%{_sbindir}/xfce4-kiosk-query
 
 %clean
 rm -rf $RPM_BUILD_ROOT




More information about the fedora-extras-commits mailing list