packages: 3store/3store.spec - fixed glib-requires in -devel package

sls sls at pld-linux.org
Tue Oct 27 22:18:04 CET 2009


Author: sls                          Date: Tue Oct 27 21:18:04 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fixed glib-requires in -devel package

---- Files affected:
packages/3store:
   3store.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: packages/3store/3store.spec
diff -u packages/3store/3store.spec:1.13 packages/3store/3store.spec:1.14
--- packages/3store/3store.spec:1.13	Mon Oct 26 15:44:47 2009
+++ packages/3store/3store.spec	Tue Oct 27 22:17:59 2009
@@ -43,7 +43,8 @@
 Requires:	%{name} = %{version}-%{release}
 # for -lfl
 Requires:	flex
-Requires:	glib-devel
+%{!?with_glib2:Requires:	glib-devel}
+%{?with_glib2:Requires:	glib2-devel}
 Requires:	libraptor-devel >= 0.9.10
 Requires:	mysql-devel
 
@@ -122,6 +123,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2009/10/27 21:17:59  sls
+- fixed glib-requires in -devel package
+
 Revision 1.13  2009/10/26 14:44:47  sls
 - added glib2 patch and bcond (it builds and probably works)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/3store/3store.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list