rpms/ratpoison/devel ratpoison.spec,1.11,1.12

Kevin Fenzi kevin at fedoraproject.org
Sun Jun 14 06:06:59 UTC 2009


Author: kevin

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

Modified Files:
	ratpoison.spec 
Log Message:
Build with $RPM_OPT_FLAGS.
Disable autotools dependency tracking for cleaner build logs and possible slight build speedup.



Index: ratpoison.spec
===================================================================
RCS file: /cvs/extras/rpms/ratpoison/devel/ratpoison.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- ratpoison.spec	16 May 2009 04:07:32 -0000	1.11
+++ ratpoison.spec	14 Jun 2009 06:06:27 -0000	1.12
@@ -2,7 +2,7 @@
 
 Name:           ratpoison
 Version:        1.4.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Minimalistic window manager
 Group:          Applications/Productivity
 License:        GPLv2+
@@ -23,8 +23,8 @@ opposed to keyboard and mouse input.
 
 
 %build
-export CFLAGS+=-DHAVE_GETLINE
-%configure
+export CFLAGS="$RPM_OPT_FLAGS -DHAVE_GETLINE"
+%configure --disable-dependency-tracking
 make %{?_smp_mflags}
 
 
@@ -63,6 +63,11 @@ fi
 %{_datadir}/xsessions/ratpoison.desktop
 
 %changelog
+* Fri Jun 12 2009 Ville Skyttä <ville.skytta at iki.fi> - 1.4.4-2
+- Build with $RPM_OPT_FLAGS.
+- Disable autotools dependency tracking for cleaner build logs and possible
+  slight build speedup.
+
 * Thu May 14 2009 Kevin Fenzi <kevin at tummy.com> - 1.4.4-1
 - Update to 1.4.4
 - Add libXft-devel to BuildRequires




More information about the fedora-extras-commits mailing list