rpms/colrdx/devel colrdx.spec,1.2,1.3

Randy Berry dp67 at fedoraproject.org
Fri May 8 20:59:40 UTC 2009


Author: dp67

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

Modified Files:
	colrdx.spec 
Log Message:

Package not built with $RPM_OPT_FLAGS, rebuild with proper tags.




Index: colrdx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/colrdx/devel/colrdx.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- colrdx.spec	24 Feb 2009 08:23:52 -0000	1.2
+++ colrdx.spec	8 May 2009 20:59:09 -0000	1.3
@@ -1,6 +1,6 @@
 Name:		colrdx
 Version:	1.02
-Release:	3%{?dist}
+Release:	5%{?dist}
 Summary:	DX-cluster client with curses color support
 
 Group:		Applications/Communications
@@ -24,7 +24,7 @@ line at the top with some basic informat
 %patch0 -b .install
 
 %build
-make %{?_smp_mflags}
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -40,6 +40,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/%{name}.1.gz
 
 %changelog
+* Fri May  8 2009 Randall J. Berry <dp67 at fedoraproject.org> - 1.02-5
+- Update cvs
+
+* Fri May  8 2009 Ville Skyttä <ville.skytta at iki.fi> - 1.02-4
+- Build with $RPM_OPT_FLAGS.
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.02-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list