]> git.pld-linux.org Git - packages/odt2txt.git/blob - odt2txt.spec
- on AC-branch is still iso, so back from utf
[packages/odt2txt.git] / odt2txt.spec
1 Summary:        A simple converter from OpenDocument Text to plain text
2 Summary(pl):    Prosty konwerter z formatu OpenDocument Text do zwyk³ego tekstu
3 Name:           odt2txt
4 Version:        0.2
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Publishing
8 Source0:        http://stosberg.net/odt2txt/%{name}-%{version}.tar.gz
9 # Source0-md5:  6117f6baec394dbeb295544f8f0d6778
10 URL:            http://stosberg.net/odt2txt/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 odt2txt extracts the text out of OpenDocument Texts. It is small, fast
15 and portable, can output the document in your console encoding, and
16 has very few external dependencies.
17
18 %description -l pl
19 odt2txt wydobywa tekst z formatu OpenDocument Text. Jest ma³y, szybki
20 i przeno¶ny. Obs³uguje ró¿ne kodowania wyj¶ciowe i ma niewiele
21 zewnêtrznych zale¿no¶ci.
22
23 %prep
24 %setup -q
25
26 %build
27 %{__make} \
28         CC="%{__cc}" \
29         CFLAGS="%{rpmcflags}"
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -D %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %attr(755,root,root) %{_bindir}/*
This page took 0.081324 seconds and 3 git commands to generate.