SHA256
3
0
forked from pool/ed

- revert the use gpg-offline for bootstrap packages

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ed?expand=0&rev=19
This commit is contained in:
Stephan Kulow 2013-06-17 12:45:10 +00:00 committed by Git OBS Bridge
parent 54440e1f49
commit 49cdb18407
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 17 12:44:22 UTC 2013 - coolo@suse.com
- revert the use gpg-offline for bootstrap packages
-------------------------------------------------------------------
Fri Apr 26 08:28:40 UTC 2013 - mvyskocil@suse.com

View File

@ -26,9 +26,6 @@ Url: http://www.gnu.org/software/ed/
Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
Source1: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz.sig
Source2: ed.keyring
%if 0%{?suse_version} >= 1230
BuildRequires: gpg-offline
%endif
Requires(pre): %install_info_prereq
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -42,10 +39,6 @@ Unix, and thus widely available. For most purposes, however, it is
superseded by full-screen editors such as GNU Emacs or GNU Moe.
%prep
%if 0%{?suse_version} >= 1230
%gpg_verify %{SOURCE1}
%endif
%setup -q
sed -i \
-e "s/CFLAGS='.*/CFLAGS='%{optflags}'/" \