2024-01-05 18:49:33 +01:00
|
|
|
Name: unoconv
|
2024-01-05 18:49:33 +01:00
|
|
|
Version: 0.9
|
2024-02-07 23:52:57 +01:00
|
|
|
Release: 2mamba
|
2024-01-05 18:49:33 +01:00
|
|
|
Summary: converts between any document format that OpenOffice understands
|
|
|
|
Group: Applications/Publishing
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-02-07 23:52:57 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://dag.wiee.rs/home-made/unoconv/
|
2024-01-05 18:49:33 +01:00
|
|
|
Source: https://github.com/dagwieers/unoconv.git/%{version}/unoconv-%{version}.tar.bz2
|
2024-01-05 18:49:33 +01:00
|
|
|
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
|
2024-02-07 23:52:57 +01:00
|
|
|
%{_mandir}/man1/unoconv.1*
|
2024-01-05 18:49:33 +01:00
|
|
|
%doc AUTHORS COPYING
|
|
|
|
|
|
|
|
%changelog
|
2024-02-07 23:52:57 +01:00
|
|
|
* Wed Feb 07 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9-2mamba
|
|
|
|
- updated maintainer
|
|
|
|
|
2024-01-05 18:49:33 +01:00
|
|
|
* Fri Oct 04 2019 Automatic Build System <autodist@mambasoft.it> 0.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:49:33 +01:00
|
|
|
* Wed Mar 21 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.2-1mamba
|
|
|
|
- update to 0.8.2
|
|
|
|
|
2024-01-05 18:49:33 +01:00
|
|
|
* Fri Jul 31 2015 Automatic Build System <autodist@mambasoft.it> 0.7-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 18:49:33 +01:00
|
|
|
* 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
|