]> git.pld-linux.org Git - packages/bbppp.git/blobdiff - bbppp.spec
- updated to 0.2.3
[packages/bbppp.git] / bbppp.spec
index 379aa38feaf067974fa81edba7d6162908c7cffd..4ec1e414f7231e48ba0b7f2f68aa11b39738b749 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³±czenia ppp zaprojektowane dla blackboksa
 Name:          bbppp
-Version:       0.2.2
-Release:       2
+Version:       0.2.3
+Release:       1
 License:       GPL
 Group:         X11/Applications
 Source0:       http://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz
@@ -13,20 +13,17 @@ 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
+bbppp pozwala 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,24 +31,22 @@ mrygaj
 
 %build
 rm -f missing
-aclocal
+%{__aclocal}
 %{__autoconf}
 %{__automake}
 %configure
-%{__make} CXX="%{__cc}"
+%{__make} 
 
 %install
 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.08025 seconds and 4 git commands to generate.