]> git.pld-linux.org Git - packages/bmon.git/commitdiff
- adapterized
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 6 Mar 2005 15:31:27 +0000 (15:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bmon.spec -> 1.10

bmon.spec

index e8d581184374db695b6353dfc4094ad610430a13..29cad7dedd3ea187bf86e48c5b7ef2c63456fa12 100644 (file)
--- a/bmon.spec
+++ b/bmon.spec
@@ -7,7 +7,7 @@ License:        Artistic
 Group:         Applications/Networking
 Source0:       http://people.suug.ch/~tgr/bmon/files/%{name}-%{version}.tar.gz
 # Source0-md5: d0da9d05f18c82a621171985d536dec7
-URL:           http://people.suug.ch/~tgr/bmon/        
+URL:           http://people.suug.ch/~tgr/bmon/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
@@ -39,7 +39,7 @@ Pozwala on na generowanie i rysowanie trzech typ
   b³êdy, skompresowane pakiety...
 
 %package devel
-Summary:       Header files for bmon
+Summary:       Header files for bmon
 Summary(pl):   Pliki nag³ówkowe dla bmon
 Group:         Development/Libraries
 
@@ -63,10 +63,11 @@ bmon.
 %{__make}
 
 %install
+rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_sysconfdir}
 install -d $RPM_BUILD_ROOT%{_includedir}/%{name}
 install etc/%{name}.conf $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.conf
-install include/%{name}/* $RPM_BUILD_ROOT%{_includedir}/%{name}/ 
+install include/%{name}/* $RPM_BUILD_ROOT%{_includedir}/%{name}/
 
 
 %{__make} install \
@@ -79,7 +80,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc ChangeLog
 %attr(755,root,root) %{_bindir}/*
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
 %{_mandir}/man1/*
 
 %files devel
This page took 0.055309 seconds and 4 git commands to generate.