]> git.pld-linux.org Git - packages/autothrottle.git/commitdiff
- initial release AC-branch AC-STABLE auto/ac/autothrottle-1_0-1
authorPaweł Gołaszewski <blues@pld-linux.org>
Fri, 27 Feb 2004 20:57:35 +0000 (20:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autothrottle.spec -> 1.1

autothrottle.spec [new file with mode: 0644]

diff --git a/autothrottle.spec b/autothrottle.spec
new file mode 100644 (file)
index 0000000..c71c7d4
--- /dev/null
@@ -0,0 +1,46 @@
+Summary:       autothrottle throttles your CPU
+Summary(pl):   autothrottle reguluje prêdko¶æ twojego procesora
+Name:          autothrottle
+Version:       1.0
+Release:       1
+License:       GPL
+Group:         Applications/System
+Source0:       http://www.metalhead.ws/cbin/%{name}.tar.gz
+# Source0-md5: 05cf1c9bf50a6cbf762f2ecd6ff0a2cc
+URL:           http://www.metalhead.ws/cbin/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Autothrottle is a daemon that throttles your CPU according to the
+system load. It can be used with both ACPI and CPUfreq throttling.
+
+%description -l pl
+Autothrottle jest demonem, który reguluje prêdko¶æ procesora zale¿nie
+od obci±¿enia systemu. Mo¿e byæ u¿ywany poprzez ACPI oraz CPUfreq.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+       CC=%{__cc} \
+       CFLAGS="%{rpmcflags} -Wall -DTEST"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_sysconfdir}}
+
+%{__make} install \
+       bindir=$RPM_BUILD_ROOT%{_bindir} \
+       mandir=$RPM_BUILD_ROOT%{_mandir} \
+       sysconfdir=$RPM_BUILD_ROOT%{_sysconfdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/*
+%config(noreplace) %{_sysconfdir}/*.conf
+%{_mandir}/man1/*.1*
This page took 0.317547 seconds and 4 git commands to generate.