java-qdox/java-qdox.spec

59 lines
1.6 KiB
RPMSpec
Raw Normal View History

Name: java-qdox
Version: 2.0.1
Release: 1mamba
Summary: A high speed, small footprint parser for extracting class/interface/method definitions from source files complete with JavaDoc @tags
Group: Development/Libraries/Java
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/paul-hammant/qdox
Source: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/%{version}/qdox-%{version}.jar
License: Apache License 2.0
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRequires: javapackages
Requires: javapackages
%description
A high speed, small footprint parser for extracting class/interface/method definitions from source files complete with JavaDoc @tags.
%prep
%build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
install -D -m 644 %{SOURCE0} \
%{buildroot}%{_javadir}/qdox-%{version}.jar
ln -s qdox-%{version}.jar %{buildroot}%{_javadir}/qdox.jar
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_javadir}/qdox-%{version}.jar
%{_javadir}/qdox.jar
%changelog
* Tue Aug 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.1-1mamba
- update to 2.0.1
* Wed May 05 2010 gil <puntogil@libero.it> 1.11-1mamba
- update to 1.11
* Tue Feb 16 2010 gil <puntogil@libero.it> 1.10.1-1mamba
- update to 1.10.1
- edit spec file
* Mon Sep 28 2009 gil <puntogil@libero.it> 1.10-1mamba
- update to 1.10
* Fri Jun 05 2009 gil <puntogil@libero.it> 1.9.1-1mamba
- update to 1.9.1
* Mon Mar 02 2009 gil <puntogil@libero.it> 1.6.1-1mamba
- package created by autospec