/[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 49223 - (show annotations) (download)
Tue Feb 8 21:20:16 2011 UTC (13 years, 2 months ago) by dmorgan
File size: 1270 byte(s)
imported package bootsplash
1 %define name bootsplash
2 %define version 3.3.3
3 %define release %mkrel 2
4
5 Summary: Scripts to handle Mandriva themeing
6 Name: %{name}
7 Version: %{version}
8 Release: %{release}
9 # From Mandriva SVN
10 Source0: %{name}-%version.tar.bz2
11 License: GPL
12 Group: System/Kernel and hardware
13 BuildRoot: %{_tmppath}/%{name}-buildroot
14 Url: http://svn.mandriva.com/cgi-bin/viewvc.cgi/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 >= 3.5.18-14mdk
18 Conflicts: mkinitrd < 3.5.18-14mdk
19 #there is no way to say a special kernel requires.
20 Requires: kernel initscripts > 7.04-15mdk
21 Requires: perl-Archive-Cpio
22 Suggests: drakx-kbd-mouse-x11
23 Requires: plymouth-scripts
24 Conflicts: drakxtools-newt < 10-49mdk
25 BuildArchitectures: noarch
26
27 %description
28 This package contains the scripts necessary to install and change the theme
29 used by Mandriva (at boot time and in desktop sessions)
30
31 %prep
32 %setup -q
33
34 %build
35 make LIB=%{_lib}
36
37 %install
38 rm -rf %{buildroot}
39 make install prefix=%{buildroot}
40
41 %clean
42 rm -rf %{buildroot}
43
44 %files
45 %defattr(-,root,root)
46 %doc README ChangeLog
47 %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
48 %dir %{_datadir}/%{name}
49 %{_datadir}/%{name}/scripts
50
51
52
53

  ViewVC Help
Powered by ViewVC 1.1.30