aboutsummaryrefslogtreecommitdiffstats
path: root/bootsplash.spec
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@mandriva.org>2002-01-30 13:37:15 +0000
committerChmouel Boudjnah <chmouel@mandriva.org>2002-01-30 13:37:15 +0000
commit95a92d1f3df1ecffb96456575126caed1b74bb15 (patch)
treeeff0c813ea22e390783ed668abe97bf17bdcb392 /bootsplash.spec
parent4eed3b39a529d2b0cb8479a4fa9feee9bcbfe940 (diff)
downloadbootsplash-95a92d1f3df1ecffb96456575126caed1b74bb15.tar
bootsplash-95a92d1f3df1ecffb96456575126caed1b74bb15.tar.gz
bootsplash-95a92d1f3df1ecffb96456575126caed1b74bb15.tar.bz2
bootsplash-95a92d1f3df1ecffb96456575126caed1b74bb15.tar.xz
bootsplash-95a92d1f3df1ecffb96456575126caed1b74bb15.zip
Add Makefile and .spec
Diffstat (limited to 'bootsplash.spec')
-rw-r--r--bootsplash.spec40
1 files changed, 40 insertions, 0 deletions
diff --git a/bootsplash.spec b/bootsplash.spec
new file mode 100644
index 0000000..68ea90d
--- /dev/null
+++ b/bootsplash.spec
@@ -0,0 +1,40 @@
+%define name bootsplash
+%define version 1.0
+%define release 1mdk
+
+Summary: The Boot Splash Images and scripts.
+Name: %{name}
+Version: %{version}
+Release: %{release}
+# From MDK cvs.
+Source0: %{name}-%{version}.tar.bz2
+License: GPL
+Group: System/Kernel and hardware
+BuildRoot: %{_tmppath}/%{name}-buildroot
+Prefix: %{_prefix}
+
+%description
+This package contain the scripts and the pictures you see when we
+booting a Mandrake kernel. They are automatically called when
+generating an initrd by mkinitrd.
+
+%prep
+%setup -q
+
+%build
+make check
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install prefix=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root)
+%_datadir/%{ame}/*
+
+%changelog
+
+# end of file