]> git.pld-linux.org Git - SPECS.git/blob - o3read.spec
SPECS updated Sat 31 Jul 21:27:02 CEST 2021
[SPECS.git] / o3read.spec
1 Summary:        OpenOffice.org document to HTML converter
2 Summary(pl.UTF-8):      Konwerter dokumentów OpenOffice.org do HTML-a
3 Name:           o3read
4 Version:        0.0.4
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Text
8 Source0:        http://siag.nu/pub/o3read/%{name}-%{version}.tar.gz
9 # Source0-md5:  583361b559ccf5a764edb586795d1b06
10 URL:            http://siag.nu/o3read/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 This is a standalone converter for the OpenOffice.org swriter (.sxw)
15 and scalc (.sxc) formats. It doesn't depend on Open Office or any
16 other external tools or libraries.
17
18 %description -l pl.UTF-8
19 Wolnostojący konwerter dokumentów swritera (.sxw) oraz scalca (.sxc)
20 OpenOffice.org. Nie zależy od Open Office ani żadnych innych
21 zewnętrznych narzędzi czy bibliotek.
22
23 %prep
24 %setup -q
25
26 %build
27 %{__make} CFLAGS="%{rpmcflags}"
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
32
33 install o3read o3tohtml o3totxt utf8tolatin1 $RPM_BUILD_ROOT%{_bindir}
34 install *.1 $RPM_BUILD_ROOT%{_mandir}/man1
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc ChangeLog README TODO
42 %attr(755,root,root) %{_bindir}/*
43 %{_mandir}/man1/*
This page took 0.045597 seconds and 3 git commands to generate.