]> git.pld-linux.org Git - packages/bootsplash-theme-darkblue.git/blob - bootsplash-theme-darkblue.spec
- converted to UTF-8
[packages/bootsplash-theme-darkblue.git] / bootsplash-theme-darkblue.spec
1
2 %define theme   darkblue
3
4 Summary:        Bootsplash - darkblue theme
5 Summary(pl.UTF-8):   Bootsplash - motyw darkblue
6 Name:           bootsplash-theme-%{theme}
7 Version:        1.2
8 Release:        2
9 Epoch:          0
10 License:        GPL v2
11 Group:          Themes
12 Source0:        %{name}-%{version}.tar.gz
13 # Source0-md5:  a5b64219f284ff772a4f3ebcd4f2bc34
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.UTF-8
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}/animations/*.mng $THEME_DIR/animations
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.034987 seconds and 3 git commands to generate.