]> git.pld-linux.org Git - packages/collectl.git/commitdiff
- upgraded to 2.5.1
authorTomasz Pala <gotar@pld-linux.org>
Sun, 6 Apr 2008 18:27:14 +0000 (18:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    collectl.spec -> 1.3

collectl.spec

index bc3deee395346c99fe6c0f104a1d75cf7e22628c..68af77d3cdb6c6fcf1ea4b5307aed4aa09e8d256 100644 (file)
@@ -1,12 +1,12 @@
 %include       /usr/lib/rpm/macros.perl
 Summary:       A utility to collect various linux performance data
 Name:          collectl
-Version:       2.4.3
+Version:       2.5.1
 Release:       0.1
 License:       Artistic, GPL
 Group:         Applications/System
 Source0:       http://dl.sourceforge.net/collectl/%{name}-%{version}-src.tar.gz
-# Source0-md5: bcb74b5677e4b5a494ebe51f5e8d6710
+# Source0-md5: eea1db0893ee9911bc9c10b1e7f687ac
 URL:           http://collectl.sourceforge.net
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
@@ -20,11 +20,11 @@ A utility to collect linux performance data.
 
 %prep
 %setup -q
-%{__sed} -i -e 's,\r$,,' FAQ-collectl.html
+%{__sed} -i -e 's,\r$,,' docs/FAQ-collectl.html
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sbindir},%{_bindir},%{_mandir}/man1,/etc/rc.d/init.d,/var/log/%{name},%{_sysconfdir}}
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man1,/etc/rc.d/init.d,/var/log/%{name},%{_sysconfdir}}
 cp -a man1/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
 install initd/collectl $RPM_BUILD_ROOT/etc/rc.d/init.d
 install collectl.pl $RPM_BUILD_ROOT%{_sbindir}/collectl
@@ -36,7 +36,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc FAQ-collectl.html RELEASE-collectl
+%doc docs/* RELEASE-collectl
 %attr(754,root,root) /etc/rc.d/init.d/collectl
 %attr(755,root,root) %{_sbindir}/collectl
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/collectl.conf
This page took 0.090787 seconds and 4 git commands to generate.