]> git.pld-linux.org Git - packages/bootsplash-theme-darkblue.git/blob - bootsplash-theme-darkblue.spec
- seperated theme to the new spec
[packages/bootsplash-theme-darkblue.git] / bootsplash-theme-darkblue.spec
1
2 Summary:        Bootsplash - darkblue theme
3 Summary(pl):    Bootsplash - motyw darkblue
4 Name:           bootsplash-theme-darkblue
5 Version:        1.2
6 Release:        1
7 Epoch:          0
8 License:        GPL v2
9 Group:          Themes
10 Source0:        %{name}-%{version}.tar.gz
11 # Source0-md5:  a5b64219f284ff772a4f3ebcd4f2bc34
12 URL:            http://cvs.pld-linux.org/cgi-bin/cvsweb/pld-artwork/bootsplash/darkblue/
13 Requires:       bootsplash
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _bindir /bin
17
18 %description
19 Darkblue theme for bootsplash.
20
21 %description -l pl
22 Motyw darkblue do bootsplash.
23
24 %prep
25 %setup -q
26
27 %build
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 THEME_DIR=$RPM_BUILD_ROOT%{_sysconfdir}/bootsplash/themes/darkblue
32 install -d $THEME_DIR{,/animations,/config,/images}
33 install darkblue/animations/*.mng $THEME_DIR/animations
34 install darkblue/config/*.cfg $THEME_DIR/config
35 install darkblue/images/*.jpeg $THEME_DIR/images
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %dir %{_sysconfdir}/bootsplash/themes/darkblue/
43 %dir %{_sysconfdir}/bootsplash/themes/darkblue/animations
44 %{_sysconfdir}/bootsplash/themes/darkblue/animations/*
45 %dir %{_sysconfdir}/bootsplash/themes/darkblue/config
46 %{_sysconfdir}/bootsplash/themes/darkblue/config/*
47 %dir %{_sysconfdir}/bootsplash/themes/darkblue/images
48 %{_sysconfdir}/bootsplash/themes/darkblue/images/*
This page took 0.087098 seconds and 4 git commands to generate.