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