]> git.pld-linux.org Git - packages/beep.git/commitdiff
- pl description, don't force gzipped man
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 19 Jan 2003 22:18:25 +0000 (22:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    beep.spec -> 1.2

beep.spec

index 8d2fd7ef6a1e54bdf2dc62bb542b8b0bdee6156c..44abbf6151a93df41896bdfcb13b2f38a1ee6c20 100644 (file)
--- a/beep.spec
+++ b/beep.spec
@@ -1,4 +1,5 @@
-Summary:       Beeps the PC speaker with control of frequency, duration, repetitions, etc.
+Summary:       Beeps the PC speaker controlling frequency, duration, repetitions, etc.
+Summary(pl):   Piszczy na g³o¶niczku PC kontroluj±c czêstotliwo¶æ, d³ugo¶æ, powtórzenia itp.
 Name:          beep
 Version:       1.2.2
 Release:       1
@@ -9,12 +10,22 @@ URL:         http://johnath.com/beep/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-beep does what you'd expect: it beeps. But unlike printf("\a"), beep allows
-you to control pitch, duration, and repetitions. Its job is to live inside
-shell/perl scripts and allow more granularity than one has otherwise. It is
-controlled completely through command line options. It's not supposed to be
-complex, and it isn't - but it makes system monitoring (or whatever else it
-gets hacked onto) that much more informative.
+beep does what you'd expect: it beeps. But unlike printf("\a"), beep
+allows you to control pitch, duration, and repetitions. Its job is to
+live inside shell/perl scripts and allow more granularity than one has
+otherwise. It is controlled completely through command line options.
+It's not supposed to be complex, and it isn't - but it makes system
+monitoring (or whatever else it gets hacked onto) that much more
+informative.
+
+%description -l pl
+beep robi to, czego mo¿na siê spodziewaæ: piszczy. Ale w
+przeciwieñstwie do printf("\a"), pozwala kontrolowaæ wysoko¶æ d¼wiêku,
+czas trwania i powtórzenia. Jego zadaniem jest ¿yæ w skryptach Perla
+lub pow³oki i pozwalaæ na wiêcej, ni¿ mo¿na zrobiæ bez niego.
+Programem w ca³o¶ci steruje siê z linii poleceñ. Nie ma on byæ
+skomplikowany - ale pozwala na bardziej informacyjne monitorowanie
+systemu (czy cokolwiek, do czego zostanie u¿yty).
 
 %prep
 %setup -q
@@ -27,7 +38,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
 install beep $RPM_BUILD_ROOT%{_bindir}
-install beep.1.gz $RPM_BUILD_ROOT%{_mandir}/man1
+gzip -dc beep.1.gz > $RPM_BUILD_ROOT%{_mandir}/man1/beep.1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.076938 seconds and 4 git commands to generate.