forked from pool/crosstool-ng
Accepting request 345426 from home:Dmitry_R:branches:electronics
OBS-URL: https://build.opensuse.org/request/show/345426 OBS-URL: https://build.opensuse.org/package/show/electronics/crosstool-ng?expand=0&rev=8
This commit is contained in:
parent
dc9737138e
commit
c5e470ed5f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c64493dd033dee0eb25903e66cf53ff5113ee33d193a8ff1df7ebebe47bdac46
|
||||
size 19883048
|
3
crosstool-ng-1.22.0.tar.bz2
Normal file
3
crosstool-ng-1.22.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6338a9b33f9d972167049bbe76e88b1e9248466a53df08dcfe8bcfe849d8d83
|
||||
size 1621476
|
@ -1,13 +0,0 @@
|
||||
Index: crosstool-ng-1.21.0/kconfig/nconf.c
|
||||
===================================================================
|
||||
--- crosstool-ng-1.21.0.orig/kconfig/nconf.c
|
||||
+++ crosstool-ng-1.21.0/kconfig/nconf.c
|
||||
@@ -1518,7 +1518,7 @@ int main(int ac, char **av)
|
||||
}
|
||||
|
||||
notimeout(stdscr, FALSE);
|
||||
- ESCDELAY = 1;
|
||||
+ set_escdelay(1);
|
||||
|
||||
/* set btns menu */
|
||||
curses_menu = new_menu(curses_menu_items);
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 13:21:59 UTC 2015 - dmitry_r@opensuse.org
|
||||
|
||||
- Update to version 1.22.0
|
||||
* No changelog available
|
||||
* Drop obsolete crosstool-ng-gcc5.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 11:06:12 UTC 2015 - dmitry_r@opensuse.org
|
||||
|
||||
|
@ -17,19 +17,18 @@
|
||||
|
||||
|
||||
Name: crosstool-ng
|
||||
Version: 1.21.0
|
||||
Version: 1.22.0
|
||||
Release: 0
|
||||
Summary: Toolchain building framework
|
||||
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-UPSTREAM -- crosstool-ng-gcc5.patch -- fix build with GCC5
|
||||
Patch1: crosstool-ng-gcc5.patch
|
||||
BuildRequires: bison
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: flex
|
||||
BuildRequires: gperf
|
||||
BuildRequires: help2man
|
||||
BuildRequires: libtool
|
||||
BuildRequires: makeinfo
|
||||
BuildRequires: ncurses-devel
|
||||
@ -51,8 +50,7 @@ that is being developed. Some pieces of the toolchain will eventually end up
|
||||
in the resulting binary/ies: static libraries are but an example.
|
||||
|
||||
%prep
|
||||
%setup -qc %{name}-%{version}
|
||||
%patch1 -p1
|
||||
%setup -qn %{name}
|
||||
# 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
|
||||
@ -65,18 +63,18 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%fdupes %{buildroot}%{_libdir}/ct-ng.%{version}/
|
||||
%fdupes %{buildroot}%{_libdir}/%{name}-%{version}/
|
||||
|
||||
find %{buildroot}%{_libdir}/ct-ng.%{version}/ -name '.gitignore' -type f -delete -print
|
||||
find %{buildroot}%{_libdir}/%{name}-%{version}/ -name '.gitignore' -type f -delete -print
|
||||
|
||||
mv %{buildroot}%{_docdir}/%{name}/ct-ng.%{version}/* %{buildroot}%{_docdir}/%{name}/
|
||||
rm -rf %{buildroot}%{_docdir}/%{name}/ct-ng.%{version}/
|
||||
mv %{buildroot}%{_docdir}/%{name}/%{name}-%{version}/* %{buildroot}%{_docdir}/%{name}/
|
||||
rm -rf %{buildroot}%{_docdir}/%{name}/%{name}-%{version}/
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING README
|
||||
%doc COPYING README.md
|
||||
%{_bindir}/ct-ng
|
||||
%{_libdir}/ct-ng.%{version}/
|
||||
%{_libdir}/%{name}-%{version}/
|
||||
%{_docdir}/%{name}/
|
||||
%{_mandir}/man1/ct-ng.1.gz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user