rpms/picocom/devel picocom.spec,1.4,1.5

Tom Callaway spot at fedoraproject.org
Thu Aug 28 20:33:29 UTC 2008


Author: spot

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

Modified Files:
	picocom.spec 
Log Message:
fix compile


Index: picocom.spec
===================================================================
RCS file: /cvs/pkgs/rpms/picocom/devel/picocom.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- picocom.spec	28 Aug 2008 20:02:03 -0000	1.4
+++ picocom.spec	28 Aug 2008 20:32:58 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           picocom
 Version:        1.4
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Minimal serial communications program
 
 Group:          Applications/Communications
@@ -25,7 +25,7 @@
 %setup -q
 
 %build
-make CC=%{__cc} CFLAGS="$RPM_OPT_FLAGS" %{_smp_mflags}
+make CC="%{__cc}" CFLAGS="$RPM_OPT_FLAGS" %{_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -45,6 +45,9 @@
 %{_mandir}/man8/*
 
 %changelog
+* Thu Aug 28 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.4-6
+- fix compile
+
 * Thu Aug 28 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.4-5
 - fix license tag
 




More information about the fedora-extras-commits mailing list