]> git.pld-linux.org Git - packages/bootsplash-theme-livecd.git/blame_incremental - bootsplash-theme-livecd.spec
- up to 1.1 (fixed progressbar)
[packages/bootsplash-theme-livecd.git] / bootsplash-theme-livecd.spec
... / ...
CommitLineData
1
2%define theme livecd
3
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
7Name: bootsplash-theme-%{theme}
8Version: 1.1
9Release: 1
10License: GPL v2
11Group: Themes
12Source0: http://livecd.pld-linux.pl/%{name}-%{version}.tar.bz2
13# Source0-md5: 310b9d647cf83a57c28b1ccd1456d2cc
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
27Motyw PLD LiveCD z KDE4 do bootsplash wg shadzika.
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.118148 seconds and 4 git commands to generate.