]> git.pld-linux.org Git - packages/bootsplash-theme-glow.git/blame - bootsplash-theme-glow.spec
- new tarball
[packages/bootsplash-theme-glow.git] / bootsplash-theme-glow.spec
CommitLineData
f4833525 1
2%define theme glow
3
4Summary: Bootsplash - glow by shadzik theme
5Summary(de.UTF-8): Bootsplash - glow by shadzik Thema für Bootsplash
6Summary(pl.UTF-8): Bootsplash - motyw glow wg shadzika
7Name: bootsplash-theme-%{theme}
8Version: 1.0
4c2aa0a2 9Release: 2
f4833525 10License: GPL v2
11Group: Themes
12Source0: http://livecd.pld-linux.org/%{theme}-%{version}.tar.gz
4c2aa0a2 13# Source0-md5: 597eb18b1012b67c8c538c6b720b446e
f4833525 14URL: http://livecd.pld-linux.org/
15Requires: bootsplash
16Provides: bootsplash-theme
17BuildArch: noarch
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21Glow theme by shadzik for bootsplash.
22
23%description -l de.UTF-8
24Glow by shadzik Thema für Bootsplash.
25
26%description -l pl.UTF-8
27Motyw Glow 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.140375 seconds and 4 git commands to generate.