c8-stream-3.5
imports/c8-stream-3.5/jboss-interceptors-1.2-api-1.0.0-8.module+el8+2452+b359bfcd
commit
60337496b3
@ -0,0 +1 @@
|
||||
SOURCES/jboss-interceptors-api_1.2_spec-1.0.0.Final.tar.gz
|
@ -0,0 +1 @@
|
||||
c42090f30a4dfe634c28a426aa413287ced0df99 SOURCES/jboss-interceptors-api_1.2_spec-1.0.0.Final.tar.gz
|
@ -0,0 +1,90 @@
|
||||
%global namedreltag .Final
|
||||
%global namedversion %{version}%{?namedreltag}
|
||||
%global oname jboss-interceptors-api_1.2_spec
|
||||
|
||||
Name: jboss-interceptors-1.2-api
|
||||
Version: 1.0.0
|
||||
Release: 8%{?dist}
|
||||
Summary: Java EE Interceptors 1.2 API
|
||||
License: CDDL or GPLv2 with exceptions
|
||||
URL: https://github.com/jboss/jboss-interceptors-api_spec
|
||||
Source0: https://github.com/jboss/jboss-interceptors-api_spec/archive/jboss-interceptors-api_1.2_spec-%{namedversion}.tar.gz
|
||||
|
||||
BuildRequires: jboss-parent
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: maven-enforcer-plugin
|
||||
BuildRequires: maven-plugin-bundle
|
||||
BuildRequires: maven-source-plugin
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
The Java EE Interceptors 1.2 API classes from JSR 318.
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
|
||||
%description javadoc
|
||||
This package contains javadoc for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n jboss-interceptors-api_spec-jboss-interceptors-api_1.2_spec-%{namedversion}
|
||||
|
||||
# Fix incorrect-fsf-address
|
||||
sed -i "s,59,51,;s,Temple Place,Franklin Street,;s,Suite 330,Fifth Floor,;s,02111-1307,02110-1301," LICENSE
|
||||
|
||||
%mvn_file :%{oname} %{name}
|
||||
|
||||
%build
|
||||
|
||||
%mvn_build
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%doc README
|
||||
%license LICENSE
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Wed Jun 22 2016 gil cattaneo <puntogil@libero.it> 1.0.0-5
|
||||
- regenerate build-requires
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Fri Feb 06 2015 gil cattaneo <puntogil@libero.it> 1.0.0-2
|
||||
- introduce license macro
|
||||
|
||||
* Wed Jan 14 2015 Marek Goldmann <mgoldman@redhat.com> - 1.0.0-1
|
||||
- Upstream release 1.0.0.Final
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-0.4.Alpha3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-0.3.Alpha3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Tue Jul 09 2013 gil cattaneo <puntogil@libero.it> 1.0.0-0.2.Alpha3
|
||||
- switch to XMvn
|
||||
- minor changes to adapt to current guideline
|
||||
|
||||
* Mon May 13 2013 gil cattaneo <puntogil@libero.it> 1.0.0-0.1.Alpha3
|
||||
- initial rpm
|
||||
|
Loading…
Reference in new issue