source: projects/specs/trunk/h/hdparm/hdparm-vl.spec @ 12345

Revision 12345, 5.8 KB checked in by tomop, 4 years ago (diff)

updated 7 packages

bridge-utils-1.6-1

dmidecode-3.2-1

hdparm-9.58-1

lsof-4.93.2-1

libasyncns-0.8-3

libdaemon-0.14-4

mtools-4.0.23-1

RevLine 
[521]1Summary: A utility for displaying and/or setting hard disk parameters.
2Summary(ja): ハードディスクのパラメータの表示・設定ユーティリティ
3Name: hdparm
[12345]4Version: 9.58
[8073]5Release: 1%{?_dist_release}
[12345]6Group: Applications/System
[521]7License: BSD
[12345]8URL: https://sourceforge.net/projects/hdparm/
9Source: https://downloads.sourceforge.net/project/hdparm/hdparm/hdparm-%{version}.tar.gz
[521]10Source1: hdparm-sysconfig
11Buildroot: %{_tmppath}/%{name}-%{version}-root
12ExcludeArch: s390 s390x
13
[8073]14Vendor: Project Vine
15Distribution: Vine Linux
16
[521]17%description
18Hdparm is a useful system utility for setting (E)IDE and SATA/
19PATA/SAS hard driveparameters.
20For example, hdparm can be used to tweak hard drive performance
21and to spin down hard drives for power conservation.
22
23%description -l ja
24hdparm は (E)IDE や SATA/PATA/SAS ハードディスクのパラメータを
25設定する便利なシステムユーティリティです。
26例えばハードディスクのパフォーマンスを調整したり、電力消費を抑
27える為にハードディスクをスピンダウンする設定を行ったりすること
28ができます。
29
30
31%prep
32%setup -q
33
34%build
35%{__perl} -pi -e "s,-O2,$RPM_OPT_FLAGS,g" Makefile
36%{__make} %{?_smp_mflags}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40
41%{__mkdir} -p $RPM_BUILD_ROOT%{_syssbindir}
42%{__mkdir} -p $RPM_BUILD_ROOT%{_mandir}/man8
43%{__install} -c -s -m 755 hdparm $RPM_BUILD_ROOT%{_syssbindir}/hdparm
44%{__install} -c -m 644 hdparm.8 $RPM_BUILD_ROOT%{_mandir}/man8
45%{__mkdir} -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
46%{__install} -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/harddisks
47
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52
53%files
54%defattr(-,root,root)
[12345]55%license LICENSE.TXT
56%doc Changelog README.acoustic hdparm.lsm
[521]57%config(noreplace) %{_sysconfdir}/sysconfig/harddisks
58%{_syssbindir}/hdparm
59%{_mandir}/man8/hdparm.8*
60
61
62%changelog
[12345]63* Fri Mar 20 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.58-1
64- new upstream release.
65
[8073]66* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 9.32-1
67- update to 9.32
68
[3526]69* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 9.28-2
70- rebuilt with rpm-4.8.1-3
71
[891]72* Sun Apr 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 9.28-1
73- new upstream release
74- built with new toolchain
75
[521]76* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 9.12-1
77- new upstream release
78- spec in utf-8
79
80* Tue May 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 8.6-1
81- new upstream release
82
83* Fri Jul 06 2007 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 7.6-0vl1
84- new upstream release
85- build with new toolchains.
86- update description.
87- use rpm macros to specify directories.
88- add some documents.
89
90* Sun Sep 05 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 5.7-0vl1
91- new upstream release
92
93* Tue Apr  8 2003 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 5.2-1vl2
94- rebuild
95
96* Fri Dec 06 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 5.2-1vl1
97- based on 5.2-1 from Rawhide and built for Vine Linux
98- added Japanese summary and description
99- previous Vine version was 4.6-0vl1 with no vine-specific patches
100
101* Wed Jun 26 2002 Karsten Hopp <karsten@redhat.de>
102- update to 5.2 with the following fixes:
103 - v5.2 compile fixes for 2.5.xx
104 - v5.1 fixed segfault in "-i" on older drives
105 - v5.0 lots of updates and new features
106 - v4.9 fixed compile error with 2.5.xx kernels
107 - v4.8 changed -Q to allow specifying queue depth
108 - v4.7 added -z, -Q, -M flags; expanded parm range for -p
109
110* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
111- automated rebuild
112
113* Thu May 23 2002 Tim Powers <timp@redhat.com>
114- automated rebuild
115
116* Fri Feb 22 2002 Karsten Hopp <karsten@redhat.de>
117- bump version for 8.0
118
119* Fri Feb 22 2002 Karsten Hopp <karsten@redhat.de>
120- rebuild in new environment
121
122* Wed Jan 23 2002 Karsten Hopp <karsten@redhat.de> (4.6-1)
123- Update to 4.6
124
125* Mon Oct 01 2001 Karsten Hopp <karsten@redhat.de>
126- fix name of doc file  (#54137)
127
128* Fri Jul 20 2001 Florian La Roche <Florian.LaRoche@redhat.de>
129- exclude s390,s390x
130
131* Mon Jun 25 2001 Karsten Hopp <karsten@redhat.de>
132- update to version 4.1
133- update URL
134
135* Wed Jul 19 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
136- disable readahead (#14268)
137- add comment in /etc/sysconfig/harddisks about possible extra parameters
138
139* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
140- automatic rebuild
141
142* Wed Jul 12 2000 Trond Eivind Glomsr <teg@redhat.com>
143- disable 32 bit interfacing (#13730)
144
145* Tue Jun 27 2000 Trond Eivind Glomsr <teg@redhat.com>
146- use %%{_tmppath}
147- add /etc/sysconfig/harddisks, a new file for hardisk
148  optimization parameters
149
[8073]150* Sun Jun 18 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
[521]151- FHSify
152
153* Sun Apr  9 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
154- Fix compilation with kernel 2.3.*
155
156* Thu Feb 17 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
157- 3.9
158- handle RPM_OPT_FLAGS
159
160* Thu Feb 17 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
161- Use O_NONBLOCK when opening devices so we can manipulate CD-ROM drives
162  with no media inserted, even when running a current kernel (Bug #6457)
163
164* Sat Feb  5 2000 Bill Nottingham <notting@redhat.com>
165- build as non-root user (#6458)
166
167* Fri Feb  4 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
168- deal with RPM compressing man pages
169
170* Fri Nov 19 1999 Bernhard Rosenkraenzer <bero@redhat.com>
171- 3.6
172
173* Thu Aug 12 1999 Cristian Gafton <gafton@redhat.com>
174- version 3.5
175
176* Wed Mar 24 1999 Cristian Gafton <gafton@redhat.com>
177- added patches from UP
178
179* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
180- auto rebuild in the new build environment (release 4)
181
182* Tue Dec 29 1998 Cristian Gafton <gafton@redhat.com>
183- build for 6.0
184
185* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
186- translations modified for de, fr, tr
187
188* Wed Apr 08 1998 Erik Troan <ewt@redhat.com>
189- updated to 3.3
190- build rooted
191
192* Fri Oct 31 1997 Donnie Barnes <djb@redhat.com>
193- fixed spelling error in summary
194
195* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
196- built against glibc
197
Note: See TracBrowser for help on using the repository browser.