[dpm-xrootd/el5] Update for new upstream release

Mattias Ellert ellert at fedoraproject.org
Sat Jul 27 10:04:29 UTC 2013


commit d8095b937270cd614e6644ebe13faed49d4a5cfe
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Sat Jul 27 12:02:19 2013 +0200

    Update for new upstream release

 .gitignore      |    3 +--
 dpm-xrootd.spec |   29 ++++++++++++++++-------------
 sources         |    2 +-
 3 files changed, 18 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fda7241..f6a3a77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/dpm-xrootd-3.1.0.tar.gz
-/dpm-xrootd-3.3.1.tar.gz
+/*.tar.gz
diff --git a/dpm-xrootd.spec b/dpm-xrootd.spec
index 7eca092..5630be1 100644
--- a/dpm-xrootd.spec
+++ b/dpm-xrootd.spec
@@ -1,28 +1,28 @@
 Name:		dpm-xrootd
 Summary:	XROOT interface to the Disk Pool Manager (DPM)
-Version:	3.3.1
+Version:	3.3.4
 Release:	1%{?dist}
 License:	GPLv3
 Group:		Applications/Internet
 URL:		http://svnweb.cern.ch/trac/lcgdm
 # The source of this package was pulled from upstream's vcs. Use the 
 # following commands to generate the tarball: 
-# svn export http://svn.cern.ch/guest/lcgdm/dpm-xrootd/tags/dpm-xrootd_3_3_1 dpm-xrootd-3.3.1
-# tar -czvf dpm-xrootd-3.3.1.tar.gz dpm-xrootd-3.3.1
+# svn export http://svn.cern.ch/guest/lcgdm/dpm-xrootd/tags/dpm-xrootd_3_3_4 dpm-xrootd-3.3.4
+# tar -czvf dpm-xrootd-3.3.4.tar.gz dpm-xrootd-3.3.4
 Source0:	%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	cmake
 BuildRequires:	dmlite-devel >= 0.6.0
 BuildRequires:	openssl-devel
-BuildRequires:	xrootd-devel
-BuildRequires:	xrootd-server-devel
+BuildRequires:	xrootd-server-devel >= 1:3.3
 
 Requires(preun):	chkconfig
 Requires(preun):	initscripts
 Requires(post):		chkconfig
 Requires(postun):	initscripts
-Requires:		xrootd
+Requires:		xrootd-server >= 1:3.3
+Requires:		xrootd-client >= 1:3.3
 Provides:		DPM-xrootd = %{version}-%{release}
 Obsoletes:		DPM-xrootd <= 2.2.0
 
@@ -76,14 +76,14 @@ fi
 %config(noreplace) %{_sysconfdir}/xrootd/xrootd-dpmfedredir_atlas.cfg
 %config(noreplace) %{_sysconfdir}/xrootd/xrootd-dpmredir.cfg
 %{_libdir}/libXrdDPMDiskAcc.so.3
-%{_libdir}/libXrdDPMDiskAcc.so.3.3.1
+%{_libdir}/libXrdDPMDiskAcc.so.%{version}
 %{_libdir}/libXrdDPMFinder.so.3
-%{_libdir}/libXrdDPMFinder.so.3.3.1
+%{_libdir}/libXrdDPMFinder.so.%{version}
 %{_libdir}/libXrdDPMOss.so.3
-%{_libdir}/libXrdDPMOss.so.3.3.1
+%{_libdir}/libXrdDPMOss.so.%{version}
 %{_libdir}/libXrdDPMRedirAcc.so.3
-%{_libdir}/libXrdDPMRedirAcc.so.3.3.1
-%doc COPYING
+%{_libdir}/libXrdDPMRedirAcc.so.%{version}
+%doc COPYING RELEASE-NOTES
 
 %files devel 
 %defattr(-,root,root) 
@@ -95,6 +95,9 @@ fi
 %{_libdir}/libXrdDPMRedirAcc.so
 
 %changelog
+* Sat Jul 27 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 3.3.4-1
+- Update for new upstream release
+
 * Thu Mar 07 2013 Ricardo Rocha <ricardo.rocha at cern.ch> - 3.3.1-1
 - Update to new upstream release
 - Added dependency on dmlite libraries
@@ -112,7 +115,7 @@ fi
 - Added devel package
 
 * Wed Feb 29 2012 David Smith <david.smith at cern.ch> 3.0.0-1
-- New packing for 3.0.0-1
+- New packaging for 3.0.0-1
 
 * Mon Dec 05 2011 Ricardo Rocha <ricardo.rocha at cern.ch> - 2.2.5-1
 - Added dpmmgr user creation (required for service), only if non-existing
@@ -127,7 +130,7 @@ fi
 * Sat Nov 19 2011 Ricardo Rocha <ricardo.rocha at cern.ch> - 2.2.3-2
 - Added provides/obsoletes entry for DPM-xrootd <= 2.2.0
 
-* Tue Nov 16 2011 Ricardo Rocha <ricardo.rocha at cern.ch> - 2.2.3-1
+* Wed Nov 16 2011 Ricardo Rocha <ricardo.rocha at cern.ch> - 2.2.3-1
 - Fixed spelling issues (detected by rpmlint)
 - Added dependency on dpm-xrootd from devel package
 - Removed ldconfig from -devel scriptlets
diff --git a/sources b/sources
index b8a7c4b..3208c75 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6b8e1ccbc458644a737ba0a206965fd7  dpm-xrootd-3.3.1.tar.gz
+987926a7f15e4c7136c0f5e1bbd16bb0  dpm-xrootd-3.3.4.tar.gz


More information about the scm-commits mailing list