]> git.pld-linux.org Git - packages/bootsplash.git/blob - bootsplash.spec
- added freetype-includes patch (use proper includes, needed for 2.1.7)
[packages/bootsplash.git] / bootsplash.spec
1 Summary:        Bootsplash - graphical boot process for Linux
2 Summary(pl):    Bootsplash - graficzny proces startu systemu dla Linuksa
3 Name:           bootsplash
4 Version:        3.0.7
5 Release:        0.1
6 Epoch:          0
7 License:        GPL v2
8 Group:          Applications/System
9 Source0:        ftp://ftp.suse.com/pub/people/stepan/%{name}/rpm-sources/%{name}/%{name}-%{version}.tar.bz2
10 # Source0-md5:  d7c7cdab692fb2edc5cf5ebb554f20a1
11 Source1:        %{name}.script
12 Patch0:         %{name}-freetype-includes.patch
13 URL:            http://www.bootsplash.org/
14 BuildRequires:  freetype-devel >= 2.1
15 BuildRequires:  libmng-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 When you have a kernel with bootsplash capability you can use the
20 bootsplash and control it's behaviour with this set of userspace
21 utilities.
22
23 %description -l pl
24 Maj±c j±dro z opcj± bootsplash mo¿na uzyskaæ graficzny ekran podczas
25 startu systemu i sterowaæ jego zachowaniem przy u¿yciu tego zbioru
26 narzêdzi przestrzeni u¿ytkownika.
27
28 %prep
29 %setup -q
30 %patch0 -p1
31
32 %build
33 %{__make} -C Utilities \
34         CC="%{__cc}" \
35         CFLAGS="%{rpmcflags} -Wall -I/usr/include/freetype2 -DDEFAULT_FONTNAME=\\\"%{_datadir}/%{name}/luxisri.ttf\\\"" \
36         STRIP=true
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}}
41
42 install %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/splash
43 install Scripts/* $RPM_BUILD_ROOT%{_datadir}/%{name}
44 install Utilities/splash $RPM_BUILD_ROOT%{_bindir}/splash.bin
45 install Utilities/{fbmngplay,fbresolution,fbtruetype} $RPM_BUILD_ROOT%{_bindir}
46 install Utilities/*.ttf $RPM_BUILD_ROOT%{_datadir}/%{name}
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc {Documentation,Utilities}/README.*
54 %attr(755,root,root) %{_bindir}/*
55 %{_datadir}/%{name}
This page took 0.134928 seconds and 3 git commands to generate.