[voms/el5] Update to version 2.0.10

Mattias Ellert ellert at fedoraproject.org
Tue Feb 12 07:14:14 UTC 2013


commit d403095434bd577b5bbf0ab98511e7644ff0c3c4
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Tue Feb 12 08:13:51 2013 +0100

    Update to version 2.0.10

 sources   |    2 +-
 voms.spec |   21 ++++++++-------------
 2 files changed, 9 insertions(+), 14 deletions(-)
---
diff --git a/sources b/sources
index 7b92e37..39f598a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f7641e35c72faa06f3c1accf019e1a13  voms-2.0.9.tar.gz
+26ec193ece5df37b246119716771b631  2_0_10.tar.gz
diff --git a/voms.spec b/voms.spec
index 4c20f1a..1bc054c 100644
--- a/voms.spec
+++ b/voms.spec
@@ -1,17 +1,13 @@
 Name:		voms
-Version:	2.0.9
+Version:	2.0.10
+%global tagver %(tr . _ <<< %{version})
 Release:	1%{?dist}
 Summary:	Virtual Organization Membership Service
 
 Group:		System Environment/Libraries
 License:	ASL 2.0
 URL:		https://wiki.italiangrid.it/VOMS
-#		This source tarball is created from a git checkout:
-#		git clone git://github.com/italiangrid/voms.git
-#		cd voms
-#		git archive --format tar.gz --prefix voms-2.0.9/ 2_0_9 > \
-#		../voms-2.0.9.tar.gz
-Source0:	%{name}-%{version}.tar.gz
+Source0:	https://github.com/italiangrid/%{name}/archive/%{tagver}.tar.gz
 #		Post-install setup instructions:
 Source1:	%{name}.INSTALL
 #		Fix the database install script
@@ -121,7 +117,7 @@ information in a special format (VOMS credential). The VO manager can
 administrate it remotely using command line tools or a web interface.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{tagver}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -129,10 +125,6 @@ administrate it remotely using command line tools or a web interface.
 # Remove embedded gsoap sources
 rm src/server/stdsoap2.c src/server/stdsoap2.h src/server/soap*
 
-# Fix bad permissions (which otherwise end up in the debuginfo package)
-find . '(' -name '*.h' -o -name '*.c' -o -name '*.cpp' -o \
-	   -name '*.cc' -o -name '*.java' ')' -exec chmod a-x {} ';'
-
 # Use pdflatex
 sed -e 's!^\(USE_PDFLATEX *= *\)NO!\1YES!' -i src/api/ccapi/Makefile.am
 
@@ -289,6 +281,9 @@ fi
 %doc README.Fedora
 
 %changelog
+* Tue Feb 12 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 2.0.10-1
+- Update to version 2.0.10
+
 * Tue Nov 27 2012 Mattias Ellert <mattias.ellert at fysast.uu.se> - 2.0.9-1
 - Update to version 2.0.9
 - Add Build Requires for texlive 2012 (Fedora 18+)
@@ -459,7 +454,7 @@ fi
   - voms-struct_change.patch
     - Change API slightly - but now works with libxml2
 
-* Thu Jul 08 2007 Anders Wäänänen <waananen at nbi.dk> - 1.7.20-2ng
+* Sun Jul 08 2007 Anders Wäänänen <waananen at nbi.dk> - 1.7.20-2ng
 - Make conditinal dependency on expat-devel (OpenSuSE 10.20 has only expat)
 
 * Thu Jul 05 2007 Anders Wäänänen <waananen at nbi.dk> - 1.7.20-1ng


More information about the scm-commits mailing list