diff --git a/.gitignore b/.gitignore index d3160b6..3d10c82 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,2 @@ -/gfal2-python-1.2.1.tar.gz -/gfal2-python-1.3.0.tar.gz -/gfal2-python-1.4.0.tar.gz -/gfal2-python-1.4.1.tar.gz +*.tar.gz + diff --git a/gfal2-python.spec b/gfal2-python.spec index 508c36d..1b0e0ef 100644 --- a/gfal2-python.spec +++ b/gfal2-python.spec @@ -21,16 +21,17 @@ %global __provides_exclude_from ^(%{python_sitearch}/.*\\.so)$ %endif -Name: gfal2-python -Version: 1.4.1 -Release: 1%{?dist} -Summary: Python bindings for gfal 2.0 -Group: Applications/Internet -License: ASL 2.0 -URL: https://svnweb.cern.ch/trac/lcgutil/wiki/gfal2-python -# svn export http://svn.cern.ch/guest/lcgutil/gfal2-bindings/trunk gfal2-bindings -Source0: http://grid-deployment.web.cern.ch/grid-deployment/dms/lcgutil/tar/%{name}/%{name}-%{version}.tar.gz -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +Name: gfal2-python +Version: 1.5.0 +Release: 1%{?dist} +Summary: Python bindings for gfal 2 +Group: Applications/Internet +License: ASL 2.0 +URL: https://svnweb.cern.ch/trac/lcgutil/wiki/gfal2-python +# svn export http://svn.cern.ch/guest/lcgutil/gfal2-bindings/tags/gfal2-bindings_R_1_5_0 gfal2-python-1.5.0 +# tar czf gfal2-python-1.5.0.tar.gz gfal2-python-1.5.0 +Source0: %{name}-%{version}.tar.gz +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: cmake BuildRequires: gfal2-devel >= 2.4.8 @@ -55,7 +56,7 @@ BuildArch: noarch %endif %description doc -documentation files of %{name} . +Documentation files for %{name} . %clean rm -rf %{buildroot}; @@ -94,6 +95,9 @@ make DESTDIR=%{buildroot} install %{_pkgdocdir}/html/* %changelog +* Tue Jul 01 2014 Alejandro Alvarez - 1.5.0-1 +- Update for release 1.5.0 + * Fri Feb 28 2014 Adrien Devresse - 1.4.1-1 - Release 1.4.1 of gfal2 python bindings, see RELEASE-NOTES for details diff --git a/sources b/sources index ebffb9e..b4c6d05 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6d83f02d1adbb000fcdc3dea35ce63d5 gfal2-python-1.4.1.tar.gz +b9a7219a19f38a2d5dd032f23352c80f gfal2-python-1.5.0.tar.gz