Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
af03ca86c0 |
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@ hdapsd-20090401.tar.gz
|
|||
/hdapsd-20090401gita64b50c-a64b50c.tar.gz
|
||||
/hdapsd-20090401.20131204git401ca60-401ca60.tar.gz
|
||||
/hdapsd-20141024.tar.gz
|
||||
/hdapsd-20141203.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
Name: hdapsd
|
||||
Version: 20141024
|
||||
Version: 20141203
|
||||
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
|
||||
Source0: https://github.com/evgeni/hdapsd/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
Requires: systemd-units
|
||||
BuildRequires: systemd-units
|
||||
BuildRequires: libconfig-devel
|
||||
|
|
@ -40,12 +40,15 @@ install -m 644 misc/%{name}.service %{buildroot}%{_unitdir}
|
|||
%{_mandir}/man8/hdapsd.8.gz
|
||||
%config(noreplace) %{_sysconfdir}/%{name}.conf
|
||||
%doc AUTHORS
|
||||
%doc COPYING
|
||||
%license COPYING
|
||||
%doc ChangeLog
|
||||
%doc README
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed May 06 2015 Tomasz Torcz <ttorcz@fedoraproject.org> - 20141203-1
|
||||
- new upstream version
|
||||
|
||||
* Tue Oct 28 2014 Tomasz Torcz <ttorcz@fedoraproject.org> - 20141024-1
|
||||
- new upstream version
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
4c08983ddfbe5d4dea56f4d40dd45e9f hdapsd-20141024.tar.gz
|
||||
6fd7926272ab4de36d794c57237e2192 hdapsd-20141203.tar.gz
|
||||
|
|
|
|||
Reference in a new issue