rpms/gift/devel gift.spec,1.5,1.6

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Tue Oct 10 12:44:23 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/gift/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23141

Modified Files:
	gift.spec 
Log Message:
* Tue Oct 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.11.8.1-6
- patch to respect %_bindir,%_datadir,%_includedir,%_libdir (#210114)



Index: gift.spec
===================================================================
RCS file: /cvs/extras/rpms/gift/devel/gift.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gift.spec	29 Aug 2006 17:35:06 -0000	1.5
+++ gift.spec	10 Oct 2006 12:44:23 -0000	1.6
@@ -6,7 +6,7 @@
 Name:	 gift
 Summary: Daemon for communicating with filesharing protocols
 Version: 0.11.8.1
-Release: 5%{?dist}
+Release: 6%{?dist}
 
 License: GPL
 Group:	 System Environment/Daemons
@@ -15,6 +15,9 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Patch1: gift-0.11.8.1-gcc4.patch
+# respect %_bindir,%_datadir,%_includedir,%_libdir
+# http://bugzilla.redhat.com/210114
+Patch2: gift-0.11.8.1-fhs.patch
 
 # Wrapper for auto-launch gift-setup for first-time users 
 Source1: giftd.sh
@@ -44,6 +47,7 @@
 %setup -q
 
 %patch1 -p1 -b .gcc4
+%patch2 -p1 -b .fhs
 
 
 %build
@@ -81,7 +85,7 @@
 
 %files
 %defattr(-,root,root)
-%doc README AUTHORS COPYING HACKING INSTALL QUICKSTART TODO
+%doc AUTHORS COPYING HACKING QUICKSTART README TODO
 %{_bindir}/gift*
 %{_sbindir}/giftd
 %{_datadir}/giFT/
@@ -97,10 +101,13 @@
 
 
 %changelog
+* Tue Oct 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.11.8.1-6
+- patch to respect %_bindir,%_datadir,%_includedir,%_libdir (#210114)
+
 * Tue Aug 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.11.8.1-5
 - fc6 respin
 
-* Wed Mar 1 2006 Rex Dieter <rexdieter[AT]users.sf.net>
+* Wed Mar 1 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.11.8.1-4.1
 - fc5: gcc/glibc respin
 
 * Fri Jan 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.11.8.1-4




More information about the scm-commits mailing list