Hello community,

here is the log from the commit of package checkinstall for openSUSE:Factory
checked in at Thu Oct 6 14:59:16 CEST 2011.



--------
--- openSUSE:Factory/checkinstall/checkinstall.changes  2011-09-23 
01:53:22.000000000 +0200
+++ checkinstall/checkinstall.changes   2011-10-05 14:29:33.000000000 +0200
@@ -1,0 +2,11 @@
+Wed Oct  5 12:29:28 UTC 2011 - [email protected]
+
+- cross-build fix: use %__cc macro
+
+-------------------------------------------------------------------
+Sat Sep 17 22:51:11 UTC 2011 - [email protected]
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ checkinstall.spec ++++++
--- /var/tmp/diff_new_pack.dVN5An/_old  2011-10-06 14:59:05.000000000 +0200
+++ /var/tmp/diff_new_pack.dVN5An/_new  2011-10-06 14:59:05.000000000 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           checkinstall
@@ -49,12 +48,6 @@
 all files later with rpm -e package or to install the package on
 another system.
 
-
-
-Authors:
---------
-    Felipe Eduardo Sánchez Díaz Durân
-
 %prep                                                                          
 %setup -q
 %patch0
@@ -76,10 +69,10 @@
 # 1. Must pass -m32/-m64 to linker to choose correct output format.
 # 2. ld does not accept -mXX, only gcc. (=> LD=gcc)
 # 3. Because installwatch uses _init as a symbol, must use -nostdlib
-make CFLAGS="%{optflags}" LD="gcc" LDFLAGS="%optflags -nostdlib"
+make CFLAGS="%{optflags}" LD="%__cc" CC="%__cc" LDFLAGS="%optflags -nostdlib" 
%{?_smp_mflags}
 
 %install
-make CFLAGS="%{optflags}" LD="gcc" LDFLAGS="%optflags -nostdlib" \
+make CFLAGS="%{optflags}" LD="%__cc" CC="%__cc" LDFLAGS="%optflags -nostdlib" \
    DESTDIR=%{buildroot} PREFIX=%{_prefix} LIBDIR=%{_prefix}/%_lib install
 %{find_lang} %{name}
 

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to