diff --git a/gfal2-util.spec b/gfal2-util.spec index 971ab22..2990af6 100644 --- a/gfal2-util.spec +++ b/gfal2-util.spec @@ -3,21 +3,28 @@ %{!?python_version: %global python_version %(%{__python} -c "from sys import version_info; print('%d.%d'% (version_info[0],version_info[1]))")} Name: gfal2-util -Version: 1.1.0 +Version: 1.2.1 Release: 1%{?dist} Summary: GFAL2 utility tools Group: Applications/Internet License: GPLv3 URL: https://svnweb.cern.ch/trac/lcgutil/wiki/gfal2 -# svn export http://svn.cern.ch/guest/lcgutil/gfal2-util/tags/gfal2-util_R_1_1_0 gfal2-util-1.1.0 -# tar czf gfal2-util-1.1.0.tar.gz gfal2-util-1.1.0 +# git clone https://gitlab.cern.ch/dmc/gfal2-util.git gfal2-util-1.2.1 +# pushd gfal2-util-1.2.1 +# git checkout v1.2.1 +# git submodule init && git submodule update +# popd +# tar czf gfal2-util-1.2.1.tar.gz gfal2-util-1.2.1 Source0: %{name}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch -BuildRequires: gfal2-python >= 1.6.0 -Requires: gfal2-python >= 1.6.0 +BuildRequires: gfal2-core +BuildRequires: gfal2-python >= 1.8.0 +BuildRequires: gfal2-plugin-file + +Requires: gfal2-python >= 1.8.0 %if "0%{?python_version}" <= "2.7" BuildRequires: python-argparse @@ -56,6 +63,9 @@ python test/functional/test_all.py %changelog +* Fri Apr 17 2015 Alejandro Alvarez - 1.2.1-1 +- Update for new upstream 1.2.1 release + * Fri Nov 07 2014 Alejandro Alvarez - 1.1.0-1 - Update for new upstream 1.1.0 release diff --git a/sources b/sources index e8d29b0..fe120cd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f8309e7447ef5dc7aa5f9d9ba193e32c gfal2-util-1.1.0.tar.gz +baf7563261bec227b2382d85e47b8e6f gfal2-util-1.2.1.tar.gz