2024-01-06 00:10:57 +01:00
|
|
|
Name: java-sac
|
|
|
|
Version: 1.3
|
2024-01-06 00:10:59 +01:00
|
|
|
Release: 4mamba
|
2024-01-06 00:10:57 +01:00
|
|
|
Summary: The Simple API for CSS
|
|
|
|
Group: System/Libraries/Java
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 00:10:59 +01:00
|
|
|
URL: https://www.w3.org/Style/CSS/SAC/
|
2024-01-06 00:10:57 +01:00
|
|
|
Source0: http://www.w3.org/2002/06/sacjava-%{version}.zip
|
|
|
|
License: W3C
|
2024-01-06 00:10:59 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 00:10:57 +01:00
|
|
|
BuildRequires: apache-ant
|
2024-01-06 00:10:59 +01:00
|
|
|
BuildRequires: javapackages
|
|
|
|
Requires: javapackages
|
2024-01-06 00:10:57 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
SAC is a standard interface for CSS parser and supposed to work with CSS1, CSS2, CSS3 (currently under development) and other CSS derived languages.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n sac-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{_javadir}
|
2024-01-06 00:10:59 +01:00
|
|
|
install -pm 644 sac.jar \
|
2024-01-06 00:10:57 +01:00
|
|
|
%{buildroot}%{_javadir}/sac-%{version}.jar
|
|
|
|
|
2024-01-06 00:10:59 +01:00
|
|
|
ln -sf sac-%{version}.jar %{buildroot}%{_javadir}/sac.jar
|
2024-01-06 00:10:57 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(0644,root,root,0755)
|
|
|
|
%{_javadir}/sac-%{version}.jar
|
|
|
|
%{_javadir}/sac.jar
|
|
|
|
%doc COPYRIGHT.html
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 00:10:59 +01:00
|
|
|
* Thu Dec 02 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3-4mamba
|
|
|
|
- restored (libreoffice dependency)
|
|
|
|
|
2024-01-06 00:10:57 +01:00
|
|
|
* Mon Dec 13 2010 gil <puntogil@libero.it> 1.3-3mamba
|
|
|
|
- rebuilt devel
|
|
|
|
|
|
|
|
* Wed Feb 10 2010 gil <puntogil@libero.it> 1.3-2mamba
|
|
|
|
- added: bundle manifest; maven pom
|
|
|
|
|
|
|
|
* Tue Jun 09 2009 gil <puntogil@libero.it> 1.3-1mamba
|
|
|
|
- package created by autospec
|