]> git.pld-linux.org Git - packages/bbppp.git/blobdiff - bbppp.spec
- random fixes in descriptions
[packages/bbppp.git] / bbppp.spec
index cfc07ec4306e8ee1500d8f717232514293af2007..f027e87349e443d15755c3003e95485a8ddad5f3 100644 (file)
@@ -1,8 +1,8 @@
 Summary:       A ppp monitor tool designed for blackbox
-Summary(pl):   Narzêdzie minotoruj±ce ppp zaprojektowane dla blackboksa
+Summary(pl):   Narzêdzie monitoruj±ce po³aczenia ppp zaprojektowane dla blackboksa
 Name:          bbppp
 Version:       0.2.2
-Release:       2
+Release:       3
 License:       GPL
 Group:         X11/Applications
 Source0:       http://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz
@@ -13,20 +13,18 @@ BuildRequires:      autoconf
 BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
 
 %description
 bbppp allows you to connect and disconnect (with user supplied
-scripts) with dial-up. It monitors load, ligths blinking leds and
+scripts) with dial-up. It monitors load, lights blinking leds and
 counts time of connection. It is highly integrated with blackbox
-window manager (can use it's theme settings), but can work also with
+window manager (can use it's theme settings), but can also work with
 other WM.
 
 %description -l pl
 bbppp pozawala po³±czyæ i roz³±czyæ siê przez dial-up (u¿ywaj±c
 skryptów u¿ytkownika). Mo¿e monitorowaæ przep³yw danych, zapala
-mrygaj±ce "diodki" i liczy czas po³±czenia.
+mrugaj±ce "diodki" i liczy czas po³±czenia.
 
 %prep
 %setup -q
@@ -34,9 +32,9 @@ mrygaj
 
 %build
 rm -f missing
-aclocal
-autoconf
-automake -a -c
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 %{__make} CXX="%{__cc}"
 
@@ -45,13 +43,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} DESTDIR=$RPM_BUILD_ROOT install
 
-gzip -9nf AUTHORS ChangeLog README TODO data/README.*
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz data/*.gz
+%doc AUTHORS ChangeLog README TODO data/README.*
 %attr(755,root,root) %{_bindir}/bb*
 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/bbtools/%{name}.*
This page took 0.041913 seconds and 4 git commands to generate.