]> git.pld-linux.org Git - packages/Par.git/commitdiff
- initial release
authormigo <migo@pld-linux.org>
Thu, 19 Jul 2001 16:06:19 +0000 (16:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Par.spec -> 1.1

Par.spec [new file with mode: 0644]

diff --git a/Par.spec b/Par.spec
new file mode 100644 (file)
index 0000000..8bd7112
--- /dev/null
+++ b/Par.spec
@@ -0,0 +1,50 @@
+Summary:       Filter for reformatting paragraphs
+Summary(pl):   Filtr formatuj±cy akapity tekstu
+Name:          Par
+Version:       152
+Release:       1
+License:       Distributable
+Group:         Applications/Publishing
+Group(de):     Applikationen/Publizieren
+Group(pl):     Aplikacje/Publikowanie
+Source0:       http://www.cs.berkeley.edu/~amc/Par/%{name}%{version}.tar.gz
+URL:           http://www.cs.berkeley.edu/~amc/Par/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Par is a filter which copies its input to its output, changing all
+white characters (except newlines) to spaces, and reformatting each
+paragraph. It has some advanced features (see manual page for
+examples).
+
+%description -l pl
+Par jest filtrem, który kopiuje swoje wej¶cie do swojego wyj¶cia,
+zamieniaj±c wszystkie znaki odstêpu na spacje i przeformatowywuj±c
+ka¿dy akapit. Posiada parê zaawansowaych funkcji, których przyk³ady
+mo¿na znale¼æ na stronie podrêcznika systemowego.
+
+%prep
+%setup  -q -n %{name}%{version}
+
+%build
+mv protoMakefile Makefile
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT/{%{_bindir},%{_mandir}/man1}
+
+install par $RPM_BUILD_ROOT/%{_bindir}
+install par.1 $RPM_BUILD_ROOT/%{_mandir}/man1
+
+gzip -9nf par.doc releasenotes
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
This page took 0.101191 seconds and 4 git commands to generate.