Compare commits
No commits in common. "c8s" and "c10s" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +0,0 @@
|
|||||||
SOURCES/jboss-jaxrs-api_2.0_spec-1.0.0.Final.tar.gz
|
|
||||||
/jboss-jaxrs-api_2.0_spec-1.0.0.Final.tar.gz
|
|
1
dead.package
Normal file
1
dead.package
Normal file
@ -0,0 +1 @@
|
|||||||
|
jboss-jaxrs-2.0-api package is retired on branch c10s for CS-2364
|
@ -1,70 +0,0 @@
|
|||||||
%global namedreltag .Final
|
|
||||||
%global namedversion %{version}%{?namedreltag}
|
|
||||||
%global oname jboss-jaxrs-api_2.0_spec
|
|
||||||
|
|
||||||
Name: jboss-jaxrs-2.0-api
|
|
||||||
Version: 1.0.0
|
|
||||||
Release: 6%{?dist}
|
|
||||||
Summary: JAX-RS 2.0: The Java API for RESTful Web Services
|
|
||||||
# ASL 2.0 src/main/java/javax/ws/rs/core/GenericEntity.java
|
|
||||||
License: (CDDL or GPLv2 with exceptions) and ASL 2.0
|
|
||||||
URL: https://github.com/jboss/jboss-jaxrs-api_spec
|
|
||||||
Source0: https://github.com/jboss/jboss-jaxrs-api_spec/archive/%{oname}-%{namedversion}.tar.gz
|
|
||||||
|
|
||||||
BuildRequires: maven-local
|
|
||||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
|
||||||
BuildRequires: mvn(org.jboss:jboss-parent:pom:)
|
|
||||||
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%description
|
|
||||||
JSR 339: JAX-RS 2.0: The Java API for RESTful Web Services.
|
|
||||||
|
|
||||||
%package javadoc
|
|
||||||
Summary: Javadoc for %{name}
|
|
||||||
|
|
||||||
%description javadoc
|
|
||||||
This package contains javadoc for %{name}.
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q -n jboss-jaxrs-api_spec-%{oname}-%{namedversion}
|
|
||||||
|
|
||||||
# Unneeded plugin
|
|
||||||
%pom_remove_plugin :maven-source-plugin
|
|
||||||
|
|
||||||
%mvn_file :%{oname} %{name}
|
|
||||||
|
|
||||||
# remove after upgrading narayana
|
|
||||||
%mvn_alias ":jboss-jaxrs-api_2.0_spec" "org.jboss.resteasy:jaxrs-api"
|
|
||||||
|
|
||||||
%build
|
|
||||||
|
|
||||||
%mvn_build
|
|
||||||
|
|
||||||
%install
|
|
||||||
%mvn_install
|
|
||||||
|
|
||||||
%files -f .mfiles
|
|
||||||
%license LICENSE
|
|
||||||
|
|
||||||
%files javadoc -f .mfiles-javadoc
|
|
||||||
%license LICENSE
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-6
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jun 24 2016 gil cattaneo <puntogil@libero.it> 1.0.0-3
|
|
||||||
- temporarily add org.jboss.resteasy:jaxrs-api alias
|
|
||||||
|
|
||||||
* Tue Jun 07 2016 gil cattaneo <puntogil@libero.it> 1.0.0-2
|
|
||||||
- review fixes
|
|
||||||
|
|
||||||
* Mon Jun 06 2016 gil cattaneo <puntogil@libero.it> 1.0.0-1
|
|
||||||
- initial rpm
|
|
Loading…
Reference in New Issue
Block a user