]> git.pld-linux.org Git - packages/Par.git/blob - Par.spec
297a07f0b8e2db434046c67703382a6a6b1ff048
[packages/Par.git] / Par.spec
1 Summary:        Filter for reformatting paragraphs
2 Summary(pl):    Filtr formatuj±cy akapity tekstu
3 Name:           Par
4 Version:        152
5 Release:        1
6 License:        Distributable
7 Group:          Applications/Publishing
8 Group(de):      Applikationen/Publizieren
9 Group(pl):      Aplikacje/Publikowanie
10 Source0:        http://www.cs.berkeley.edu/~amc/Par/%{name}%{version}.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 przeformatowywuj±c
23 ka¿dy akapit. Posiada parê zaawansowaych funkcji, których przyk³ady
24 mo¿na znale¼æ na stronie podrêcznika systemowego.
25
26 %prep
27 %setup  -q -n %{name}%{version}
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 gzip -9nf par.doc releasenotes
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc *.gz
47 %attr(755,root,root) %{_bindir}/*
48 %{_mandir}/man1/*
This page took 0.052042 seconds and 2 git commands to generate.