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