]> git.pld-linux.org Git - packages/bbsload.git/commitdiff
- release 3: use new %doc. RA-1_0 STABLE bbsload-0_2_5-3
authorkloczek <kloczek@pld-linux.org>
Sun, 22 Sep 2002 14:51:34 +0000 (14:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bbsload.spec -> 1.9

bbsload.spec

index aa554adaca62019a099a4cf94491beecf2476a70..bc9d422c40935550cf2ae588b9156731225767b1 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A system load mozitor designed for blackbox
 Summary(pl):   Monitor obci±¿enia systemu zaprojektowany dla blackboksa
 Name:          bbsload
 Version:       0.2.5
-Release:       2
+Release:       3
 License:       GPL
 Group:         X11/Applications
 Source0:       http://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz
@@ -32,7 +32,7 @@ mo
 
 %build
 rm -f missing
-aclocal
+%{__aclocal}
 %{__autoconf}
 %{__automake}
 %configure
@@ -43,13 +43,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} DESTDIR=$RPM_BUILD_ROOT install
 
-gzip -9nf BUGS README TODO
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc BUGS README TODO
 %attr(755,root,root) %{_bindir}/bb*
 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/bbtools/%{name}.*
This page took 0.119532 seconds and 4 git commands to generate.