forked from pool/quilt
Accepting request 107075 from devel:tools:scm
make build output stable (forwarded request 106956 from msmeissn) OBS-URL: https://build.opensuse.org/request/show/107075 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quilt?expand=0&rev=42
This commit is contained in:
commit
cdc877fc81
17
quilt-stable-rebuild.patch
Normal file
17
quilt-stable-rebuild.patch
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
Index: quilt-0.51/Makefile.in
|
||||||
|
===================================================================
|
||||||
|
--- quilt-0.51.orig/Makefile.in
|
||||||
|
+++ quilt-0.51/Makefile.in
|
||||||
|
@@ -227,8 +227,11 @@ doc/reference : bin/quilt $(QUILT:%=quil
|
||||||
|
@unset LANG LC_MESSAGES LC_CTYPE LC_ALL; \
|
||||||
|
for i in $(QUILT); \
|
||||||
|
do \
|
||||||
|
+ echo $$i; \
|
||||||
|
+ done | sort | while read j ; \
|
||||||
|
+ do \
|
||||||
|
echo; \
|
||||||
|
- quilt $$i -h; \
|
||||||
|
+ quilt $$j -h; \
|
||||||
|
echo; \
|
||||||
|
done | \
|
||||||
|
$(SED) -e 's/\$$EDITOR ([^)]*)/$$EDITOR/' \
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 25 23:50:59 CET 2012 - meissner@suse.de
|
||||||
|
|
||||||
|
- make rebuilding stable by sorting the README reference entries.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 1 16:01:36 CET 2012 - jdelvare@suse.de
|
Wed Feb 1 16:01:36 CET 2012 - jdelvare@suse.de
|
||||||
|
|
||||||
|
24
quilt.spec
24
quilt.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package quilt
|
# spec file for package quilt
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 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
|
||||||
@ -15,17 +15,27 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: quilt
|
Name: quilt
|
||||||
BuildRequires: diffstat ed emacs-nox procmail
|
BuildRequires: diffstat
|
||||||
|
BuildRequires: ed
|
||||||
|
BuildRequires: emacs-nox
|
||||||
|
BuildRequires: procmail
|
||||||
Summary: A Tool for Working with Many Patches
|
Summary: A Tool for Working with Many Patches
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Text/Utilities
|
Group: Productivity/Text/Utilities
|
||||||
Version: 0.51
|
Version: 0.51
|
||||||
Release: 1
|
Release: 0
|
||||||
Requires: coreutils diffutils findutils patch gzip bzip2 perl mktemp diffstat file
|
Requires: bzip2
|
||||||
|
Requires: coreutils
|
||||||
|
Requires: diffstat
|
||||||
|
Requires: diffutils
|
||||||
|
Requires: file
|
||||||
|
Requires: findutils
|
||||||
|
Requires: gzip
|
||||||
|
Requires: mktemp
|
||||||
|
Requires: patch
|
||||||
|
Requires: perl
|
||||||
%if %{suse_version} > 910
|
%if %{suse_version} > 910
|
||||||
Recommends: procmail
|
Recommends: procmail
|
||||||
%endif
|
%endif
|
||||||
@ -40,6 +50,7 @@ Patch2: fix-relative-import.patch
|
|||||||
Patch3: patch-wrapper-rpm.diff
|
Patch3: patch-wrapper-rpm.diff
|
||||||
Patch4: grep-support-spaces.patch
|
Patch4: grep-support-spaces.patch
|
||||||
Patch5: suse-workaround-pseudo-release.patch
|
Patch5: suse-workaround-pseudo-release.patch
|
||||||
|
Patch6: quilt-stable-rebuild.patch
|
||||||
Url: http://savannah.nongnu.org/projects/quilt
|
Url: http://savannah.nongnu.org/projects/quilt
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -64,6 +75,7 @@ Authors:
|
|||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
|
%patch6 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# --with-rpmbuild=/usr/lib/rpm/rpmb:
|
# --with-rpmbuild=/usr/lib/rpm/rpmb:
|
||||||
|
Loading…
Reference in New Issue
Block a user