]> git.pld-linux.org Git - packages/bootsplash-theme-darkblue.git/blob - bootsplash-theme-darkblue.spec
BA: noarch
[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 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Darkblue PLD theme for bootsplash.
19
20 %description -l pl
21 Motyw PLD darkblue do bootsplash.
22
23 %prep
24 %setup -q
25
26 %build
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 THEME_DIR=$RPM_BUILD_ROOT%{_sysconfdir}/bootsplash/themes/darkblue
31 install -d $THEME_DIR{,/animations,/config,/images}
32 install darkblue/animations/*.mng $THEME_DIR/animations
33 install darkblue/config/*.cfg $THEME_DIR/config
34 install darkblue/images/*.jpeg $THEME_DIR/images
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %dir %{_sysconfdir}/bootsplash/themes/darkblue/
42 %dir %{_sysconfdir}/bootsplash/themes/darkblue/animations
43 %{_sysconfdir}/bootsplash/themes/darkblue/animations/*
44 %dir %{_sysconfdir}/bootsplash/themes/darkblue/config
45 %{_sysconfdir}/bootsplash/themes/darkblue/config/*
46 %dir %{_sysconfdir}/bootsplash/themes/darkblue/images
47 %{_sysconfdir}/bootsplash/themes/darkblue/images/*
This page took 0.064319 seconds and 4 git commands to generate.