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
This commit is contained in:
parent
e14196a1da
commit
9ca264324f
@ -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
|
Tue Jan 22 18:20:25 CET 2013 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
10
sed.spec
10
sed.spec
@ -23,7 +23,7 @@ Summary: A Stream-Oriented Non-Interactive Text Editor
|
|||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
Url: http://www.gnu.org/software/sed/
|
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
|
Source1: %{name}-%{version}.tar.bz2.sig
|
||||||
Source2: %{name}.keyring
|
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".
|
# 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
|
%define warn_flags -Wall -Wstrict-prototypes -Wpointer-arith -Wformat-security
|
||||||
export CFLAGS="%{optflags} %warn_flags"
|
export CFLAGS="%{optflags} %warn_flags"
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--mandir=%{_mandir} \
|
--mandir=%{_mandir} \
|
||||||
--infodir=%{_infodir} \
|
--infodir=%{_infodir} \
|
||||||
--without-included-regex \
|
--without-included-regex \
|
||||||
%{_target_cpu}-suse-linux
|
%{_target_cpu}-suse-linux
|
||||||
%if %do_profiling
|
%if %do_profiling
|
||||||
make %{?_smp_mflags} CFLAGS="$CFLAGS "%cflags_profile_generate
|
make %{?_smp_mflags} CFLAGS="$CFLAGS "%cflags_profile_generate
|
||||||
make %{?_smp_mflags} check
|
make %{?_smp_mflags} check
|
||||||
|
Loading…
Reference in New Issue
Block a user