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