SPECS: collectl.spec (NEW) - worse than raw
arekm
arekm at pld-linux.org
Thu Feb 28 18:47:37 CET 2008
Author: arekm Date: Thu Feb 28 17:47:37 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- worse than raw
---- Files affected:
SPECS:
collectl.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/collectl.spec
diff -u /dev/null SPECS/collectl.spec:1.1
--- /dev/null Thu Feb 28 18:47:37 2008
+++ SPECS/collectl.spec Thu Feb 28 18:47:32 2008
@@ -0,0 +1,43 @@
+# $Revision$, $Date$
+Summary: A utility to collect various linux performance data
+Name: collectl
+Version: 2.4.3
+Release: 0.1
+License: Artistic, GPL
+Group: Applications/System
+Source0: http://dl.sourceforge.net/collectl/%{name}-%{version}-src.tar.gz
+URL: http://collectl.sourceforge.net
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A utility to collect linux performance data.
+
+%prep
+%setup -q
+
+%build
+
+%clean
+rm -Rf $RPM_BUILD_ROOT
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_bindir}}
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/init.d
+install -d $RPM_BUILD_ROOT%{_mandir}/man1
+install -d $RPM_BUILD_ROOT/var/log/%{name}
+
+%files
+%defattr(644,root,root,755)
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2008-02-28 17:47:32 arekm
+- worse than raw
+
================================================================
More information about the pld-cvs-commit
mailing list