unoconv/unoconv.spec

56 lines
1.6 KiB
RPMSpec

Name: unoconv
Version: 0.9
Release: 2mamba
Summary: converts between any document format that OpenOffice understands
Group: Applications/Publishing
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://dag.wiee.rs/home-made/unoconv/
Source: https://github.com/dagwieers/unoconv.git/%{version}/unoconv-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
%description
converts between any document format that OpenOffice understands.Supported document formats include Open Document Format (.odt), MS Word (.doc), MS Office Open/MS OOXML (.xml), Portable Document Format (.pdf), HTML, XHTML, RTF, Docbook (.xml), and more.
%prep
%setup -q
%build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/unoconv
%{_mandir}/man1/unoconv.1*
%doc AUTHORS COPYING
%changelog
* Wed Feb 07 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9-2mamba
- updated maintainer
* Fri Oct 04 2019 Automatic Build System <autodist@mambasoft.it> 0.9-1mamba
- automatic version update by autodist
* Wed Mar 21 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.2-1mamba
- update to 0.8.2
* Fri Jul 31 2015 Automatic Build System <autodist@mambasoft.it> 0.7-1mamba
- automatic update by autodist
* Sat Jul 20 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6-2mamba
- added build requirements
- fixed Group
* Sun Oct 14 2012 openmamba WebBuild System <webbuild@openmamba.org> 0.6-1mamba
- package created by autospec