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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.30