rpms/mach/devel mach.spec,1.11,1.12

Thomas Vander Stichele (thomasvs) fedora-extras-commits at redhat.com
Wed Jan 24 10:44:39 UTC 2007


Author: thomasvs

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

Modified Files:
	mach.spec 
Log Message:
add ppc files


Index: mach.spec
===================================================================
RCS file: /cvs/extras/rpms/mach/devel/mach.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- mach.spec	7 Jan 2007 21:47:36 -0000	1.11
+++ mach.spec	24 Jan 2007 10:44:09 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           mach
 Version:        0.9.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        make a chroot
 
 Group:          Applications/System
@@ -56,6 +56,12 @@
 install -d -m 2775 $RPM_BUILD_ROOT%{_localstatedir}/tmp/mach
 install -d -m 775 $RPM_BUILD_ROOT%{_localstatedir}/cache/mach
 
+# the ppc dist files were not added to the dist, so install them manually
+for v in 4 5 6 development
+do
+  install -m 644 etc/dist.d/fedora-$v-ppc %{_sysconfdir}/mach/dist.d
+done
+
 find $RPM_BUILD_ROOT -name "*.la" -exec rm {} \;
 
 %clean
@@ -96,6 +102,10 @@
 %attr(04750,root,mach) %{_sbindir}/mach-helper
 
 %changelog
+* Wed Jan 24 2007 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.9.1-2
+- add ppc files
+
 * Sun Jan 07 2007 Thomas Vander Stichele <thomas at apestaart dot org>
 - 0.9.1-1
 - new release




More information about the fedora-extras-commits mailing list