rpms/z88dk/devel z88dk.spec,1.7,1.8

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Thu Dec 6 06:57:22 UTC 2007


Author: kkofler

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

Modified Files:
	z88dk.spec 
Log Message:
- mkdir buildroot in install


Index: z88dk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/z88dk/devel/z88dk.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- z88dk.spec	6 Dec 2007 06:54:59 -0000	1.7
+++ z88dk.spec	6 Dec 2007 06:56:49 -0000	1.8
@@ -7,7 +7,7 @@
 Source: http://downloads.sourceforge.net/z88dk/z88dk-src-%{version}.tgz
 Patch: z88make.patch
 URL: http://z88dk.sourceforge.net/
-Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExcludeArch: x86_64 ia64 ppc64
 
 %description
@@ -45,6 +45,7 @@
 export Z80_OZFILES=%{_datadir}/z88dk-%{version}/lib/
 export ZCCCFG=%{_datadir}/z88dk-%{version}/lib/config/
 %{__rm} -rf %{buildroot}
+%{__mkdir} %{buildroot}
 %{makeinstall} install-libs
 %{__mkdir_p} %{buildroot}%{_mandir}/man3z
 %{__cp} -p netman/man3z/* %{buildroot}%{_mandir}/man3z
@@ -74,6 +75,7 @@
 - update to 1.7
 - use preferred SF URL
 - mention TI calculators in description
+- mkdir buildroot in install
 
 * Thu Sep 27 2007 Tom "spot" Callaway <tcallawa at redhat.com> 1.6-11.1
 - no ppc64




More information about the fedora-extras-commits mailing list