]> git.pld-linux.org Git - packages/docfrac.git/blob - docfrac.spec
- unified preamble in %changelog
[packages/docfrac.git] / docfrac.spec
1 # TODO:
2 # - __cc and rpm*flags
3 Summary:        Convert between RTF, HTML and text format
4 Summary(pl.UTF-8):      Prosty konwerter RTF/HTML/txt
5 Name:           docfrac
6 Version:        3.1.5
7 Release:        0.1
8 License:        LGPL
9 Group:          Applications
10 Source0:        http://dl.sourceforge.net/docfrac/%{name}-%{version}.src.tar.gz
11 URL:            http://www.docfrac.net/
12 BuildRequires:  libstdc++-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 DocFrac is a document converter that can convert between RTF, HTML and
17 ASCII text. This includes RTF to HTML and HTML to RTF.Supports text
18 formatting (e.g. bold); tables; and most European languages.Available
19 for Windows; Linux; ActiveX and DLL.
20
21 %description -l pl.UTF-8
22 DocFrac potrafi konwertować pliki w formatach RTF, HTML i tekstowym
23 ASCII. Konwersja RTF i HTML działa w obie strony. Program obsługuje
24 formatowanie tekstu (np. pogrubianie), tabele oraz wspiera większość
25 języków europejskich. Dostępny na platformy Linux i Windows (jako
26 kontrolka ActiveX i biblioteka DLL).
27
28 %prep
29 %setup -q
30
31 %build
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
37
38 install docfrac $RPM_BUILD_ROOT%{_bindir}
39 install doc/docfrac.1 $RPM_BUILD_ROOT%{_mandir}/man1
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %attr(755,root,root) %{_bindir}/docfrac
47 %{_mandir}/man1/docfrac.1*
This page took 0.068226 seconds and 3 git commands to generate.