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