rpms/gentoo/devel gentoo-0.15.2-cflags.patch, NONE, 1.1 gentoo.spec, 1.14, 1.15

Ville Skyttä scop at fedoraproject.org
Tue Jun 9 18:12:45 UTC 2009


Author: scop

Update of /cvs/pkgs/rpms/gentoo/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5479

Modified Files:
	gentoo.spec 
Added Files:
	gentoo-0.15.2-cflags.patch 
Log Message:
* Thu May  7 2009 Ville Skyttä <ville.skytta at iki.fi> - 0.15.2-2
- Build with $RPM_OPT_FLAGS (#499710).
- Disable autotools dependency tracking during build for cleaner build logs
  and possible slight build speedup.


gentoo-0.15.2-cflags.patch:

--- NEW FILE gentoo-0.15.2-cflags.patch ---
diff -up gentoo-0.15.2/configure~ gentoo-0.15.2/configure
--- gentoo-0.15.2/configure~	2009-03-09 20:46:50.000000000 +0200
+++ gentoo-0.15.2/configure	2009-05-07 21:04:03.000000000 +0300
@@ -5091,8 +5091,7 @@ _ACEOF
       GENTOO_CFLAGS="$GENTOO_CFLAGS -O2"
     fi
 fi
-
-
+GENTOO_CFLAGS="$GENTOO_CFLAGS $CFLAGS"
 
 
 ac_ext=c


Index: gentoo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gentoo/devel/gentoo.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- gentoo.spec	17 Mar 2009 16:03:10 -0000	1.14
+++ gentoo.spec	9 Jun 2009 18:12:15 -0000	1.15
@@ -1,7 +1,7 @@
 Summary: Graphical file management program in GTK+ for Linux
 Name: gentoo
 Version: 0.15.2
-Release: 1
+Release: 2
 License: GPLv2
 Group: Applications/File
 URL: http://www.obsession.se/gentoo/
@@ -9,6 +9,7 @@ Source0: http://dl.sf.net/gentoo/gentoo-
 Source1: gentoo.desktop
 # Get here http://www.obsession.se/gentoo/gfx/logo.png (not in sources)
 Source2: gentoo.png
+Patch0: %{name}-0.15.2-cflags.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: gtk2-devel
 BuildRequires: gamin-devel
@@ -27,10 +28,11 @@ file manager "Directory OPUS"(TM) (writt
 
 %prep
 %setup -q
+%patch0 -p1
 
 
 %build
-%configure
+%configure --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
 
 
@@ -78,6 +80,11 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Thu May  7 2009 Ville Skyttä <ville.skytta at iki.fi> - 0.15.2-2
+- Build with $RPM_OPT_FLAGS (#499710).
+- Disable autotools dependency tracking during build for cleaner build logs
+  and possible slight build speedup.
+
 * Mon Mar 16 2009 Matthias Saou <http://freshrpms.net/> 0.15.2-1
 - Update to 0.15.2, the first gtk2 version at last!
 - Update desktop file Categories to System;FileManager;.




More information about the fedora-extras-commits mailing list