From f1a1e82b2ed2feacd47d37e1cbf91d8a6f5b535c167a8e4361fbc605e6da6955 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 23 Sep 2014 15:20:15 +0000 Subject: [PATCH 1/3] Drop gpg-offline OBS-URL: https://build.opensuse.org/package/show/Archiving/clzip?expand=0&rev=9 --- clzip.spec | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/clzip.spec b/clzip.spec index 07dd76b..b567fb8 100644 --- a/clzip.spec +++ b/clzip.spec @@ -2,7 +2,7 @@ # # spec file for package clzip # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2011-2013 Pascal Bleser # # All modifications and additions to the file contributed by third parties @@ -26,7 +26,6 @@ License: GPL-3.0+ Group: Productivity/Archiving/Compression Url: http://www.nongnu.org/lzip/clzip.html -#Freecode-URL: http://freecode.com/projects/clzip Source: http://download.savannah.gnu.org/releases/lzip/%name-%version.tar.lz Source2: http://download.savannah.gnu.org/releases/lzip/%name-%version.tar.lz.sig Source3: %name.keyring @@ -36,9 +35,6 @@ BuildRequires: glibc-devel BuildRequires: lzip BuildRequires: make BuildRequires: pkgconfig -%if 0%{?suse_version} >= 1230 -BuildRequires: gpg-offline -%endif Requires(post): info Requires(preun):info @@ -53,7 +49,6 @@ Clzip is, in fact, a C language implementation of lzip, intended for embedded devices or systems lacking a C++ compiler. %prep -%{?gpg_verify: %gpg_verify %{S:2}} %if 0%{?__lzip:1} %setup -q %else @@ -74,7 +69,7 @@ tar --use=lzip -xf "%{S:0}" CC="%__cc" \ CFLAGS="%{optflags}" -%__make %{?_smp_flags} +make %{?_smp_flags} %install make install DESTDIR="%buildroot" From 626a2cf67858a8600c9c581ffe02d6d0fd737e80d2a7d6951f6920fde9e857ae Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 23 Sep 2014 15:20:36 +0000 Subject: [PATCH 2/3] Feed thorugh spec-beautifier OBS-URL: https://build.opensuse.org/package/show/Archiving/clzip?expand=0&rev=10 --- clzip.spec | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/clzip.spec b/clzip.spec index b567fb8..e092795 100644 --- a/clzip.spec +++ b/clzip.spec @@ -60,14 +60,14 @@ tar --use=lzip -xf "%{S:0}" # not autoconf ./configure \ --srcdir=. \ - --prefix="%{_prefix}" \ - --bindir="%{_bindir}" \ - --datadir="%{_datadir}" \ - --infodir="%{_infodir}" \ - --mandir="%{_mandir}" \ - --sysconfdir="%{_sysconfdir}" \ - CC="%__cc" \ - CFLAGS="%{optflags}" + --prefix="%_prefix" \ + --bindir="%_bindir" \ + --datadir="%_datadir" \ + --infodir="%_infodir" \ + --mandir="%_mandir" \ + --sysconfdir="%_sysconfdir" \ + CC="gcc" \ + CFLAGS="%optflags" make %{?_smp_flags} @@ -75,16 +75,16 @@ make %{?_smp_flags} make install DESTDIR="%buildroot" %post -%install_info --info-dir="%{_infodir}" "%{_infodir}/clzip.info%{ext_info}" +%install_info --info-dir="%_infodir" "%_infodir/clzip.info%ext_info" %preun -%install_info_delete --info-dir="%{_infodir}" "%{_infodir}/clzip.info%{ext_info}" +%install_info_delete --info-dir="%_infodir" "%_infodir/clzip.info%ext_info" %files %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog NEWS README -%{_bindir}/clzip -%doc %{_mandir}/man1/clzip.1%{ext_man} -%doc %{_infodir}/clzip.info%{ext_info} +%_bindir/clzip +%doc %_mandir/man1/clzip.1%ext_man +%doc %_infodir/clzip.info%ext_info %changelog From 1e793403fbead99b01459c93f91c318029f7fa4854a5979a928b15b309626f47 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 23 Sep 2014 20:45:41 +0000 Subject: [PATCH 3/3] Add changelog entry: gpg-offline drop OBS-URL: https://build.opensuse.org/package/show/Archiving/clzip?expand=0&rev=11 --- clzip.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/clzip.changes b/clzip.changes index 73d1c7a..2b1a5e7 100644 --- a/clzip.changes +++ b/clzip.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 23 16:55:53 UTC 2014 - jengelh@inai.de + +- Drop gpg-offline build-time requirement; this is now handled by + the local source validator + ------------------------------------------------------------------- Wed Oct 2 01:08:32 UTC 2013 - jengelh@inai.de