Compare commits

...
This repository has been archived on 2026-09-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

13 commits

Author SHA1 Message Date
Miro Hrončok
f0c0e14adb Orphaned for 6+ weeks 2019-01-21 11:19:12 +01:00
Adam Williamson
6d0f8f1098 Rebuild for new libconfig 2018-07-24 13:25:14 -07:00
Fedora Release Engineering
420350b7ab - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-13 04:54:13 +00:00
Tomasz Torcz
6b307d5b87 add gcc to BR, due to its removal from default buildroot 2018-02-18 19:40:25 +01:00
Fedora Release Engineering
d76693b413 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-07 16:09:45 +00:00
Tomasz Torcz
34f6984b09 cleanup systemd requires
https://www.spinics.net/lists/fedora-devel/msg240347.html
2018-01-27 13:54:55 +01:00
Fedora Release Engineering
b261f2dc23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-02 23:24:22 +00:00
Fedora Release Engineering
bf14592c06 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-26 12:35:00 +00:00
Fedora Release Engineering
b3e7047c13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-10 12:34:53 +00:00
Tomasz Torcz
12a00e5cc1 fix FTBFS (rhbz#1307612) 2016-02-14 12:06:19 +01:00
Dennis Gilmore
4951e41586 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-03 23:44:12 +00:00
Dennis Gilmore
0faf98ff5b - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-17 10:20:59 +00:00
Tomasz Torcz
7ee4117d1f new upstream version 20141203 2015-05-06 10:20:39 +02:00
4 changed files with 1 additions and 115 deletions

4
.gitignore vendored
View file

@ -1,4 +0,0 @@
hdapsd-20090401.tar.gz
/hdapsd-20090401gita64b50c-a64b50c.tar.gz
/hdapsd-20090401.20131204git401ca60-401ca60.tar.gz
/hdapsd-20141024.tar.gz

1
dead.package Normal file
View file

@ -0,0 +1 @@
Orphaned for 6+ weeks

View file

@ -1,110 +0,0 @@
Name: hdapsd
Version: 20141024
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}.tar.gz
Requires: systemd-units
BuildRequires: systemd-units
BuildRequires: libconfig-devel
%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 -q
%build
%configure
make %{?_smp_mflags}
%install
%make_install
install -m 644 misc/%{name}.service %{buildroot}%{_unitdir}
%files
%defattr(-,root,root,-)
%{_sbindir}/*
%{_udevrulesdir}/%{name}.rules
%{_unitdir}/%{name}.service
%{_unitdir}/%{name}@.service
%{_mandir}/man8/hdapsd.8.gz
%config(noreplace) %{_sysconfdir}/%{name}.conf
%doc AUTHORS
%doc COPYING
%doc ChangeLog
%doc README
%changelog
* Tue Oct 28 2014 Tomasz Torcz <ttorcz@fedoraproject.org> - 20141024-1
- new upstream version
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20090401.20131204git401ca60-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20090401.20131204git401ca60-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Wed Dec 04 2013 Tomasz Torcz <ttorcz@fedoraproject.org> - 20090401.20131204git401ca60c75-1
- latest upstream snapshot, fixes rhbz#1037119
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20090401gita64b50c-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* 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

View file

@ -1 +0,0 @@
4c08983ddfbe5d4dea56f4d40dd45e9f hdapsd-20141024.tar.gz