Browse Source

hddtemp-0.3-0.35.beta15

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10196 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 8 years ago
parent
commit
07561e29be
1 changed files with 217 additions and 0 deletions
  1. 217 0
      h/hddtemp/hddtemp-vl.spec

+ 217 - 0
h/hddtemp/hddtemp-vl.spec

@@ -0,0 +1,217 @@
+%bcond_with systemd
+
+%global _hardened_build 1
+%global beta    beta15
+
+Name:           hddtemp
+Version:        0.3
+Release:        0.35.%{beta}%{?_dist_release}
+Summary:        Hard disk temperature tool
+Summary(ja):    HDD温度測定ツール
+License:        GPLv2+
+URL:            http://savannah.nongnu.org/projects/hddtemp/
+
+Source0:        http://download.savannah.nongnu.org/releases/hddtemp/%{name}-%{version}-%{beta}.tar.bz2
+Source1:        %{name}.db
+Source2:        %{name}.service
+Source3:        %{name}.sysconfig
+Source4:        %{name}.pam
+Source5:        %{name}.consoleapp
+
+Patch0:         0001-Try-attribute-190-if-194-doesn-t-exist.patch
+Patch1:         http://ftp.debian.org/debian/pool/main/h/hddtemp/hddtemp_0.3-beta15-52.diff.gz
+# https://bugzilla.redhat.com/show_bug.cgi?id=717479
+# https://bugzilla.redhat.com/show_bug.cgi?id=710055
+Patch2:         %{name}-0.3-beta15-autodetect-717479.patch
+Patch3:         0001-Allow-binding-to-a-listen-address-that-doesn-t-exist.patch
+Patch4:         fix-model-length.patch
+
+BuildRequires:  gettext
+%if %{with systemd}
+# systemd >= 186 for scriptlet macros
+BuildRequires:  systemd >= 186
+Requires(post): systemd
+Requires(preun): systemd
+Requires(postun): systemd
+Requires:       %{_bindir}/consolehelper
+%endif
+
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: tomop
+
+%description
+hddtemp is a tool that gives you the temperature of your hard drive by
+reading S.M.A.R.T. information.
+
+%description -l ja
+ hddtempは、S.M.A.R.T.情報を読み取りHDD温度を出力します。
+
+
+%prep
+%setup -q -n %{name}-%{version}-%{beta}
+
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch0 -p1
+%patch4 -p1
+
+sed -i -e 's|/etc/hddtemp.db|/usr/share/misc/hddtemp.db|' doc/hddtemp.8
+chmod -x contribs/analyze/*
+rm COPYING ; cp -p GPL-2 COPYING
+cp -p debian/changelog changelog.debian
+
+
+%build
+%configure --disable-dependency-tracking
+make %{?_smp_mflags}
+
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT
+install -Dpm 644 %{SOURCE1} $RPM_BUILD_ROOT/usr/share/misc/hddtemp.db
+%if %{with systemd}
+#install -Dpm 644 %{SOURCE2} $RPM_BUILD_ROOT%{_unitdir}/hddtemp.service
+%endif
+install -Dpm 644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/hddtemp
+install -dm 755 $RPM_BUILD_ROOT%{_bindir}
+ln -s consolehelper $RPM_BUILD_ROOT%{_bindir}/hddtemp
+install -Dpm 644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/hddtemp
+install -Dpm 644 %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps/hddtemp
+%find_lang %{name}
+
+%if %{with systemd}
+
+%post
+%systemd_post hddtemp.service
+
+%preun
+%systemd_preun hddtemp.service
+
+%postun
+%systemd_postun_with_restart hddtemp.service
+
+%endif
+
+%files -f %{name}.lang
+%doc ChangeLog changelog.debian COPYING README TODO contribs/
+%config(noreplace) %{_sysconfdir}/sysconfig/hddtemp
+%config(noreplace) %{_sysconfdir}/pam.d/hddtemp
+%config(noreplace) %{_sysconfdir}/security/console.apps/hddtemp
+%if %{with systemd}
+%{_unitdir}/hddtemp.service
+%endif
+%{_bindir}/hddtemp
+%{_sbindir}/hddtemp
+%config(noreplace) /usr/share/misc/hddtemp.db
+%{_mandir}/man8/hddtemp.8*
+
+
+%changelog
+* Sun Apr 24 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.3-0.35.beta15
+- initial build for Vine Linux.
+
+* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-0.34.beta15
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
+* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-0.33.beta15
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
+
+* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-0.32.beta15
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Fri Mar 07 2014 Jaromir Capik <jcapik@redhat.com> - 0.3-0.31.beta15
+- Fixing the model string size [24 -> 40] (#1061649)
+
+* Sat Jan 18 2014 Ville Skyttä <ville.skytta@iki.fi> - 0.3-0.30.beta15
+- Improve comments in database (#1054593, Edward Kuns).
+
+* Sat Jan 18 2014 Ville Skyttä <ville.skytta@iki.fi> - 0.3-0.29.beta15
+- Patch to try attribute 190 if 194 doesn't exist for defaults (#1054593).
+- Trim down database to just entries not covered by defaults.
+- Add some Samsung SSD's lacking a sensor to the database.
+
+* Thu Jan  9 2014 Ville Skyttä <ville.skytta@iki.fi> - 0.3-0.28.beta15
+- Patch to allow binding to a listen address that doesn't exist yet.
+- Use systemd macros in scriptlets (#850145).
+
+* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-0.27.beta15
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Fri Jan 25 2013 Ville Skyttä <ville.skytta@iki.fi> - 0.3-0.26.beta15
+- Drop obsolete After=syslog.target from systemd unit, add Documentation.
+- Drop obsolete sysv to systemd migration scriptlets.
+- Drop obsolete specfile constructs.
+- Update Debian patch set to 0.3-beta15-52.
+
+* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-0.25.beta15
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Mon Apr 23 2012 Ville Skyttä <ville.skytta@iki.fi> - 0.3-0.23.beta15
+- Build with hardening flags on.
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-0.23.beta15
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Thu Aug 18 2011 Ville Skyttä <ville.skytta@iki.fi> - 0.3-0.22.beta15
+- Migrate to systemd, patch to glob usual device names w/o arguments (#717479).
+- Update Debian patch set to 0.3-beta15-48, ship its changelog in docs.
+
+* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-0.21.beta15
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Sun Feb 14 2010 Ville Skyttä <ville.skytta@iki.fi> - 0.3-0.20.beta15
+- Patch to fix ix86 build if sys/ucontext.h is pulled in by signal.h (#564857).
+
+* Thu Aug 20 2009 Ville Skyttä <ville.skytta@iki.fi> - 0.3-0.19.beta15
+- Try to start daemon for all disks if none are specified in sysconfig.
+- Update URLs.
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-0.18.beta15
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-0.17.beta15
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Wed Oct  1 2008 Ville Skyttä <ville.skytta@iki.fi> - 0.3-0.16.beta15
+- Sync with Debian's 0.3-beta15-45 for a fix for undesired spin-ups with
+  most current drives (#464912).
+
+* Sat Feb  9 2008 Ville Skyttä <ville.skytta@iki.fi> - 0.3-0.15.beta15
+- Sync with Debian's 0.3-beta15-38.
+- Update drive database to 2007-09-14.
+- Trim pre-2006 changelog entries.
+
+* Wed Sep  5 2007 Ville Skyttä <ville.skytta@iki.fi> - 0.3-0.14.beta15
+- Adjust server chkconfig start/stop priorities to start before gkrellmd,
+  other cosmetic init script tweaks.
+- Mark hddtemp.db as %%config(noreplace).
+
+* Mon Aug  6 2007 Ville Skyttä <ville.skytta@iki.fi> - 0.3-0.13.beta15
+- License: GPLv2+
+
+* Tue Jul 10 2007 Ville Skyttä <ville.skytta@iki.fi> - 0.3-0.12.beta15
+- Improve init script LSB compliance.
+
+* Tue Jan  9 2007 Ville Skyttä <ville.skytta@iki.fi> - 0.3-0.11.beta15
+- SATA sense fix (#221100, Jens Axboe).
+
+* Sun Dec 31 2006 Ville Skyttä <ville.skytta@iki.fi> - 0.3-0.10.beta15
+- Apply patches from Debian containing bunch of hddtemp.db updates and
+  guess mode improvements for drives not in the database.
+
+* Wed Aug 30 2006 Ville Skyttä <ville.skytta@iki.fi> - 0.3-0.9.beta15
+- Rebuild.
+
+* Wed May  3 2006 Ville Skyttä <ville.skytta@iki.fi> - 0.3-0.8.beta15
+- 0.3-beta15, drive database 2006-04-26.
+- Specfile cleanups.
+
+* Wed Feb  8 2006 Ville Skyttä <ville.skytta@iki.fi> - 0.3-0.8.beta14
+- Update drive database to 2006-02-07.
+
+* Wed Jan 18 2006 Ville Skyttä <ville.skytta@iki.fi> - 0.3-0.7.beta14
+- Update drive database to 2006-01-18.
+- Init script is not a config file.
+- Mark console.perms snippet as noreplace.