/[packages]/cauldron/bootsplash/current/SPECS/bootsplash.spec
ViewVC logotype

Contents of /cauldron/bootsplash/current/SPECS/bootsplash.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 200404 - (show annotations) (download)
Mon Jan 23 20:21:32 2012 UTC (12 years, 2 months ago) by tv
File size: 1142 byte(s)
no more Suggests: drakx-kbd-mouse-x11
1 %define name bootsplash
2 %define version 3.3.6
3 %define release %mkrel 2
4
5 Summary: Scripts to handle a Linux distribution theming
6 Name: %{name}
7 Version: %{version}
8 Release: %{release}
9 # From Mageia SVN
10 Source0: %{name}-%version.tar.bz2
11 License: GPL
12 Group: System/Kernel and hardware
13 BuildRoot: %{_tmppath}/%{name}-buildroot
14 Url: http://svnweb.mageia.org/soft/bootsplash/
15 Requires: perl-base
16 # Do not require mkinitrd anymore to be able to be prerequed by mkinitrd (mkinitrd is in basesystem anyway)
17 # Requires: mkinitrd
18 #there is no way to say a special kernel requires.
19 Requires: kernel initscripts > 7.04-15
20 Requires: perl-Archive-Cpio
21 Requires: plymouth-scripts
22 BuildArch: noarch
23
24 %description
25 This package contains scripts that can be used to install and change the theme
26 used by a Linux distribution (at boot time and in desktop sessions).
27
28 %prep
29 %setup -q
30
31 %build
32 make LIB=%{_lib}
33
34 %install
35 rm -rf %{buildroot}
36 make install prefix=%{buildroot}
37
38 %clean
39 rm -rf %{buildroot}
40
41 %files
42 %defattr(-,root,root)
43 %doc README ChangeLog
44 %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
45 %dir %{_datadir}/%{name}
46 %{_datadir}/%{name}/scripts
47

  ViewVC Help
Powered by ViewVC 1.1.30