]> git.pld-linux.org Git - packages/bootsplash-theme-livecd.git/blob - bootsplash-theme-livecd.spec
- up to 1.1 (fixed progressbar)
[packages/bootsplash-theme-livecd.git] / bootsplash-theme-livecd.spec
1
2 %define         theme   livecd
3
4 Summary:        Bootsplash - PLD LiveCD with KDE4 by shadzik theme
5 Summary(de.UTF-8):      Bootsplash - PLD LiveCD mit KDE4 by shadzik Thema für Bootsplash
6 Summary(pl.UTF-8):      Bootsplash - motyw PLD LiveCD z KDE4 wg shadzika
7 Name:           bootsplash-theme-%{theme}
8 Version:        1.1
9 Release:        1
10 License:        GPL v2
11 Group:          Themes
12 Source0:        http://livecd.pld-linux.pl/%{name}-%{version}.tar.bz2
13 # Source0-md5:  310b9d647cf83a57c28b1ccd1456d2cc
14 URL:            http://livecd.pld-linux.pl/
15 Requires:       bootsplash
16 Provides:       bootsplash-theme
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 PLD LiveCD with KDE4 theme by shadzik for bootsplash.
22
23 %description -l de.UTF-8
24 PLD LiveCD mit KDE4 by shadzik Thema für Bootsplash.
25
26 %description -l pl.UTF-8
27 Motyw PLD LiveCD z KDE4 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.059099 seconds and 3 git commands to generate.