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