SPECS: isomd5sum.spec - small patch, builds here

agaran agaran at pld-linux.org
Tue Jan 1 15:54:33 CET 2008


Author: agaran                       Date: Tue Jan  1 14:54:33 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- small patch, builds here

---- Files affected:
SPECS:
   isomd5sum.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/isomd5sum.spec
diff -u SPECS/isomd5sum.spec:1.1 SPECS/isomd5sum.spec:1.2
--- SPECS/isomd5sum.spec:1.1	Fri Dec 14 02:31:18 2007
+++ SPECS/isomd5sum.spec	Tue Jan  1 15:54:28 2008
@@ -8,6 +8,7 @@
 Group:		Applications/System
 Source0:	%{name}-%{version}.tar.bz2
 # Source0-md5:	587c37904592ea99f61d8535ad69b7fe
+Patch0:		%{name}-smallfixes.patch
 URL:		http://git.fedoraproject.org/
 BuildRequires:	popt-devel
 BuildRequires:	python-devel
@@ -28,9 +29,10 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-%{__make}
+CC="gcc" %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -57,6 +59,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2008-01-01 14:54:28  agaran
+- small patch, builds here
+
 Revision 1.1  2007-12-14 01:31:18  patrys
 - new from fedora
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/isomd5sum.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list