From f17b71b19f1c57eedaa32e8a284afc8d2221f88e Mon Sep 17 00:00:00 2001 From: Alejandro Alvarez Ayllon Date: Sep 02 2015 07:31:19 +0000 Subject: dmlite release 0.7.4 --- diff --git a/.gitignore b/.gitignore index ce192e3..1482ea5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,3 @@ -/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 -/dmlite-0.6.1.tar.gz -/dmlite-0.6.2.tar.gz -/dmlite-0.7.0.tar.gz -/dmlite-0.7.1.tar.gz -/dmlite-0.7.2.tar.gz -/dmlite-0.7.3.tar.gz +/*.tar.gz +/*.rpm + diff --git a/dmlite-shell-location.patch b/dmlite-shell-location.patch new file mode 100644 index 0000000..d827d10 --- /dev/null +++ b/dmlite-shell-location.patch @@ -0,0 +1,12 @@ +Index: shell/src/CMakeLists.txt +=================================================================== +--- shell/src/CMakeLists.txt (revision 11811) ++++ shell/src/CMakeLists.txt (working copy) +@@ -14,5 +14,5 @@ + DESTINATION ${INSTALL_PFX_USR}/bin) + + install(FILES __init__.py interpreter.py dbutils.py +- DESTINATION ${INSTALL_PYTHON_SITE_PACKAGES}/dmliteshell ++ DESTINATION ${PYTHON_SITE_PACKAGES}/dmliteshell + ) + diff --git a/dmlite.spec b/dmlite.spec index 742ca6a..0d61d1a 100644 --- a/dmlite.spec +++ b/dmlite.spec @@ -4,19 +4,20 @@ %{!?dmlite_test: %global dmlite_tests 0} Name: dmlite -Version: 0.7.3 -Release: 3%{?dist} +Version: 0.7.4 +Release: 1%{?dist} Summary: Lcgdm grid data management and storage framework 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_7_3i dmlite-0.7.3 -# tar -czvf dmlite-0.7.3.tar.gz dmlite-0.7.3 +# svn export http://svn.cern.ch/guest/lcgdm/dmlite/tags/dmlite_0_7_4b dmlite-0.7.4 +# tar -czvf dmlite-0.7.4.tar.gz dmlite-0.7.4 Source0: %{name}-%{version}.tar.gz ## Patch for https://bugzilla.redhat.com/show_bug.cgi?id=1108325, Waiting for memcached fix for > 1.0 version Patch0: patch_memcache_fix.patch +Patch1: %{name}-shell-location.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %if %{?fedora}%{!?fedora:0} >= 10 || %{?rhel}%{!?rhel:0} >= 6 @@ -185,6 +186,7 @@ calls to the old LcgDM DPNS and DPM daemons. %if %{?fedora}%{!?fedora:0} >= 21 %patch0 %endif +%patch1 %build %cmake . -DCMAKE_INSTALL_PREFIX=/ -DRUN_ONLY_STANDALONE_TESTS=ON @@ -294,6 +296,9 @@ rm -rf %{buildroot} %config(noreplace) %{_sysconfdir}/dmlite.conf.d/adapter.conf %changelog +* Tue Sep 01 2015 Alejandro Alvarez Ayllon - 0.7.4-1 +- dmlite release 0.7.4 + * Thu Aug 27 2015 Jonathan Wakely - 0.7.3-3 - Rebuilt for Boost 1.59 @@ -397,5 +402,5 @@ rm -rf %{buildroot} * Mon Jan 23 2012 Alejandro Alvarez - 0.1.0-1 - Added cppunit-devel as a build dependency -* Tue Jan 20 2012 Alejandro Alvarez - 0.1.0-1 +* Fri Jan 20 2012 Alejandro Alvarez - 0.1.0-1 - Created spec file diff --git a/sources b/sources index 33b3b16..eec997a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a8062dffadeb1349f9371fe07fa7b5cd dmlite-0.7.3.tar.gz +b5be27d3c9a39be4c2e6205d36062a15 dmlite-0.7.4.tar.gz