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