]> git.pld-linux.org Git - packages/Par.git/blob - Par.spec
- initial release
[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 mv protoMakefile Makefile
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 install -d $RPM_BUILD_ROOT/{%{_bindir},%{_mandir}/man1}
37
38 install par $RPM_BUILD_ROOT/%{_bindir}
39 install par.1 $RPM_BUILD_ROOT/%{_mandir}/man1
40
41 gzip -9nf par.doc releasenotes
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc *.gz
49 %attr(755,root,root) %{_bindir}/*
50 %{_mandir}/man1/*
This page took 0.095792 seconds and 4 git commands to generate.