/[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 98913 - (show annotations) (download)
Sun May 15 12:38:35 2011 UTC (12 years, 11 months ago) by pterjan
File size: 1172 byte(s)
- Rebuild for fixed find-requires
1 %define name bootsplash
2 %define version 3.3.5
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 Suggests: drakx-kbd-mouse-x11
22 Requires: plymouth-scripts
23 BuildArch: noarch
24
25 %description
26 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
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