|
|
d1a0da |
%define api_version 1.0
|
|
|
d1a0da |
%define pkg_name geronimo-jaspic_%{api_version}_spec
|
|
|
d1a0da |
Name: geronimo-jaspic-spec
|
|
|
d1a0da |
Version: 1.1
|
|
|
d1a0da |
Release: 8%{?dist}
|
|
|
d1a0da |
Summary: Java Authentication SPI for Containers
|
|
|
d1a0da |
License: ASL 2.0 and W3C
|
|
|
d1a0da |
Group: Development/Libraries
|
|
|
d1a0da |
URL: http://geronimo.apache.org/
|
|
|
d1a0da |
Source0: http://repo2.maven.org/maven2/org/apache/geronimo/specs/%{pkg_name}/%{version}/%{pkg_name}-%{version}-source-release.tar.gz
|
|
|
d1a0da |
|
|
|
d1a0da |
BuildArch: noarch
|
|
|
d1a0da |
|
|
|
d1a0da |
BuildRequires: java-devel
|
|
|
d1a0da |
BuildRequires: maven-local
|
|
|
d1a0da |
BuildRequires: maven-plugin-bundle
|
|
|
d1a0da |
BuildRequires: geronimo-osgi-support
|
|
|
d1a0da |
BuildRequires: geronimo-parent-poms
|
|
|
d1a0da |
BuildRequires: jpackage-utils
|
|
|
d1a0da |
|
|
|
d1a0da |
%description
|
|
|
d1a0da |
Java Authentication Service Provider Interface for Containers (JSR-196) api.
|
|
|
d1a0da |
|
|
|
d1a0da |
%package javadoc
|
|
|
d1a0da |
Group: Documentation
|
|
|
d1a0da |
Summary: API documentation for %{name}
|
|
|
d1a0da |
Requires: jpackage-utils
|
|
|
d1a0da |
|
|
|
d1a0da |
%description javadoc
|
|
|
d1a0da |
%{summary}.
|
|
|
d1a0da |
|
|
|
d1a0da |
|
|
|
d1a0da |
%prep
|
|
|
d1a0da |
%setup -q -n %{pkg_name}-%{version}
|
|
|
d1a0da |
|
|
|
d1a0da |
for d in LICENSE NOTICE ; do
|
|
|
d1a0da |
iconv -f iso8859-1 -t utf-8 $d > $d.conv && mv -f $d.conv $d
|
|
|
d1a0da |
sed -i 's/\r//' $d
|
|
|
d1a0da |
done
|
|
|
d1a0da |
|
|
|
d1a0da |
%pom_xpath_remove "pom:parent"
|
|
|
d1a0da |
%pom_xpath_inject "pom:project" "
|
|
|
d1a0da |
<parent>
|
|
|
d1a0da |
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
d1a0da |
<artifactId>specs</artifactId>
|
|
|
d1a0da |
<version>any</version>
|
|
|
d1a0da |
</parent>"
|
|
|
d1a0da |
|
|
|
d1a0da |
%build
|
|
|
d1a0da |
%mvn_file : %{name}
|
|
|
d1a0da |
%mvn_alias : org.eclipse.jetty.orbit:javax.security.auth.message
|
|
|
d1a0da |
%mvn_build
|
|
|
d1a0da |
|
|
|
d1a0da |
%install
|
|
|
d1a0da |
%mvn_install
|
|
|
d1a0da |
|
|
|
d1a0da |
%files -f .mfiles
|
|
|
d1a0da |
%doc LICENSE NOTICE
|
|
|
d1a0da |
|
|
|
d1a0da |
%files javadoc -f .mfiles-javadoc
|
|
|
d1a0da |
%doc LICENSE NOTICE
|
|
|
d1a0da |
|
|
|
d1a0da |
%changelog
|
|
|
d1a0da |
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1-8
|
|
|
d1a0da |
- Rebuild to regenerate API documentation
|
|
|
d1a0da |
- Resolves: CVE-2013-1571
|
|
|
d1a0da |
|
|
|
d1a0da |
* Mon Mar 4 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1-7
|
|
|
d1a0da |
- Add depmap for org.eclipse.jetty.orbit
|
|
|
d1a0da |
- Resolves: rhbz#917621
|
|
|
d1a0da |
|
|
|
d1a0da |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-6
|
|
|
d1a0da |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
d1a0da |
|
|
|
d1a0da |
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.1-5
|
|
|
d1a0da |
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
|
d1a0da |
- Replace maven BuildRequires with maven-local
|
|
|
d1a0da |
|
|
|
d1a0da |
* Thu Jan 17 2013 Michal Srb <msrb@redhat.com> - 1.1-4
|
|
|
d1a0da |
- Build with xmvn
|
|
|
d1a0da |
|
|
|
d1a0da |
* Thu Aug 23 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1-3
|
|
|
d1a0da |
- Fix license tag
|
|
|
d1a0da |
|
|
|
d1a0da |
* Mon Jul 23 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1-2
|
|
|
d1a0da |
- Add BR: geronimo-osgi-support
|
|
|
d1a0da |
|
|
|
d1a0da |
* Mon Jul 23 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1-1
|
|
|
d1a0da |
- Update to upstream version 1.1
|
|
|
d1a0da |
|
|
|
d1a0da |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-3
|
|
|
d1a0da |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
d1a0da |
|
|
|
d1a0da |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-2
|
|
|
d1a0da |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
d1a0da |
|
|
|
d1a0da |
* Mon Dec 19 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.0-1
|
|
|
d1a0da |
- Initial package (based on Mageia version)
|