[gfal2-plugin-xrootd] Update for 0.3.4 upstream release

Alejandro Alvarez aalvarez at fedoraproject.org
Mon Jan 19 09:31:37 UTC 2015


commit ae49d05c1a9cdb671a44e0cc3d98a6ac63c70e3d
Author: Alejandro Alvarez Ayllon <alejandro.alvarez.ayllon at cern.ch>
Date:   Mon Jan 19 10:23:42 2015 +0100

    Update for 0.3.4 upstream release

 .gitignore               |    4 ++--
 gfal2-plugin-xrootd.spec |   17 +++++++++++------
 sources                  |    2 +-
 3 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6496d85..346e1e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-/gfal2-plugin-xrootd-0.2.2.tar.gz
-/gfal2-plugin-xrootd-0.3.pre1.tar.gz
+/*.tar.gz
+
diff --git a/gfal2-plugin-xrootd.spec b/gfal2-plugin-xrootd.spec
index 919ce74..af5e3e0 100644
--- a/gfal2-plugin-xrootd.spec
+++ b/gfal2-plugin-xrootd.spec
@@ -2,13 +2,14 @@
 %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
 
 Name:           gfal2-plugin-xrootd
-Version:        0.3.pre1
-Release:        2%{?dist}
+Version:        0.3.4
+Release:        1%{?dist}
 Summary:        Provide xrootd support for GFAL2
 
 Group:          Applications/Internet
 License:        ASL 2.0
-URL:            https://svnweb.cern.ch/trac/lcgutil/wiki/gfal2
+URL:            http://dmc.web.cern.ch/projects/gfal-2/home
+# wget https://github.com/cern-it-sdc-id/gfal2-xrootd/archive/R_0_3_4.tar.gz -O gfal2-plugin-xrootd-0.3.4.tar.gz
 Source0:        %{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -18,8 +19,8 @@ BuildRequires:  boost-devel >= 1.41.0
 BuildRequires:  boost141-devel
 %endif
 BuildRequires:  cmake
-BuildRequires:  gfal2-devel
-BuildRequires:  xrootd-client-devel
+BuildRequires:  gfal2-devel >= 2.7.8
+BuildRequires:  xrootd-client-devel >= 1:4.1.1
 
 %description
 The Grid File Access Library, GFAL2, provides a simple POSIX-like API for file
@@ -30,7 +31,7 @@ xrootd protocol (root://).
 %global pkgdir gfal2-plugins
 
 %prep
-%setup -q
+%setup -q -n gfal2-xrootd-R_0_3_4
 
 %build
 %cmake \
@@ -55,9 +56,13 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %config(noreplace) %{_sysconfdir}/gfal2.d/xrootd_plugin.conf
 %{_libdir}/%{pkgdir}/libgfal_plugin_xrootd.so
+%dir %{_pkgdocdir}
 %{_pkgdocdir}/*
 
 %changelog
+* Mon Jan 19 2015 Alejandro Alvarez Ayllon <aalvarez at cern.ch> - 0.3.4-1
+- Update for new upstream release
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.pre1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index a49b8cb..bc26486 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0448e11732b9e1f03a594e3f19f61818  gfal2-plugin-xrootd-0.3.pre1.tar.gz
+5b2d6d8795e518b23d02a614d0d42e01  gfal2-plugin-xrootd-0.3.4.tar.gz


More information about the scm-commits mailing list