packages: mongodb/mongodb.spec - add md5 for Source0 - fix Source[12] names...
lisu
lisu at pld-linux.org
Thu Oct 28 10:19:20 CEST 2010
Author: lisu Date: Thu Oct 28 08:19:20 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- add md5 for Source0
- fix Source[12] names
- BR: pcre-cxx-devel
- use scons macro
---- Files affected:
packages/mongodb:
mongodb.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/mongodb/mongodb.spec
diff -u packages/mongodb/mongodb.spec:1.1 packages/mongodb/mongodb.spec:1.2
--- packages/mongodb/mongodb.spec:1.1 Fri Sep 17 05:26:13 2010
+++ packages/mongodb/mongodb.spec Thu Oct 28 10:19:14 2010
@@ -6,16 +6,17 @@
License: AGPL 3.0
Group: Applications/Databases
URL: http://www.mongodb.org
-Source0: http://downloads.mongodb.org/src/%{name}-src-r%{version}.tar.gz
-#Source0: %{name}-src-r%{version}.tar.gz
-Source1: mongod.logrotate
-Source2: mongod.init
+Source0: http://downloads.mongodb.org/src/%{name}-src-r%{version}.tar.gz
+# Source0-md5: 358bfc52855a66d3c954e7f6f51bcd12
+Source1: %{name}.logrotate
+Source2: %{name}.init
# BuildRequires: libpcap-devel
BuildRequires: boost-devel >= 1.42
BuildRequires: gcc >= 4.0
BuildRequires: libstdc++-devel
BuildRequires: libstdc++-devel >= 4.0
-BuildRequires: pcre-devel
+BuildRequires: pcre-cxx-devel
+#BuildRequires: pcre-devel
BuildRequires: readline-devel
BuildRequires: scons >= 1.2
BuildRequires: v8-devel
@@ -45,7 +46,7 @@
softwware, default configuration files, and init.d scripts.
%package devel
-Summary: Headers and libraries for mongo development.
+Summary: Headers and libraries for mongo development
Group: Development/Libraries
Requires: %{name} = %{version}
@@ -62,7 +63,7 @@
# Fix permission
find %{_builddir}/%{name}-src-r%{version} -type f -executable -exec chmod a-x '{}' \;
-scons -j 3 --prefix=$RPM_BUILD_ROOT%{_prefix} --sharedclient --full all --usev8
+%scons -j 3 --prefix=$RPM_BUILD_ROOT%{_prefix} --sharedclient --full all --usev8
# XXX really should have shared library here
%install
@@ -162,6 +163,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2010/10/28 08:19:14 lisu
+- add md5 for Source0
+- fix Source[12] names
+- BR: pcre-cxx-devel
+- use scons macro
+
Revision 1.1 2010/09/17 03:26:13 aredridel
- added. NFY
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mongodb/mongodb.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list