Compare commits
18 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f0c0e14adb | ||
|
|
6d0f8f1098 | ||
|
|
420350b7ab | ||
|
|
6b307d5b87 | ||
|
|
d76693b413 | ||
|
|
34f6984b09 | ||
|
|
b261f2dc23 | ||
|
|
bf14592c06 | ||
|
|
b3e7047c13 | ||
|
|
12a00e5cc1 | ||
|
|
4951e41586 | ||
|
|
0faf98ff5b | ||
|
|
7ee4117d1f | ||
|
|
fd12dac015 | ||
| 64c2820392 | |||
|
|
8fb3c2a098 | ||
|
|
6644d2ca07 | ||
|
|
0e8fa0f8a3 |
4 changed files with 1 additions and 104 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +0,0 @@
|
|||
hdapsd-20090401.tar.gz
|
||||
/hdapsd-20090401gita64b50c-a64b50c.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
101
hdapsd.spec
101
hdapsd.spec
|
|
@ -1,101 +0,0 @@
|
|||
%global commit a64b50c05c5e2b6b7d6ca1165362b4d8e484f4f4
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: hdapsd
|
||||
Version: 20090401git%{shortcommit}
|
||||
Release: 1%{?dist}
|
||||
Summary: Protects hard drives by parking head when fall is detected
|
||||
|
||||
Group: Applications/System
|
||||
License: GPLv2+
|
||||
URL: http://hdaps.sourceforge.net/
|
||||
Source0: https://github.com/evgeni/hdapsd/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
|
||||
Requires: systemd-units
|
||||
BuildRequires: systemd-units
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
|
||||
%description
|
||||
|
||||
This is a disk protection user-space daemon. It monitors the acceleration
|
||||
values through the HDAPS/AMS interfaces and automatically initiates disk head
|
||||
parking if a fall or sliding of the laptop is detected.
|
||||
|
||||
HDAPS is typically found in ThinkPad laptops and AMS in Apple laptops.
|
||||
|
||||
%prep
|
||||
%setup -qn %{name}-%{commit}
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make install DESTDIR=%{buildroot}
|
||||
# remove docs installed by "make install", will be installed in proper dir by %doc
|
||||
rm -rf %{buildroot}%{_defaultdocdir}/%{name}
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_sbindir}/*
|
||||
%{_udevrulesdir}/%{name}.rules
|
||||
%{_unitdir}/%{name}@.service
|
||||
%{_mandir}/man8/hdapsd.8.gz
|
||||
%doc AUTHORS
|
||||
%doc COPYING
|
||||
%doc ChangeLog
|
||||
%doc README
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue May 28 2013 Tomasz Torcz <ttorcz@fedoraproject.org> - 20090401gita64b50c-1
|
||||
- package upstream snapshot:
|
||||
- use upstream systemd units and udev rules
|
||||
- drop sysconfig file
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20090401-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20090401-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Fri Feb 03 2012 Tomasz Torcz <ttorcz@fedoraproject.org> - 20090401-10
|
||||
- spec cleanup:
|
||||
- remove BuildRoot define and it's removal from clean
|
||||
- use _unitdir macro introduced in the meantime
|
||||
- drop upstart event files
|
||||
- remove StandardOutput=syslog from unit file
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20090401-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20090401-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Sun Jan 9 2011 Tomasz Torcz <ttorcz@fedoraproject.org> 20090401-7
|
||||
- remove bad parentheses in ExecStart= line of systemd unit def
|
||||
(thanks Alexandre Silva Lopes, #667073)
|
||||
|
||||
* Sat Jul 17 2010 Tomasz Torcz <ttorcz@fedoraproject.org> 20090401-6
|
||||
- provide systemd service definition
|
||||
- resurrect udev rule for systemd interaction
|
||||
|
||||
* Mon Dec 07 2009 Tomasz Torcz <ttorcz@fedoraproject.org> 20090401-5
|
||||
- port initscript file to upstart 0.6, removing custom udev rule
|
||||
|
||||
* Fri Sep 04 2009 Tomasz Torcz <ttorcz@fedoraproject.org> 20090401-4
|
||||
- use version macro in in Source0, as per review suggestion (#505928 #9)
|
||||
|
||||
* Sun Jun 21 2009 Tomasz Torcz <ttorcz@fedoraproject.org> 20090401-3
|
||||
- fixes from review: URL source, proper build root macro
|
||||
- minor cleanup of event file
|
||||
|
||||
* Wed Jun 17 2009 Tomasz Torcz <ttorcz@fedoraproject.org> 20090401-2
|
||||
- mark upstart event file and udev rule as config files
|
||||
|
||||
* Sun Jun 14 2009 Tomasz Torcz <ttorcz@fedoraproject.org> 20090401-1
|
||||
- initial version
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
0a2306be7a2563d59486afcf77e89c30 hdapsd-20090401gita64b50c-a64b50c.tar.gz
|
||||
Reference in a new issue