automatic rebuild by autodist [release 1.0.01-3mamba;Mon Aug 22 2022]

This commit is contained in:
Automatic Build System 2024-01-06 00:12:43 +01:00
parent fb528a5cc9
commit 2385261594

View File

@ -1,19 +1,20 @@
%define pkgver %(echo %version | tr . _)
Name: java-sun-jaas
Version: 1.0.01
Release: 2mamba
Release: 3mamba
Summary: Java Authentication and Authorization Service (JAAS)
Group: Development/Libraries/Java
Vendor: openmamba
Distribution: openmamba
Packager: gil <puntogil@libero.it>
URL: http://java.sun.com/products/archive/jaas/
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.oracle.com/java/technologies/downloads/archive/
Source0: jaas-%{pkgver}.zip
Source1: jaas-%{pkgver}-doc.zip
License: Sun Binary Code License
BuildRequires: jpackage-utils
Requires: jpackage-utils
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRequires: javapackages
Requires: javapackages
%description
Java Authentication and Authorization Service (JAAS)
@ -28,7 +29,6 @@ Java Authentication and Authorization Service (JAAS)
This package contains documentation for %{name}.
%prep
%setup -q -n jaas%{pkgver} -a 1
for i in `find -iname "*.html"`; do sed -i 's/\r//' $i; done
for i in `find -iname "*.css"`; do sed -i 's/\r//' $i; done
@ -60,13 +60,17 @@ cp -pr jaas%{pkgver}-doc/apidoc/* %{buildroot}%{_javadocdir}/jaas-%{version}
%defattr(-,root,root)
%{_javadir}/jaas-%{version}.jar
%{_javadir}/jaas.jar
%doc doc/COPYRIGHT doc/LICENSE doc/README.html
%doc doc/COPYRIGHT doc/LICENSE
%files javadoc
%defattr(-,root,root)
%{_javadocdir}/jaas-%{version}
%doc doc/README.html
%changelog
* Mon Aug 22 2022 Automatic Build System <autodist@mambasoft.it> 1.0.01-3mamba
- automatic rebuild by autodist
* Wed Nov 10 2010 gil <puntogil@libero.it> 1.0.01-2mamba
- rebuilt devel