]> git.pld-linux.org Git - packages/bootsplash.git/blob - bootsplash.spec
- new
[packages/bootsplash.git] / bootsplash.spec
1 Summary:        Bootsplash - graphical boot process for Linux
2 Name:           bootsplash
3 Version:        3.0.7
4 Release:        0.1
5 Epoch:          0
6 License:        GPL v2
7 Group:          Applications/System
8 Source0:        ftp://ftp.suse.com/pub/people/stepan/%{name}/rpm-sources/%{name}/%{name}-%{version}.tar.bz2
9 # Source0-md5:  d7c7cdab692fb2edc5cf5ebb554f20a1
10 URL:            http://www.bootsplash.org
11 BuildRequires:  freetype-devel  >= 2
12 BuildRequires:  libmng-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 When you have a kernel with bootsplash capability you can use the
17 bootsplash and control it's behaviour with a set of userspace
18 utilities.
19
20 %prep
21 %setup -q
22
23 %build
24 cd Utilities
25 %{__make} \
26         CC="%{__cc}"
27 cd ..
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 # create directories if necessary
32 install -d $RPM_BUILD_ROOT%{_docdir}/%{name}
33 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
34 install -d $RPM_BUILD_ROOT%{_bindir}
35
36 install Documentation/* $RPM_BUILD_ROOT%{_docdir}/%{name}
37 install Scripts/* $RPM_BUILD_ROOT%{_datadir}/%{name}
38 install Utilities/{fbmngplay,fbresolution,fbtruetype,splash} $RPM_BUILD_ROOT%{_bindir}
39 install Utilities/*.ttf $RPM_BUILD_ROOT%{_datadir}/%{name}
40 install Utilities/README.* $RPM_BUILD_ROOT%{_docdir}/%{name}
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc Documentation/README.{bootsplash,kernel,config,themes}
48 %doc Utilities/README.{fbmngplay,fbtruetype}
49 %attr(755,root,root) %{_bindir}/*
50 %{_datadir}/%{name}
51
52 #%files subpackage
53 #%defattr(644,root,root,755)
54 #%doc extras/*.gz
55 #%{_datadir}/%{name}-ext
This page took 0.034327 seconds and 3 git commands to generate.