Author: qboosh Date: Sun Feb 19 15:16:56 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - killed sysfs thinko (-L/sys/lib), -devel R: sysfsutils-devel - release 3, STBR
---- Files affected: SPECS: cpufrequtils.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: SPECS/cpufrequtils.spec diff -u SPECS/cpufrequtils.spec:1.10 SPECS/cpufrequtils.spec:1.11 --- SPECS/cpufrequtils.spec:1.10 Sun Jan 8 21:36:42 2006 +++ SPECS/cpufrequtils.spec Sun Feb 19 16:16:49 2006 @@ -1,20 +1,20 @@ # $Revision$, $Date$ # # Conditional build: -%bcond_without sysfs # sysfs -%bcond_without procfs # procfs +%bcond_without sysfs # sysfs support +%bcond_without procfs # procfs support # Summary: Scales your CPU frequency Summary(pl): Skalowanie częstotliwości procesora Name: cpufrequtils Version: 0.4 -Release: 2 +Release: 3 License: GPL v2 Group: Applications/System Source0: http://www.kernel.org/pub/linux/utils/kernel/cpufreq/%{name}-%{version}.tar.bz2 # Source0-md5: f0f9cecda44584c3ba28239568ef0a42 URL: http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html -%{?with_sysfs:BuildRequires: sysfsutils-devel} +%{?with_sysfs:BuildRequires: sysfsutils-devel >= 1.3.0-3} Requires: %{name}-libs = %{version}-%{release} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -40,6 +40,7 @@ Summary(pl): Plik nagłówkowy biblioteki libcpufreq Group: Development/Libraries Requires: %{name}-libs = %{version}-%{release} +%{?with_sysfs:Requires: sysfsutils-devel >= 1.3.0-3} %description devel Header file for libcpufreq library. @@ -52,7 +53,7 @@ %build %configure \ - %{?with_sysfs:--enable-sysfs=/sys} \ + %{?with_sysfs:--enable-sysfs} \ %{?with_procfs:--enable-proc} \ %{__make} @@ -93,6 +94,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2006/02/19 15:16:49 qboosh +- killed sysfs thinko (-L/sys/lib), -devel R: sysfsutils-devel +- release 3, STBR + Revision 1.10 2006/01/08 20:36:42 qboosh - en cosmetisc ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/cpufrequtils.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
