Update to version 2.0.8 (EMI 2 version)

This commit is contained in:
Mattias Ellert 2012-05-25 09:23:15 +02:00
commit 87975c5b32
3 changed files with 28 additions and 18 deletions

View file

@ -6,8 +6,8 @@
%endif
Name: voms-api-java
Version: 2.0.7
Release: 2%{?dist}
Version: 2.0.8
Release: 1%{?dist}
Summary: Virtual Organization Membership Service Java API
Group: Development/Libraries
@ -16,8 +16,8 @@ URL: http://glite.web.cern.ch/glite/
# This source tarball is created from a git checkout:
# git clone git://github.com/italiangrid/voms-api-java.git
# cd voms-api-java
# git archive --format tar --prefix voms-api-java-2.0.7/ 2_0_7 \
# | gzip - > ../voms-api-java-2.0.7.tar.gz
# git archive --format tar --prefix voms-api-java-2.0.8/ 2_0_8 \
# | gzip - > ../voms-api-java-2.0.8.tar.gz
Source0: %{name}-%{version}.tar.gz
# These are build instructions for ant generated from the maven
# build instrutions using the maven ant plugin.
@ -97,14 +97,14 @@ install -m 644 %SOURCE1 .
install -m 644 %SOURCE2 .
install -m 644 %SOURCE3 .
sed s/bcprov-ext-jdk15/bcprov-jdk16/ -i pom.xml
sed -e s/bcprov-ext-jdk16/bcprov-jdk16/ -e s/1.45/1.46/ -i pom.xml
%build
%if %{maven}
mvn-rpmbuild install javadoc:aggregate
%else
CLASSPATH=$(build-classpath bcprov log4j jakarta-commons-cli \
jakarta-commons-lang) ant package javadoc
export CLASSPATH=$(build-classpath bcprov log4j commons-cli commons-lang)
ant package javadoc
%endif
%install
@ -144,6 +144,9 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_javadocdir}/%{name}
%changelog
* Thu May 24 2012 Mattias Ellert <mattias.ellert@fysast.uu.se> - 2.0.8-1
- Update to version 2.0.8 (EMI 2 version)
* Mon Apr 23 2012 Mattias Ellert <mattias.ellert@fysast.uu.se> - 2.0.7-2
- Fix compatibility maven fragment