Update to version 2.0.10
This commit is contained in:
parent
2b520103eb
commit
78db1d6709
5 changed files with 30 additions and 17 deletions
|
|
@ -6,19 +6,15 @@
|
|||
%endif
|
||||
|
||||
Name: voms-api-java
|
||||
Version: 2.0.9
|
||||
Release: 3%{?dist}
|
||||
Version: 2.0.10
|
||||
%global tagver %(tr . _ <<< %{version})
|
||||
Release: 1%{?dist}
|
||||
Summary: Virtual Organization Membership Service Java API
|
||||
|
||||
Group: Development/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-api-java.git
|
||||
# cd voms-api-java
|
||||
# git archive --format tar.gz --prefix voms-api-java-2.0.9/ \
|
||||
# 2_0_9 > ../voms-api-java-2.0.9.tar.gz
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/italiangrid/%{name}/archive/%{tagver}.tar.gz
|
||||
# These are build instructions for ant generated from the maven
|
||||
# build instrutions using the maven ant plugin.
|
||||
# These are used for building on EPEL since there is no maven
|
||||
|
|
@ -26,6 +22,7 @@ Source0: %{name}-%{version}.tar.gz
|
|||
Source1: build.xml
|
||||
Source2: maven-build.xml
|
||||
Source3: maven-build.properties
|
||||
Patch0: %{name}-test.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
|
||||
|
|
@ -104,7 +101,8 @@ Obsoletes: vomsjapi-javadoc < 2.0.7
|
|||
Virtual Organization Membership Service (VOMS) Java API Documentation.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{name}-%{tagver}
|
||||
%patch0 -p1
|
||||
install -m 644 %SOURCE1 .
|
||||
install -m 644 %SOURCE2 .
|
||||
install -m 644 %SOURCE3 .
|
||||
|
|
@ -156,6 +154,9 @@ rm -rf %{buildroot}
|
|||
%doc %{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Feb 11 2013 Mattias Ellert <mattias.ellert@fysast.uu.se> - 2.0.10-1
|
||||
- Update to version 2.0.10
|
||||
|
||||
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 2.0.9-3
|
||||
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
||||
- Replace maven BuildRequires with maven-local
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue