rpms/gtktalog/devel gtktalog.spec,1.7,1.8

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue Mar 14 10:54:50 UTC 2006


Author: thias

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

Modified Files:
	gtktalog.spec 
Log Message:
Rearrange requirements and build requirements, have eject and ogginfo detected.



Index: gtktalog.spec
===================================================================
RCS file: /cvs/extras/rpms/gtktalog/devel/gtktalog.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gtktalog.spec	9 Feb 2006 10:16:30 -0000	1.7
+++ gtktalog.spec	14 Mar 2006 10:54:49 -0000	1.8
@@ -1,16 +1,18 @@
 Summary: The GNOME disk catalog
 Name: gtktalog
 Version: 1.0.4
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPL
 Group: Applications/Archiving
 URL: http://www.nongnu.org/gtktalog/
 Source: ftp://ftp.gnu.org/savannah/files/gtktalog/gtktalog.pkg/%{version}/gtktalog-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-Requires: gnome-libs >= 1.2, zlib, eject, bzip2, /usr/bin/file
-BuildRequires: gnome-libs-devel, gtk+-devel, desktop-file-utils, gcc-c++
-%if 0%{?fedora} < 5
-%else
+Requires: gnome-libs >= 1.2, unzip, bzip2, file, eject, vorbis-tools
+BuildRequires: gnome-libs-devel >= 1.2,  desktop-file-utils, gettext-devel
+BuildRequires: unzip, bzip2, file, eject, vorbis-tools
+# Required until libSM-devel gets required by gnome-libs-devel (#184125)
+# Use modular X for FC5+ and non-Fedora
+%if %{!?fedora:5}%{?fedora} >= 5
 BuildRequires: libSM-devel
 %endif
 
@@ -62,6 +64,11 @@
 
 
 %changelog
+* Tue Mar 14 2006 Matthias Saou <http://freshrpms.net/> 1.0.4-7
+- Make libSM-devel buildd requirement conditional. It souldn't be here
+  anyway an will go away when #184125 gets fixed.
+- Add eject and vorbis-tools (ogginfo) support, rearrange requirements.
+
 * Thu Feb  9 2006 Matthias Saou <http://freshrpms.net/> 1.0.4-6
 - Add conditional to build with modular X depending on FC version.
 - Rebuild for new gcc/glibc.




More information about the fedora-extras-commits mailing list