]> git.pld-linux.org Git - packages/collectl.git/commitdiff
- worse than raw
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 28 Feb 2008 17:47:32 +0000 (17:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    collectl.spec -> 1.1

collectl.spec [new file with mode: 0644]

diff --git a/collectl.spec b/collectl.spec
new file mode 100644 (file)
index 0000000..1af7cc4
--- /dev/null
@@ -0,0 +1,32 @@
+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)
This page took 0.077921 seconds and 4 git commands to generate.