]> git.pld-linux.org Git - packages/athcool.git/blobdiff - athcool.spec
- release 2
[packages/athcool.git] / athcool.spec
index da2dff8e8aa59b3e42bc431432bcbfa511fb468e..4a546fab1e2251a4bdbeb5ddac740356d018b88b 100644 (file)
@@ -1,10 +1,10 @@
 Summary:       Athlon Powersaving bits enabler
-Summary(ja.UTF-8):   AMD Athlon/Duron の省電力機能を有効にする
-Summary(pl.UTF-8):   Narzędzie do włączania trybu oszczędności energii procesorów Athlon
+Summary(ja.UTF-8):     AMD Athlon/Duron の省電力機能を有効にする
+Summary(pl.UTF-8):     Narzędzie do włączania trybu oszczędności energii procesorów Athlon
 Name:          athcool
 Version:       0.3.11
-Release:       1
-License:       GPL v2
+Release:       2
+License:       GPL v2+
 Group:         Applications/System
 Source0:       http://members.jcom.home.ne.jp/jacobi/linux/files/%{name}-%{version}.tar.gz
 # Source0-md5: 4f550f9aaaa68a01d1e8ae31491e5406
@@ -12,6 +12,7 @@ Source1:      %{name}.init
 Source2:       %{name}.sysconfig
 URL:           http://members.jcom.home.ne.jp/jacobi/linux/softwares.html
 BuildRequires: pciutils-devel
+BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.268
 Requires(post,preun):  /sbin/chkconfig
 Requires:      rc-scripts
@@ -48,7 +49,8 @@ Tryb oszczędności energii działa, gdy jądro zawiera wsparcie dla ACPI
 %build
 %{__make} \
        CC="%{__cc}" \
-       CFLAGS="%{rpmcflags}"
+       CFLAGS="%{rpmcflags}" \
+       LIBS="`pkg-config --libs libpci`"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.041524 seconds and 4 git commands to generate.