[dmlite/f18] Update for new upstream release

Alejandro Alvarez aalvarez at fedoraproject.org
Fri Jul 12 07:19:04 UTC 2013


commit 63a7d00daeaded7244e761089ce059703c8c00cb
Author: aalvarez <alejandro.alvarez.ayllon at cern.ch>
Date:   Fri Jul 12 09:18:40 2013 +0200

    Update for new upstream release

 .gitignore                 |    1 +
 dmlite-disable-tests.patch |   13 +++++++++++++
 dmlite.spec                |   13 ++++++++-----
 sources                    |    3 +--
 4 files changed, 23 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 045a90c..4253f28 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /dmlite-0.4.2.tar.gz
 /dmlite-0.6.0.tar.gz
 /dmlite-disable-python-tests.patch
+/dmlite-0.6.1.tar.gz
diff --git a/dmlite-disable-tests.patch b/dmlite-disable-tests.patch
new file mode 100644
index 0000000..ec7a43f
--- /dev/null
+++ b/dmlite-disable-tests.patch
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 08c6a98..48ffc1c 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -58,7 +58,6 @@ add_subdirectory (doc)
+ add_subdirectory (etc)
+ add_subdirectory (include)
+ add_subdirectory (src)
+-add_subdirectory (tests)
+ 
+ if (BUILD_PYTHON)
+   add_subdirectory (python)
+
diff --git a/dmlite.spec b/dmlite.spec
index a72aedf..ac2479d 100644
--- a/dmlite.spec
+++ b/dmlite.spec
@@ -1,5 +1,5 @@
 Name:		dmlite
-Version:	0.6.0
+Version:	0.6.1
 Release:	1%{?dist}
 Summary:	Common libraries for grid data management and storage
 Group:		Applications/Internet
@@ -10,8 +10,8 @@ URL:		https://svnweb.cern.ch/trac/lcgdm/wiki/Dpm/Dev/Dmlite
 # 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
+# We currently don't package tests in fedora 
+Patch0:		dmlite-disable-tests.patch
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %if %{?fedora}%{!?fedora:0} >= 10 || %{?rhel}%{!?rhel:0} >= 6
@@ -59,10 +59,10 @@ Man pages and HTML documentation for dmlite.
 %prep
 %setup -q -n %{name}-%{version}
 
-%patch0 -p0
+%patch0 -p1
 
 %build
-%cmake . -DCMAKE_INSTALL_PREFIX=/
+%cmake . -DCMAKE_INSTALL_PREFIX=/ -DBUILD_PYTHON=OFF
 
 make %{?_smp_mflags}
 
@@ -100,6 +100,9 @@ rm -rf %{buildroot}
 %{_defaultdocdir}/%{name}-%{version}
 
 %changelog
+* Wed Jul 10 2013 Alejandro Alvarez <aalvarez at cern.ch> - 0.6.1-1
+- Update for new upstream release
+
 * 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
diff --git a/sources b/sources
index 51f0e0c..109b8d8 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-2829e8ce79a969a56f4eb237e96dd148  dmlite-0.6.0.tar.gz
-d1b2548aabf8c79dbba6bc97dcd281b3  dmlite-disable-python-tests.patch
+6c2d1f97b7014e832cfee8defeee74ce  dmlite-0.6.1.tar.gz


More information about the scm-commits mailing list