From 8b9eab1e2a35d9019959c608ed12b4943685bf55 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 16 Dec 2007 13:44:19 +0000 Subject: [PATCH] - add -libtool.patch, fix libdir on amd64; rel 2 Changed files: cpufrequtils.spec -> 1.15 --- cpufrequtils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cpufrequtils.spec b/cpufrequtils.spec index 28c5807..fc47c98 100644 --- a/cpufrequtils.spec +++ b/cpufrequtils.spec @@ -7,12 +7,13 @@ Summary: Scales your CPU frequency Summary(pl.UTF-8): Skalowanie częstotliwości procesora Name: cpufrequtils Version: 002 -Release: 1 +Release: 2 Epoch: 1 License: GPL v2 Group: Applications/System Source0: http://www.kernel.org/pub/linux/utils/kernel/cpufreq/%{name}-%{version}.tar.bz2 # Source0-md5: 93291a0d705ee2e19a6d7491b223c9f2 +Patch0: %{name}-libtool.patch URL: http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html BuildRequires: libtool %{?with_sysfs:BuildRequires: sysfsutils-devel >= 1.3.0-3} @@ -63,6 +64,7 @@ Statyczna biblioteka libcpufreq. %prep %setup -q +%patch0 -p1 %build %{__make} \ @@ -77,6 +79,7 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ + libdir=%{_libdir} \ mandir=%{_mandir} %find_lang %{name} -- 2.43.0