[dmlite/el5] updated to new 0.6.0 release, added patch to disable python and tests packages.

Ricardo Rocha rocha at fedoraproject.org
Wed Feb 6 12:26:22 UTC 2013


commit b9630b05d3a16d290358c95cd72e6876dcc4e4b4
Author: rocha <rocha at rocha-el6.cern.ch>
Date:   Wed Feb 6 12:46:18 2013 +0100

    updated to new 0.6.0 release, added patch to disable python and tests packages.

 .gitignore  |    2 ++
 dmlite.spec |   28 +++++++++++++++++++---------
 sources     |    3 ++-
 3 files changed, 23 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7156fdb..045a90c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
 /dmlite-0.2.0.tar.gz
 /dmlite-0.3.0.tar.gz
 /dmlite-0.4.2.tar.gz
+/dmlite-0.6.0.tar.gz
+/dmlite-disable-python-tests.patch
diff --git a/dmlite.spec b/dmlite.spec
index cc5b5b3..a72aedf 100644
--- a/dmlite.spec
+++ b/dmlite.spec
@@ -1,15 +1,17 @@
 Name:		dmlite
-Version:	0.4.2
-Release:	2%{?dist}
+Version:	0.6.0
+Release:	1%{?dist}
 Summary:	Common libraries for grid data management and storage
 Group:		Applications/Internet
 License:	ASL 2.0
 URL:		https://svnweb.cern.ch/trac/lcgdm/wiki/Dpm/Dev/Dmlite
 # The source of this package was pulled from upstream's vcs. Use the
 # following commands to generate the tarball:
-# svn export http://svn.cern.ch/guest/lcgdm/dmlite/tags/dmlite_0_4_2 dmlite-0.4.2
-# tar -czvf dmlite-0.4.2.tar.gz dmlite-0.4.2
+# svn export http://svn.cern.ch/guest/lcgdm/dmlite/tags/dmlite_0_6_0 dmlite-0.6.0
+# tar -czvf dmlite-0.6.0.tar.gz dmlite-0.6.0
 Source0:	%{name}-%{version}.tar.gz
+# We currently don't package python and tests in fedora
+Patch0:		dmlite-disable-python-tests.patch
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %if %{?fedora}%{!?fedora:0} >= 10 || %{?rhel}%{!?rhel:0} >= 6
@@ -57,6 +59,8 @@ Man pages and HTML documentation for dmlite.
 %prep
 %setup -q -n %{name}-%{version}
 
+%patch0 -p0
+
 %build
 %cmake . -DCMAKE_INSTALL_PREFIX=/
 
@@ -79,9 +83,11 @@ rm -rf %{buildroot}
 %files libs
 %defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/dmlite.conf
-%dir %{_libdir}/dmlite
+%dir %{_sysconfdir}/dmlite.conf.d
 %{_libdir}/libdmlite.so.*
-%doc README LICENSE
+%dir %{_libdir}/dmlite
+%{_libdir}/dmlite/plugin_config.so
+%doc README LICENSE RELEASE-NOTES
 
 %files devel
 %defattr(-,root,root,-)
@@ -94,6 +100,13 @@ rm -rf %{buildroot}
 %{_defaultdocdir}/%{name}-%{version}
 
 %changelog
+* Wed Feb 06 2013 Ricardo Rocha <ricardo.rocha at cern.ch> - 0.6.0-1
+- Update for new upstream release
+- Added patch to disable python and tests packages
+
+* Thu Oct 25 2012 Ricardo Rocha <ricardo.rocha at cern.ch> - 0.5.0-1
+- Update for new upstream release
+
 * Wed Oct 24 2012 Ricardo Rocha <ricardo.rocha at cern.ch> - 0.4.2-2
 - #869568 - dmlite-libs should own /usr/lib(64)/dmlite 
 
@@ -123,6 +136,3 @@ rm -rf %{buildroot}
 
 * Mon Jan 23 2012 Alejandro Alvarez <alejandro.alvarez.ayllon at cern.ch> - 0.1.0-1
 - Added cppunit-devel as a build dependency
-
-* Tue Jan 20 2012 Alejandro Alvarez <alejandro.alvarez.ayllon at cern.ch> - 0.1.0-1
-- Created spec file
diff --git a/sources b/sources
index 30ef5bd..51f0e0c 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-1c5b5e2a93cd553b562973393fec35f4  dmlite-0.4.2.tar.gz
+2829e8ce79a969a56f4eb237e96dd148  dmlite-0.6.0.tar.gz
+d1b2548aabf8c79dbba6bc97dcd281b3  dmlite-disable-python-tests.patch


More information about the scm-commits mailing list