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

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Tue Sep 19 21:28:10 UTC 2006


Author: pfj

Update of /cvs/extras/rpms/z88dk/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17955

Modified Files:
	z88dk.spec 
Log Message:

rebuild 
 	z88dk.spec 



Index: z88dk.spec
===================================================================
RCS file: /cvs/extras/rpms/z88dk/devel/z88dk.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- z88dk.spec	9 Mar 2006 10:33:10 -0000	1.2
+++ z88dk.spec	19 Sep 2006 21:28:10 -0000	1.3
@@ -1,7 +1,7 @@
 Summary: A Z80 cross compiler
 Name: z88dk
 Version: 1.6
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: Artistic
 Group: Development/Tools
 Source: http://dl.sf.net/z88dk/z88dk-src-%{version}.tgz
@@ -17,7 +17,7 @@
 %prep
 %setup -q -n z88dk
 %patch0 -p0 -b Makefile
-/usr/bin/find . -depth -name CVS -type d -exec %{__rm} -rf {} \;
+%{_bindir}/find . -depth -name CVS -type d -exec %{__rm} -rf {} \;
 %{__mkdir} bin
 # Separate manpages from other docs and fix their permissions
 %{__mv} doc/netman .
@@ -64,13 +64,15 @@
 %{_bindir}/appmake
 %{_bindir}/copt
 %{_bindir}/sccz80
-%{_bindir}/z80asm
-%{_bindir}/zcc
-%{_bindir}/zcpp
+%{_bindir}/z*
 %{_datadir}/z88dk/
 %{_mandir}/man3z/
 
 %changelog
+* Tue Sep 19 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> - 1.6-9
+- rebuild
+- minor spec file changes
+
 * Thu Mar 9 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> - 1.6-8
 - Added ExcludeArch for ia64
 




More information about the scm-commits mailing list