rpms/blackbox/devel blackbox.spec,1.16,1.17

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Mar 29 11:40:06 UTC 2007


Author: thias

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

Modified Files:
	blackbox.spec 
Log Message:
Add missing requirement to the devel sub-package (from the pkgconfig file).



Index: blackbox.spec
===================================================================
RCS file: /cvs/extras/rpms/blackbox/devel/blackbox.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- blackbox.spec	29 Mar 2007 11:22:15 -0000	1.16
+++ blackbox.spec	29 Mar 2007 11:39:33 -0000	1.17
@@ -31,6 +31,12 @@
 Summary: Blackbox Toolbox library for writing small applications
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}, pkgconfig
+# Use monolithic X up to FC4, and modular X for FC5+ and non-Fedora
+%if %{!?fedora:6}%{?fedora} >= 5
+Requires: libXft-devel
+%else
+Requires: xorg-x11-devel
+%endif
 
 %description devel
 This package contains the Blackbox Toolbox files, headers and static library
@@ -103,6 +109,7 @@
 - Add missing libXft-devel build requirement.
 - Switch to using downloads.sf.net source URL.
 - Minor spec file tweaks.
+- Add new libXft-devel devel sub-package requirement.
 
 * Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 0.70.1-5
 - FC6 rebuild.




More information about the fedora-extras-commits mailing list