diff --git a/README.md b/README.md index b5b990a..c374fde 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # unoconv +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. + diff --git a/unoconv.spec b/unoconv.spec new file mode 100644 index 0000000..8e30c93 --- /dev/null +++ b/unoconv.spec @@ -0,0 +1,46 @@ +Name: unoconv +Version: 0.6 +Release: 2mamba +Summary: converts between any document format that OpenOffice understands +Group: Applications/Publishing +Vendor: openmamba +Distribution: openmamba +Packager: openmamba WebBuild System +URL: http://dag.wieers.com/home-made/unoconv/ +Source: http://dag.wieers.com/home-made/unoconv/unoconv-%{version}.tar.gz +License: GPL +## AUTOBUILDREQ-BEGIN +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%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. + +%debug_package + +%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.gz +%doc AUTHORS COPYING + +%changelog +* Sat Jul 20 2013 Silvan Calarco 0.6-2mamba +- added build requirements +- fixed Group + +* Sun Oct 14 2012 openmamba WebBuild System 0.6-1mamba +- package created by autospec