]> git.pld-linux.org Git - packages/bootsplash-theme-glow.git/blob - bootsplash-theme-glow.spec
- new tarball
[packages/bootsplash-theme-glow.git] / bootsplash-theme-glow.spec
1
2 %define         theme   glow
3
4 Summary:        Bootsplash - glow by shadzik theme
5 Summary(de.UTF-8):      Bootsplash - glow by shadzik Thema für Bootsplash
6 Summary(pl.UTF-8):      Bootsplash - motyw glow wg shadzika
7 Name:           bootsplash-theme-%{theme}
8 Version:        1.0
9 Release:        2
10 License:        GPL v2
11 Group:          Themes
12 Source0:        http://livecd.pld-linux.org/%{theme}-%{version}.tar.gz
13 # Source0-md5:  597eb18b1012b67c8c538c6b720b446e
14 URL:            http://livecd.pld-linux.org/
15 Requires:       bootsplash
16 Provides:       bootsplash-theme
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Glow theme by shadzik for bootsplash.
22
23 %description -l de.UTF-8
24 Glow by shadzik Thema für Bootsplash.
25
26 %description -l pl.UTF-8
27 Motyw Glow do bootsplash wg shadzika.
28
29 %prep
30 %setup -q -c
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 THEME_DIR=$RPM_BUILD_ROOT%{_sysconfdir}/bootsplash/themes/%{theme}
35 install -d $THEME_DIR/{config,images}
36 install %{theme}/config/*.cfg $THEME_DIR/config
37 install %{theme}/images/*.jpg $THEME_DIR/images
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %{_sysconfdir}/bootsplash/themes/%{theme}
This page took 0.055202 seconds and 3 git commands to generate.