SPECS: e3.spec - added the gcc421.patch - build fails because ther...

witekfl witekfl at pld-linux.org
Mon Oct 15 19:50:43 CEST 2007


Author: witekfl                      Date: Mon Oct 15 17:50:43 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added the gcc421.patch
- build fails because there is no find-provides in rpm

---- Files affected:
SPECS:
   e3.spec (1.37 -> 1.38) 

---- Diffs:

================================================================
Index: SPECS/e3.spec
diff -u SPECS/e3.spec:1.37 SPECS/e3.spec:1.38
--- SPECS/e3.spec:1.37	Mon Feb 12 22:23:54 2007
+++ SPECS/e3.spec	Mon Oct 15 19:50:38 2007
@@ -9,6 +9,7 @@
 Source0:	http://www.sax.de/~adlibit/%{name}-%{version}.tar.gz
 # Source0-md5:	d053f6f6bfc4619a5a3a147a498e22a2
 Source1:	%{name}-editor.sh
+Patch0:		%{name}-gcc421.patch
 URL:		http://www.sax.de/~adlibit/
 %ifarch %{ix86}
 BuildRequires:	nasm
@@ -40,6 +41,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 # gzexe makes problems
 # we gain 3K only
@@ -84,7 +86,8 @@
 %attr(755,root,root) %{_bindir}/*
 %doc ChangeLog README
 %{_mandir}/man1/*
-%{_libdir}/*
+%{_libdir}/*.hlp
+%{_libdir}/*.res
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -92,6 +95,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.38  2007/10/15 17:50:38  witekfl
+- added the gcc421.patch
+- build fails because there is no find-provides in rpm
+
 Revision 1.37  2007/02/12 21:23:54  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/e3.spec?r1=1.37&r2=1.38&f=u



More information about the pld-cvs-commit mailing list