forked from pool/parkverbot
Accepting request 251761 from utilities
- Drop gpg-offline build-time requirement OBS-URL: https://build.opensuse.org/request/show/251761 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parkverbot?expand=0&rev=9
This commit is contained in:
commit
f90e4291e8
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 23 16:54:21 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Drop gpg-offline build-time requirement; this is now handled by
|
||||||
|
the local source validator
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 31 00:40:00 UTC 2013 - jengelh@inai.de
|
Thu Jan 31 00:40:00 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package parkverbot
|
# spec file for package parkverbot
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -29,18 +29,17 @@ Group: System/Base
|
|||||||
Source: %name-%version.tar.xz
|
Source: %name-%version.tar.xz
|
||||||
Source2: %name-%version.tar.xz.asc
|
Source2: %name-%version.tar.xz.asc
|
||||||
Source3: %name.keyring
|
Source3: %name.keyring
|
||||||
#BuildRequires: autoconf >= 2.60, automake >= 1.10
|
|
||||||
%if 0%{?suse_version} > 1220
|
|
||||||
BuildRequires: gpg-offline
|
|
||||||
%endif
|
|
||||||
BuildRequires: pkgconfig >= 0.23
|
BuildRequires: pkgconfig >= 0.23
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
%if 0%{?sles_version}
|
%if 0%{?suse_version} && 0%{?suse_version} < 1130
|
||||||
BuildRequires: libHX-devel >= 3.12
|
BuildRequires: libHX-devel >= 3.12
|
||||||
%else
|
%else
|
||||||
BuildRequires: pkgconfig(libHX) >= 3.12
|
BuildRequires: pkgconfig(libHX) >= 3.12
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} >= 1220
|
%if 0%{?suse_version} >= 1310
|
||||||
|
BuildRequires: systemd-rpm-macros
|
||||||
|
%endif
|
||||||
|
%if 0%{?suse_version} >= 1220 && 0%{?suse_version} < 1310
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
%endif
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -57,9 +56,6 @@ order to keep the hardware from going to its head-unloaded idle
|
|||||||
state.
|
state.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?gpg_verify:1}
|
|
||||||
%gpg_verify %{S:2}
|
|
||||||
%endif
|
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -76,7 +72,7 @@ make install DESTDIR="%buildroot";
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_sbindir/parkverbot
|
%_sbindir/parkverbot
|
||||||
%_mandir/man*/parkverbot*
|
%_mandir/man*/parkverbot*
|
||||||
%if %{?_unitdir:1}
|
%if 0%{?_unitdir:1}
|
||||||
%_unitdir/parkverbot@.service
|
%_unitdir/parkverbot@.service
|
||||||
%_unitdir/parkverbot.service
|
%_unitdir/parkverbot.service
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user