rpms/libdb/devel libdb.spec,1.2,1.3

Jindrich Novy jnovy at fedoraproject.org
Thu Jun 17 09:49:04 UTC 2010


Author: jnovy

Update of /cvs/pkgs/rpms/libdb/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32436

Modified Files:
	libdb.spec 
Log Message:
- put the Requires into the right subpackage



Index: libdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libdb/devel/libdb.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- libdb.spec	17 Jun 2010 09:47:17 -0000	1.2
+++ libdb.spec	17 Jun 2010 09:49:04 -0000	1.3
@@ -46,7 +46,6 @@ be installed on all systems.
 Summary: The Berkeley DB database library for C++
 Group: System Environment/Libraries
 Requires: %{name} = %{version}-%{release}
-Requires: %{name}-cxx = %{version}-%{release}
 
 %description cxx
 The Berkeley Database (Berkeley DB) is a programmatic toolkit that
@@ -75,6 +74,7 @@ recovery. DB supports C, C++, Java and P
 Summary: C development files for the Berkeley DB library
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
+Requires: %{name}-cxx = %{version}-%{release}
 
 %description devel
 The Berkeley Database (Berkeley DB) is a programmatic toolkit that



More information about the scm-commits mailing list