Update to version 3.0.4
- Drop patch voms-api-java-timezone-dep-test.patch (fixed upstream)
This commit is contained in:
parent
3a1cc949e2
commit
806149d2c7
4 changed files with 69 additions and 128 deletions
|
|
@ -1,17 +1,16 @@
|
|||
Name: voms-api-java
|
||||
Version: 3.0.3
|
||||
Version: 3.0.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Virtual Organization Membership Service Java API
|
||||
|
||||
Group: Development/Libraries
|
||||
License: ASL 2.0
|
||||
URL: https://wiki.italiangrid.it/VOMS
|
||||
Source0: https://github.com/italiangrid/%{name}/archive/%{version}.tar.gz
|
||||
Source0: https://github.com/italiangrid/%{name}/archive/v%{version}.tar.gz
|
||||
# Patch for bouncycastle 1.47+ (Fedora 21+, EPEL 7+)
|
||||
Patch0: %{name}-bc147.patch
|
||||
# Disable tests that fail outside the Central European time zone
|
||||
# https://github.com/italiangrid/voms-api-java/issues/8
|
||||
Patch1: %{name}-timezone-dep-test.patch
|
||||
# Disable tests using non-local network interface
|
||||
Patch1: %{name}-no-local.patch
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
|
|
@ -49,8 +48,6 @@ This package provides a java client API for VOMS.
|
|||
%package javadoc
|
||||
Summary: Virtual Organization Membership Service Java API Documentation
|
||||
Group: Documentation
|
||||
Provides: vomsjapi-javadoc = %{version}-%{release}
|
||||
Obsoletes: vomsjapi-javadoc < 2.0.7
|
||||
|
||||
%description javadoc
|
||||
Virtual Organization Membership Service (VOMS) Java API Documentation.
|
||||
|
|
@ -65,6 +62,7 @@ Virtual Organization Membership Service (VOMS) Java API Documentation.
|
|||
|
||||
%if %{?fedora}%{!?fedora:0}
|
||||
%pom_xpath_inject "pom:project/pom:build/pom:plugins/pom:plugin[pom:groupId='com.mycila.maven-license-plugin']/pom:configuration/pom:excludes" "<exclude>.xmvn/**</exclude>"
|
||||
%pom_xpath_remove "pom:project/pom:build/pom:plugins/pom:plugin[pom:groupId='com.mycila.maven-license-plugin']/pom:configuration/pom:strictCheck"
|
||||
%else
|
||||
# Missing stuff in EPEL (mostly test frameworks)
|
||||
%pom_remove_plugin com.mycila.maven-license-plugin:maven-license-plugin
|
||||
|
|
@ -92,6 +90,10 @@ Virtual Organization Membership Service (VOMS) Java API Documentation.
|
|||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Mon Nov 17 2014 Mattias Ellert <mattias.ellert@fysast.uu.se> - 3.0.4-1
|
||||
- Update to version 3.0.4
|
||||
- Drop patch voms-api-java-timezone-dep-test.patch (fixed upstream)
|
||||
|
||||
* Thu Jun 26 2014 Mattias Ellert <mattias.ellert@fysast.uu.se> - 3.0.3-1
|
||||
- Update to version 3.0.3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue