]> git.pld-linux.org Git - packages/unoconv.git/blame_incremental - unoconv.spec
- up to 0.6
[packages/unoconv.git] / unoconv.spec
... / ...
CommitLineData
1Summary: Tool to convert between any document format supported by OpenOffice
2Name: unoconv
3Version: 0.6
4Release: 1
5License: GPL
6Group: Applications
7Source0: http://dag.wieers.com/home-made/unoconv/%{name}-%{version}.tar.gz
8# Source0-md5: eeda0d358ce4bacd5dd84303012c416d
9URL: http://dag.wieers.com/home-made/unoconv/
10BuildRequires: python >= 2.0
11BuildRequires: rpm-pythonprov
12Requires: pyuno
13Requires: python >= 2.0
14BuildArch: noarch
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18unoconv converts between any document format that OpenOffice
19understands. It uses OpenOffice's UNO bindings for non-interactive
20conversion of documents.
21
22Supported document formats include: Open Document Text (.odt), Open
23Document Draw (.odd), Open Document Presentation (.odp), Open Document
24calc (.odc), MS Word (.doc), MS PowerPoint (.pps/.ppt), MS Excel
25(.xls), MS Office Open/OOXML (.xml), Portable Document Format (.pdf),
26DocBook (.xml), LaTeX (.ltx), HTML, XHTML, RTF, Docbook (.xml), GIF,
27PNG, JPG, SVG, BMP, EPS and many more...
28
29%prep
30%setup -q
31
32%build
33
34%install
35rm -rf $RPM_BUILD_ROOT
36
37%{__make} install \
38 DESTDIR="$RPM_BUILD_ROOT"
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
45%doc AUTHORS ChangeLog README.asciidoc WISHLIST doc/*.txt
46%attr(755,root,root) %{_bindir}/unoconv
47%{_mandir}/man1/unoconv.1*
This page took 0.065993 seconds and 4 git commands to generate.