[gfal2-python] - Release 1.4.0 of gfal2-python

Devresse adev at fedoraproject.org
Fri Feb 28 13:00:13 UTC 2014


commit 1c97879e9e6744aeb3adfcd6df2e854f0f699505
Author: Adrien Devresse <adrien.devresse at cern.ch>
Date:   Fri Feb 28 14:01:00 2014 +0100

    -  Release 1.4.0 of gfal2-python

 .gitignore        |    1 +
 gfal2-python.spec |   27 +++++++++++----------------
 sources           |    2 +-
 3 files changed, 13 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 076cd7d..8c813c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /gfal2-python-1.2.1.tar.gz
 /gfal2-python-1.3.0.tar.gz
+/gfal2-python-1.4.0.tar.gz
diff --git a/gfal2-python.spec b/gfal2-python.spec
index e15e34c..a70bc7f 100644
--- a/gfal2-python.spec
+++ b/gfal2-python.spec
@@ -18,11 +18,9 @@
 %global __provides_exclude_from ^(%{python_sitearch}/.*\\.so)$
 %endif
 
-%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
-
 Name:				gfal2-python
-Version:			1.3.0
-Release:			2%{?dist}
+Version:			1.4.0
+Release:			1%{?dist}
 Summary:			Python bindings for gfal 2.0
 Group:				Applications/Internet
 License:			ASL 2.0
@@ -32,7 +30,7 @@ Source0:			http://grid-deployment.web.cern.ch/grid-deployment/dms/lcgutil/tar/%{
 BuildRoot:			%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires:		cmake
-BuildRequires:		gfal2-devel
+BuildRequires:		gfal2-devel >= 2.4.8
 %if 0%{?el5}
 BuildRequires:		boost141-devel
 %else
@@ -64,7 +62,7 @@ make clean
 %setup -q
 
 %build
-%cmake -DDOC_INSTALL_DIR=%{_pkgdocdir} \
+%cmake -DDOC_INSTALL_DIR=%{_docdir}/%{name}-%{version} \
  %{boost_cmake_flags} \
  -DUNIT_TESTS=TRUE . 
 
@@ -81,22 +79,19 @@ make DESTDIR=%{buildroot} install
 %files
 %defattr (-,root,root)
 %{python_sitearch}/gfal2.so
-%dir %{_pkgdocdir}
-%{_pkgdocdir}/LICENSE
-%{_pkgdocdir}/RELEASE-NOTES
-%{_pkgdocdir}/README
+%{_docdir}/%{name}-%{version}/LICENSE
+%{_docdir}/%{name}-%{version}/RELEASE-NOTES
+%{_docdir}/%{name}-%{version}/README
 
 %files doc
 %defattr (-,root,root)
-%dir %{_pkgdocdir}
-%dir %{_pkgdocdir}/html
-%{_pkgdocdir}/html/*
+%dir %{_docdir}/%{name}-%{version}/html
+%{_docdir}/%{name}-%{version}/html/*
 
 
 %changelog
-* Sat Nov 16 2013 Ville Skyttä <ville.skytta at iki.fi> - 1.3.0-2
-- Install docs to %%{_pkgdocdir} where available (#993774).
-- Own doc dirs.
+* Fri Feb 28 2014 Adrien Devresse <adevress at cern.ch> - 1.4.0-1
+ - Release 1.4.0 of gfal2 python bindings, see RELEASE-NOTES for details
 
 * Fri Nov 01 2013 Adrien Devresse <adevress at cern.ch> - 1.3.0-1  
  - Release 1.3.0 of gfal2 python bindings, see RELEASE-NOTES for details
diff --git a/sources b/sources
index 0a45ba5..03c8807 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e585202a0452f397e274b2f0e6322cdd  gfal2-python-1.3.0.tar.gz
+b0d365d058afa0a9ea6caa3a8b7050c4  gfal2-python-1.4.0.tar.gz


More information about the scm-commits mailing list