/[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 200404 - (hide annotations) (download)
Mon Jan 23 20:21:32 2012 UTC (12 years, 3 months ago) by tv
File size: 1142 byte(s)
no more Suggests: drakx-kbd-mouse-x11
1 dmorgan 49223 %define name bootsplash
2 anssi 184118 %define version 3.3.6
3 tv 200404 %define release %mkrel 2
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 blino 86516 # Requires: mkinitrd
18 dmorgan 49223 #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     Requires: plymouth-scripts
22 dmorgan 49225 BuildArch: noarch
23 dmorgan 49223
24     %description
25 ahmad 61289 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 dmorgan 49223
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