rpms/ed/devel ed.spec,1.23,1.24

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jan 31 11:14:43 UTC 2007


Author: karsten

Update of /cvs/dist/rpms/ed/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv18108

Modified Files:
	ed.spec 
Log Message:
- use RPM_OPT_FLAGS, this fixes debuginfo


Index: ed.spec
===================================================================
RCS file: /cvs/dist/rpms/ed/devel/ed.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ed.spec	23 Jan 2007 14:55:04 -0000	1.23
+++ ed.spec	31 Jan 2007 11:14:40 -0000	1.24
@@ -1,7 +1,7 @@
 Summary: The GNU line editor.
 Name: ed
 Version: 0.4
-Release: 1
+Release: 2
 License: GPL
 Group:	Applications/Text
 Source: ftp://ftp.gnu.org/gnu/ed/%{name}-%{version}.tar.bz2
@@ -26,7 +26,7 @@
 
 %build
 %configure --exec-prefix=/
-make %{?_smp_mflags}
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" 
 
 %install
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
@@ -56,6 +56,9 @@
 %attr(0644,root,root) %{_mandir}/*/*
 
 %changelog
+* Wed Jan 31 2007 Karsten Hopp <karsten at redhat.com> 0.4-2
+- use RPM_OPT_FLAGS, this fixes debuginfo
+
 * Tue Jan 23 2007 Karsten Hopp <karsten at redhat.com> 0.4-1
 - new upstream version
 




More information about the fedora-cvs-commits mailing list