rpms/simdock/devel simdock-1.2-build-envvars.patch, NONE, 1.1 simdock.spec, 1.3, 1.4

Terje Røsten terjeros at fedoraproject.org
Fri May 1 16:39:18 UTC 2009


Author: terjeros

Update of /cvs/extras/rpms/simdock/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31310

Modified Files:
	simdock.spec 
Added Files:
	simdock-1.2-build-envvars.patch 
Log Message:
* Thu Apr 30 2009 Ville Skyttä <ville.skytta at iki.fi> - 1.2-5
- Patch to honor $RPM_OPT_FLAGS during build.
- Disable autotools dependency tracking during build for cleaner build logs
  and possible slight build speedup.


simdock-1.2-build-envvars.patch:

--- NEW FILE simdock-1.2-build-envvars.patch ---
diff -up trunk/configure~ trunk/configure
--- trunk/configure~	2007-07-07 23:32:31.000000000 +0300
+++ trunk/configure	2009-04-30 19:37:00.000000000 +0300
@@ -6315,9 +6315,9 @@ WX_CPPFLAGS="`$WXCONFIG --cppflags`"
 WX_CXXFLAGS="`$WXCONFIG --cxxflags | sed -e 's/-fno-exceptions//'`"
 WX_LIBS="`$WXCONFIG --libs`"
 
-CPPFLAGS="$DEPS_CPPFLAGS $DEPS_CFLAGS $WX_CPPFLAGS "
-CXXFLAGS="$DEPS_CXXFLAGS $DEPS_CFLAGS $WX_CPPFLAGS"
-LIBS="$DEPS_LIBS $WX_LIBS"
+CPPFLAGS="$CPPFLAGS $DEPS_CPPFLAGS $DEPS_CFLAGS $WX_CPPFLAGS "
+CXXFLAGS="$CXXFLAGS $DEPS_CXXFLAGS $DEPS_CFLAGS $WX_CPPFLAGS"
+LIBS="$LIBS $DEPS_LIBS $WX_LIBS"
 
 
 


Index: simdock.spec
===================================================================
RCS file: /cvs/extras/rpms/simdock/devel/simdock.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- simdock.spec	26 Feb 2009 01:08:51 -0000	1.3
+++ simdock.spec	1 May 2009 16:38:48 -0000	1.4
@@ -1,7 +1,7 @@
 Name:          simdock
 Summary:       Fast and customizable dockbar
 Version:       1.2
-Release:       4%{?dist}
+Release:       5%{?dist}
 License:       GPLv2+
 Group:         User Interface/Desktops
 URL:           http://simdock.sourceforge.net/
@@ -11,6 +11,7 @@ Patch0:        simdock-1.2.desktop.patch
 Patch1:        simdock-1.2-pixmap.patch
 Patch2:        simdock-1.2-readme.patch
 Patch3:        simdock-1.2-tasks.patch
+Patch4:        simdock-1.2-build-envvars.patch
 Buildrequires: desktop-file-utils
 BuildRequires: GConf2-devel
 BuildRequires: libwnck-devel
@@ -30,10 +31,11 @@ environments. Does not require Compiz no
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 %{__install} -m 0644 %{SOURCE1} .
 
 %build
-%configure
+%configure --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
 
 %install
@@ -54,6 +56,11 @@ desktop-file-install --dir %{buildroot}%
 %{_datadir}/applications/%{name}.desktop
 
 %changelog
+* Thu Apr 30 2009 Ville Skyttä <ville.skytta at iki.fi> - 1.2-5
+- Patch to honor $RPM_OPT_FLAGS during build.
+- Disable autotools dependency tracking during build for cleaner build logs
+  and possible slight build speedup.
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list