From e284b3c85fd8dcf71b3081c558b80f4ffe9dcfd0 Mon Sep 17 00:00:00 2001 From: Alejandro Alvarez Ayllon Date: Apr 17 2015 07:38:14 +0000 Subject: Update for release 1.8.1 --- diff --git a/gfal2-python.spec b/gfal2-python.spec index 555569c..6a54710 100644 --- a/gfal2-python.spec +++ b/gfal2-python.spec @@ -22,23 +22,23 @@ %endif Name: gfal2-python -Version: 1.7.1 +Version: 1.8.1 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 -# git clone https://gitlab.cern.ch/dmc/gfal2-bindings.git gfal2-python-1.7.1 -# pushd gfal2-python-1.7.1 -# git checkout v1.7.1 +URL: http://dmc.web.cern.ch/ +# git clone https://gitlab.cern.ch/dmc/gfal2-bindings.git gfal2-python-1.8.1 +# pushd gfal2-python-1.8.1 +# git checkout v1.8.1 # git submodule init && git submodule update # popd -# tar czf gfal2-bindings-1.7.1.tar.gz gfal2-bindings-1.7.1 +# tar czf gfal2-python-1.8.1.tar.gz gfal2-python-1.8.1 Source0: %{name}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: cmake -BuildRequires: gfal2-devel >= 2.7.6 +BuildRequires: gfal2-devel >= 2.9.1 %if 0%{?el5} BuildRequires: boost141-devel %else @@ -47,11 +47,11 @@ BuildRequires: boost-devel BuildRequires: python2-devel BuildRequires: epydoc -Requires: gfal2-core >= 2.7.6 +Requires: gfal2-core >= 2.9.1 %description -Python bindings for gfal 2.0. -GFAL 2.0 offers an a single, simple and portable API +Python bindings for gfal2. +GFAL2 offers an a single, simple and portable API for the file operations in grids and cloud environments. %package doc @@ -98,10 +98,14 @@ make DESTDIR=%{buildroot} install %defattr (-,root,root) %{_pkgdocdir}/readme.html %dir %{_pkgdocdir}/html +%dir %{_pkgdocdir}/examples %{_pkgdocdir}/html/* %{_pkgdocdir}/examples/* %changelog +* Fri Apr 17 2015 Alejandro Alvarez - 1.8.1-1 +- Update for release 1.8.1 + * Thu Apr 02 2015 Alejandro Alvarez - 1.7.1-1 - Update for release 1.7.1 diff --git a/sources b/sources index d3b97b5..615f09e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -599bd63a7b1d5ab09df65075da69ea00 gfal2-python-1.7.1.tar.gz +5f97acd10da5b1eb55e12a6ab89e4a78 gfal2-python-1.8.1.tar.gz