]> git.pld-linux.org Git - packages/Par.git/blob - Par.spec
c17a917bcc4b8e76871061c3c5edab6f2ceddfd2
[packages/Par.git] / Par.spec
1 Summary:        Filter for reformatting paragraphs
2 Summary(pl):    Filtr formatuj±cy akapity tekstu
3 Name:           Par
4 %define         ver_short       152
5 Version:        1.52
6 Epoch:          1
7 Release:        1
8 License:        distributable
9 Group:          Applications/Publishing
10 Source0:        http://www.cs.berkeley.edu/~amc/Par/%{name}%{ver_short}.tar.gz
11 URL:            http://www.cs.berkeley.edu/~amc/Par/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Par is a filter which copies its input to its output, changing all
16 white characters (except newlines) to spaces, and reformatting each
17 paragraph. It has some advanced features (see manual page for
18 examples).
19
20 %description -l pl
21 Par jest filtrem, który kopiuje swoje wej¶cie do swojego wyj¶cia,
22 zamieniaj±c wszystkie znaki odstêpu na spacje i przeformatowuj±c
23 ka¿dy akapit. Posiada parê zaawansowanych funkcji, których przyk³ady
24 mo¿na znale¼æ na stronie podrêcznika systemowego.
25
26 %prep
27 %setup  -q -n %{name}%{ver_short}
28
29 %build
30 %{__make} -f protoMakefile
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT/{%{_bindir},%{_mandir}/man1}
35
36 install par $RPM_BUILD_ROOT/%{_bindir}
37 install par.1 $RPM_BUILD_ROOT/%{_mandir}/man1
38
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc par.doc releasenotes
46 %attr(755,root,root) %{_bindir}/*
47 %{_mandir}/man1/*
This page took 0.064589 seconds and 3 git commands to generate.