rpms/gift/devel gift.spec,1.8,1.9

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Thu May 24 12:15:14 UTC 2007


Author: rdieter

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

Modified Files:
	gift.spec 
Log Message:
* Thu May 24 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.11.8.1-7
- BR: file-devel (fc7+, see also #214992)
- ppc64 build



Index: gift.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gift/devel/gift.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gift.spec	28 Oct 2006 20:34:02 -0000	1.8
+++ gift.spec	24 May 2007 12:14:39 -0000	1.9
@@ -1,12 +1,8 @@
 
-#if "%{?fedora}" > "2" || "%{?rhel}" > "3"
-%define _enable_libmagic --enable-libmagic
-#endif
-
 Name:	 gift
 Summary: Daemon for communicating with filesharing protocols
 Version: 0.11.8.1
-Release: 6%{?dist}
+Release: 7%{?dist}
 
 License: GPL
 Group:	 System Environment/Daemons
@@ -23,12 +19,17 @@
 Source1: giftd.sh
 
 BuildRequires: libtool
-%if "%{?fedora}" > "3" || "%{?rhel}" > "4"
+%if 0%{?fedora} > 3 || 0%{?rhel} > 4
 BuildRequires: libtool-ltdl-devel
 %endif
 BuildRequires: libvorbis-devel
 BuildRequires: ImageMagick-devel 
-%{?_enable_libmagic:BuildRequires: file > 4.0 }
+
+%define _enable_libmagic --enable-libmagic
+BuildRequires: file > 4.0
+%if 0%{?fedora} > 6
+BuildRequires: file-devel
+%endif
 
 %description
 giFT is a modular daemon capable of abstracting the communication between
@@ -66,7 +67,6 @@
 mv $RPM_BUILD_ROOT%{_bindir}/giftd $RPM_BUILD_ROOT%{_sbindir}/
 install -p -m755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/giftd
 
-
 ## Create/own plugin dir
 mkdir -p $RPM_BUILD_ROOT%{_libdir}/giFT
 
@@ -101,6 +101,10 @@
 
 
 %changelog
+* Thu May 24 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.11.8.1-7
+- BR: file-devel (fc7+, see also #214992)
+- ppc64 build
+
 * Tue Oct 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.11.8.1-6
 - patch to respect %_bindir,%_datadir,%_includedir,%_libdir (#210114)
 




More information about the fedora-extras-commits mailing list