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