From 9ca264324fcd1ca57ba0b401c2c8c540561d30b118bf2a75a90b17e1689f00ce Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 6 Apr 2013 01:03:49 +0000 Subject: [PATCH] Accepting request 162806 from home:namtrac:bugfix - Add Source URL, see https://en.opensuse.org/SourceUrls OBS-URL: https://build.opensuse.org/request/show/162806 OBS-URL: https://build.opensuse.org/package/show/Base:System/sed?expand=0&rev=16 --- sed.changes | 5 +++++ sed.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/sed.changes b/sed.changes index 4d5bae6..3676147 100644 --- a/sed.changes +++ b/sed.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 5 12:08:28 UTC 2013 - idonmez@suse.com + +- Add Source URL, see https://en.opensuse.org/SourceUrls + ------------------------------------------------------------------- Tue Jan 22 18:20:25 CET 2013 - sbrabec@suse.cz diff --git a/sed.spec b/sed.spec index 49a76cc..a3b4118 100644 --- a/sed.spec +++ b/sed.spec @@ -23,7 +23,7 @@ Summary: A Stream-Oriented Non-Interactive Text Editor License: GPL-3.0+ Group: System/Base Url: http://www.gnu.org/software/sed/ -Source: %{name}-%{version}.tar.bz2 +Source: ftp://ftp.gnu.org/gnu/sed/%{name}-%{version}.tar.bz2 Source1: %{name}-%{version}.tar.bz2.sig Source2: %{name}.keyring # Use rpmbuild -D 'VERIFY_SIG 1' to verify signature during build or run one-shot check by "gpg-offline --verify --package=sed sed-*.sig". @@ -52,10 +52,10 @@ occurrences of a string within a file. %define warn_flags -Wall -Wstrict-prototypes -Wpointer-arith -Wformat-security export CFLAGS="%{optflags} %warn_flags" ./configure --prefix=/usr \ - --mandir=%{_mandir} \ - --infodir=%{_infodir} \ - --without-included-regex \ - %{_target_cpu}-suse-linux + --mandir=%{_mandir} \ + --infodir=%{_infodir} \ + --without-included-regex \ + %{_target_cpu}-suse-linux %if %do_profiling make %{?_smp_mflags} CFLAGS="$CFLAGS "%cflags_profile_generate make %{?_smp_mflags} check