packages: crossmingw64-binutils/crossmingw64-binutils.spec - expand canonic...
pluto
pluto at pld-linux.org
Sun Sep 26 12:43:51 CEST 2010
Author: pluto Date: Sun Sep 26 10:43:51 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- expand canonical target name, cleanup build, release 3.
---- Files affected:
packages/crossmingw64-binutils:
crossmingw64-binutils.spec (1.22 -> 1.23)
---- Diffs:
================================================================
Index: packages/crossmingw64-binutils/crossmingw64-binutils.spec
diff -u packages/crossmingw64-binutils/crossmingw64-binutils.spec:1.22 packages/crossmingw64-binutils/crossmingw64-binutils.spec:1.23
--- packages/crossmingw64-binutils/crossmingw64-binutils.spec:1.22 Sun Sep 26 11:17:25 2010
+++ packages/crossmingw64-binutils/crossmingw64-binutils.spec Sun Sep 26 12:43:46 2010
@@ -7,7 +7,7 @@
Summary(tr.UTF-8): GNU geliştirme araçları - Mingw64 binutils
Name: crossmingw64-binutils
Version: 2.20.51.0.11
-Release: 2
+Release: 3
License: GPL v3+
Group: Development/Tools
Source0: ftp://ftp.kernel.org/pub/linux/devel/binutils/binutils-%{version}.tar.bz2
@@ -24,7 +24,7 @@
#BuildRequires: texinfo >= 4.2
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-%define target x86_64-mingw32
+%define target x86_64-pc-mingw32
%define arch %{_prefix}/%{target}
%description
@@ -59,6 +59,7 @@
--disable-nls \
--prefix=%{_prefix} \
--libdir=%{_libdir} \
+ --libexecdir=%{_libdir} \
--mandir=%{_mandir} \
--infodir=%{_infodir} \
--with-sysroot=%{arch} \
@@ -66,18 +67,13 @@
--build=%{_target_platform} \
--target=%{target}
-%{__make} all \
- tooldir=%{_prefix}
+%{__make} all
%install
rm -rf $RPM_BUILD_ROOT
%{__make} install \
- INSTALL='$$s/install-sh -c' \
- prefix=$RPM_BUILD_ROOT%{_prefix} \
- mandir=$RPM_BUILD_ROOT%{_mandir} \
- infodir=$RPM_BUILD_ROOT%{_infodir} \
- libdir=$RPM_BUILD_ROOT%{_libdir}
+ DESTDIR=$RPM_BUILD_ROOT
# remove this man page unless we cross-build for netware platform.
# however, this should be done in Makefiles.
@@ -106,6 +102,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.23 2010/09/26 10:43:46 pluto
+- expand canonical target name, cleanup build, release 3.
+
Revision 1.22 2010/09/26 09:17:25 pluto
- fix 32-bit build, release 2.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw64-binutils/crossmingw64-binutils.spec?r1=1.22&r2=1.23&f=u
More information about the pld-cvs-commit
mailing list