[voms/el5] Specfile cleanup

Mattias Ellert ellert at fedoraproject.org
Wed Nov 27 18:41:24 UTC 2013


commit 6c5a680e5820acde2417ec9aa02226c163cb2d9f
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Wed Nov 27 19:40:20 2013 +0100

    Specfile cleanup

 voms.spec |   16 +++++-----------
 1 files changed, 5 insertions(+), 11 deletions(-)
---
diff --git a/voms.spec b/voms.spec
index a303be9..22178fd 100644
--- a/voms.spec
+++ b/voms.spec
@@ -5,7 +5,7 @@
 Name:		voms
 Version:	2.0.11
 %global tagver %(tr . _ <<< %{version})
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Virtual Organization Membership Service
 
 Group:		System Environment/Libraries
@@ -123,22 +123,13 @@ 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*
 
-# Use pdflatex
-sed -e 's!^\(USE_PDFLATEX *= *\)NO!\1YES!' -i src/api/ccapi/Makefile.am
-
-# Touch to avoid rerunning bison and flex
-touch -r src/utils/vomsfake.y src/utils/vomsparser.h
-touch -r src/utils/vomsfake.y src/utils/vomsparser.c
-touch -r src/utils/vomsfake.y src/utils/lex.yy.c
-
 # rebootstrap
 ./autogen.sh
 
 install -m 644 %{SOURCE1} README.Fedora
 
 %build
-%configure --disable-glite --libexecdir=%{_datadir} \
-	   --disable-static --enable-docs
+%configure --disable-static --enable-docs --disable-parser-gen
 
 make %{?_smp_mflags}
 
@@ -273,6 +264,9 @@ fi
 %doc README.Fedora
 
 %changelog
+* Wed Nov 27 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 2.0.11-2
+- Specfile cleanup
+
 * Wed Nov 27 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 2.0.11-1
 - Update to version 2.0.11
 - Drop patches voms-install-db2.patch and voms-doc-race.patch (accepted


More information about the scm-commits mailing list