]> git.pld-linux.org Git - packages/thinkfan.git/commitdiff
- updated to 0.8.0 auto/th/thinkfan-0_8_0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 22 May 2012 13:44:10 +0000 (13:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    thinkfan.spec -> 1.6

thinkfan.spec

index 99b506ae7d112ccef5677ef6725c2909f9c1f39f..f4dfb536129a4bb3467d06ab3920f8039fbf5a7a 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       ThinkPad fan control program
 Summary(pl.UTF-8):     Program do sterowania wiatraczkiem w ThinkPadach
 Name:          thinkfan
-Version:       0.7.3
+Version:       0.8.0
 Release:       1
 License:       GPL v3+
 Group:         Applications/System
 Source0:       http://downloads.sourceforge.net/thinkfan/%{name}-%{version}.tar.gz
-# Source0-md5: d1b0d7a05b37cce412ee227cf759a9f6
+# Source0-md5: cf746505a4e28d5afcfbb486e4930cb5
 Source1:       %{name}.init
 URL:           http://thinkfan.sourceforge.net/
 BuildRequires: sed >= 4.0
@@ -41,7 +41,7 @@ install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man1,/etc/rc.d/init.d}
 
 install -p thinkfan $RPM_BUILD_ROOT%{_sbindir}
 install -p %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
-cp -p thinkfan.conf.sysfs $RPM_BUILD_ROOT%{_sysconfdir}/thinkfan.conf
+cp -p examples/thinkfan.conf.sysfs $RPM_BUILD_ROOT%{_sysconfdir}/thinkfan.conf
 cp -p thinkfan.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
 %clean
@@ -59,7 +59,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc NEWS README ChangeLog thinkfan.conf.thinkpad
+%doc ChangeLog NEWS README examples/thinkfan.conf.*
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
 %attr(754,root,root) /etc/rc.d/init.d/%{name}
 %attr(755,root,root) %{_sbindir}/thinkfan
This page took 0.115461 seconds and 4 git commands to generate.