SPECS: mkvmlinuz.spec (NEW) - NEW, very simple spec for mkvmlinuz
sparky
sparky at pld-linux.org
Wed Oct 12 01:29:34 CEST 2005
Author: sparky Date: Tue Oct 11 23:29:34 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- NEW, very simple spec for mkvmlinuz
---- Files affected:
SPECS:
mkvmlinuz.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/mkvmlinuz.spec
diff -u /dev/null SPECS/mkvmlinuz.spec:1.1
--- /dev/null Wed Oct 12 01:29:34 2005
+++ SPECS/mkvmlinuz.spec Wed Oct 12 01:29:29 2005
@@ -0,0 +1,42 @@
+# $Revision$, $Date$
+Summary: Script for creating bootable kernel with included initrd for PowerPCs
+Name: mkvmlinuz
+Version: 1.1
+Release: 0.1
+License: GPL
+Group: Applications/System
+Source0: %{name}
+Source1: %{name}.sysconfig
+Requires: binutils
+Requires: gzip
+Requires: mktemp
+ExclusiveArch: ppc
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Script for creating bootable kernel with included initrd for PowerPCs.
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_sbindir},/etc/sysconfig}
+
+install %{SOURCE0} $RPM_BUILD_ROOT%{_sbindir}/%{name}
+install %{SOURCE1} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_sbindir}/%{name}
+%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/10/11 23:29:29 sparky
+- NEW, very simple spec for mkvmlinuz
+
================================================================
More information about the pld-cvs-commit
mailing list