forked from pool/crosstool-ng
Accepting request 378336 from electronics
1 OBS-URL: https://build.opensuse.org/request/show/378336 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/crosstool-ng?expand=0&rev=5
This commit is contained in:
commit
886d619311
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 1 00:02:42 UTC 2017 - bwiedemann@suse.com
|
||||
|
||||
- Add reproducible.patch to fix build-compare
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 13:21:59 UTC 2015 - dmitry_r@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package crosstool-ng
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,6 +24,8 @@ License: GPL-2.0 and GPL-2.0+ and GPL-3.0+ and LGPL-2.1 and LGPL-3.0+
|
||||
Group: Development/Tools/Building
|
||||
Url: http://crosstool-ng.org
|
||||
Source0: http://crosstool-ng.org/download/crosstool-ng/%{name}-%{version}.tar.bz2
|
||||
# PATCH-FIX-TO-UPSTREAM -- bmwiedemann
|
||||
Patch0: reproducible.patch
|
||||
BuildRequires: bison
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: flex
|
||||
@ -51,6 +53,7 @@ in the resulting binary/ies: static libraries are but an example.
|
||||
|
||||
%prep
|
||||
%setup -qn %{name}
|
||||
%patch0 -p1
|
||||
# from legal team
|
||||
# "Distribution and use is free, also for commercial purposes" (no modification permission)
|
||||
find patches/ -name '*-new-valencian-locale.patch' -type f -delete -print
|
||||
|
11
reproducible.patch
Normal file
11
reproducible.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- crosstool-ng/docs/ct-ng.1.in.orig 2015-11-18 05:29:15.000000000 +0000
|
||||
+++ crosstool-ng/docs/ct-ng.1.in 2016-03-16 14:46:58.135659000 +0000
|
||||
@@ -155,7 +155,7 @@
|
||||
to have the meaning of the exit values.
|
||||
."
|
||||
.SH BUGS
|
||||
-As of today (@@CT_DATE@@), building tarballs is broken. It is difficult to
|
||||
+As of today (20151120), building tarballs is broken. It is difficult to
|
||||
foresee how all parts of
|
||||
.B crosstool-NG
|
||||
are going to be installed. Each part is needed to build a tarball, as it
|
Loading…
Reference in New Issue
Block a user