forked from pool/parkverbot
parkverbot-1.2
OBS-URL: https://build.opensuse.org/package/show/utilities/parkverbot?expand=0&rev=18
This commit is contained in:
parent
fe0ccf929b
commit
f94b34122b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e7b190dbab44374529012d7059bd57cf0e878c2367793b1a4f4c89dff5860de
|
||||
size 70224
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.19 (GNU/Linux)
|
||||
|
||||
iF4EABEIAAYFAlEJvVwACgkQkb3j62iiDkW+qwD/Tm7DIPCWAFOFc28Fsbv+RGMf
|
||||
PBCyOBvB4onAVEnNJ7YA/10NlQvotyahPbmNcmm0KRBSxDoVaOYYZ3Tgrx5ElAYk
|
||||
=RwGA
|
||||
-----END PGP SIGNATURE-----
|
17
parkverbot-1.2.tar.asc
Normal file
17
parkverbot-1.2.tar.asc
Normal file
@ -0,0 +1,17 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2
|
||||
|
||||
iQIcBAABAgAGBQJUhV0QAAoJEN//LNsZ/DONshYP/j44PZG0I05CBJDEXWWCO636
|
||||
ehmIwsyNp30jnXqvfaaKny2Wik/la3qrD4npkznGWslvWq68W1wrvqxw0vl8wTEq
|
||||
ifUZE0vDZ+EMUzafw89n5PKFjPPWN65IolVa1RZS6h2z1xxSOu0ArI9wOETN5Xja
|
||||
Ev4MyZu5+smgwMwfkfM1UOtvHqhHrZSdNzUpUmYu4yVvk7WwFKtXYrkr18jRDQqm
|
||||
homxpTAlbWAFhErjhumrQApFuUhTF06L7HYpSGFoZBchYwizMfcmovTxpI0PPQ3I
|
||||
264YoBD+8cEiPR6WvZMOyqArZQzQR2Yzt5/T5Y7ZIMgeSYjZZ6SAG5K2S3nmT4SC
|
||||
s3r5ns5hh4Q30tpIX0zvaEaP0X5pPVrwMI3KMFT8QG09F0z2GoL+pW6/gOcYyr87
|
||||
9Riuse4oEDn3RimZjEBBXP+quXOS3SjImBnkLZ9pYXPbqOk6jhBeCoLEf00SNXLK
|
||||
L+sr1AIQLSfU+uaNsDJR54GbtBP9fCLqKku9aSSqw6/bsKiuriUBDDY22RCFpvnT
|
||||
T1PinrvuafARdhqVD+YdY07ozFJgcVg7MuAPesTJ15H44cAtvVdFWs6DaRT3m1fv
|
||||
khzJ1a26X+T+tStpftqgfvQ62q22/EIBXeGO7IG9QDQvK/N7d30d/fBcqm+m/tPz
|
||||
gyXD6d+0GNczUTzV+6CO
|
||||
=tba+
|
||||
-----END PGP SIGNATURE-----
|
3
parkverbot-1.2.tar.xz
Normal file
3
parkverbot-1.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:982ee8d75d951300b9c9ba65e8b34adca9a14a8090e1225fb33a35937e26e334
|
||||
size 73960
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 8 08:09:54 UTC 2014 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.2
|
||||
* The documentation was updated with a look at how other tools
|
||||
perform.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 23 16:54:21 UTC 2014 - jengelh@inai.de
|
||||
|
||||
|
@ -17,25 +17,20 @@
|
||||
|
||||
|
||||
Name: parkverbot
|
||||
Version: 1.1
|
||||
Version: 1.2
|
||||
Release: 0
|
||||
Url: http://parkverbot.sf.net/
|
||||
Summary: Daemon to prevent hard disk head parking in rotational media
|
||||
License: GPL-2.0+
|
||||
Group: System/Base
|
||||
|
||||
#DL-URL: http://downloads.sf.net/parkverbot/%name-%version.tar.xz
|
||||
#Git-Clone: git://git.code.sf.net/p/parkverbot/code
|
||||
Source: %name-%version.tar.xz
|
||||
Source2: %name-%version.tar.xz.asc
|
||||
#Git-Clone: git://git.code.sf.net/p/parkverbot/parkverbot
|
||||
Source: http://downloads.sf.net/parkverbot/%name-%version.tar.xz
|
||||
Source2: http://downloads.sf.net/parkverbot/%name-%version.tar.asc
|
||||
Source3: %name.keyring
|
||||
BuildRequires: pkgconfig >= 0.23
|
||||
BuildRequires: xz
|
||||
%if 0%{?suse_version} && 0%{?suse_version} < 1130
|
||||
BuildRequires: libHX-devel >= 3.12
|
||||
%else
|
||||
BuildRequires: pkgconfig(libHX) >= 3.12
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1310
|
||||
BuildRequires: systemd-rpm-macros
|
||||
%endif
|
||||
@ -59,14 +54,11 @@ state.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
if [ ! -e configure ]; then
|
||||
autoreconf -fi;
|
||||
fi;
|
||||
%configure --with-unitdir="%_unitdir"
|
||||
make %{?_smp_mflags};
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR="%buildroot";
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user