View | Details | Raw Unified | Return to bug 9690
Collapse All | Expand All

(-)hddtemp.spec.old (-2 / +12 lines)
Lines 1-8 Link Here
1
%define beta 14
1
%define beta 15
2
2
3
Name: hddtemp
3
Name: hddtemp
4
Version: 0.3
4
Version: 0.3
5
Release: alt2.%beta
5
Release: alt1.%beta
6
6
7
Epoch: %(date +%%Y%%m%%d)
7
Epoch: %(date +%%Y%%m%%d)
8
8
Lines 19-24 Source2: %name.control Link Here
19
Source3: %name.init
19
Source3: %name.init
20
Source4: %name.sysconfig
20
Source4: %name.sysconfig
21
21
22
Packager: Victor Forsyuk <force@altlinux.ru>
23
22
%description
24
%description
23
hddtemp is a tool that tells you the temperature of your hard drive by
25
hddtemp is a tool that tells you the temperature of your hard drive by
24
reading S.M.A.R.T. information.
26
reading S.M.A.R.T. information.
Lines 44-49 install -d %buildroot%_man8dir Link Here
44
46
45
# for 03C (01/01/2004)
47
# for 03C (01/01/2004)
46
echo '"WDC WD1600JB-00DUA3"          0   C "Western Digital 160GB Special Edition 8MB"' >> %buildroot%_datadir/misc/%name.db
48
echo '"WDC WD1600JB-00DUA3"          0   C "Western Digital 160GB Special Edition 8MB"' >> %buildroot%_datadir/misc/%name.db
49
# for JNC0 (10/06/2006)
50
%__subst 's,"WDC WD800JD-(00|55)(HK|JR)A0","WDC WD800JD-(00|55)(HK|JN|JR)(A|C)0",' %buildroot%_datadir/misc/%name.db
47
51
48
%pre
52
%pre
49
%pre_control %name
53
%pre_control %name
Lines 68-73 echo '"WDC WD1600JB-00DUA3" 0 Link Here
68
# - find someone to do privsep/chroot on hddtemp?
72
# - find someone to do privsep/chroot on hddtemp?
69
73
70
%changelog
74
%changelog
75
* Sun Jun 11 2006 LAKostis <lakostis at altlinux.ru> 20060611:0.3-alt1.15
76
- NMU
77
- 0.3.beta15
78
- Extend WDC WD800JD support (add JNC0 variant).
79
- Updated hddtemp.db.
80
71
* Wed Jan 18 2006 Victor Forsyuk <force@altlinux.ru> 20060118:0.3-alt2.14
81
* Wed Jan 18 2006 Victor Forsyuk <force@altlinux.ru> 20060118:0.3-alt2.14
72
- Update with fresh hddtemp.db.
82
- Update with fresh hddtemp.db.
73
83

Return to bug 9690