added build requirements
fixed Group [release 0.6-2mamba;Sat Jul 20 2013]
This commit is contained in:
parent
c04512b93a
commit
d4ec726548
@ -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.
|
||||
|
||||
|
46
unoconv.spec
Normal file
46
unoconv.spec
Normal file
@ -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 <webbuild@openmamba.org>
|
||||
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 <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
|
Loading…
Reference in New Issue
Block a user