]> git.pld-linux.org Git - packages/bootsplash-theme-blackbyshad.git/blame - bootsplash-theme-blackbyshad.spec
- initial release (by Bartosz Swiatek <swiatek#informatik#hu-berlin#de>)
[packages/bootsplash-theme-blackbyshad.git] / bootsplash-theme-blackbyshad.spec
CommitLineData
8c8d33ae
PS
1
2%define theme pldblackbyshad
3
4Summary: Bootsplash - pld black by shad theme
5Summary(pl): Bootsplash - motyw pld dark black wg shada
6Name: bootsplash-theme-%{theme}
7Version: 1.0
8Release: 1
9Epoch: 0
10License: GPL v2
11Group: Themes
12Source0: http://www.atwa.us/~shadzik/%{name}-%{version}.tar.bz2
13# Source0-md5: 7efd0cc598c71ba73b6534569ebe2253
14URL: http://www.atwa.us/~shadzik/%{theme}.tar.bz2
15Requires: bootsplash
16BuildArch: noarch
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20PLD black theme by shad for bootsplash.
21
22%description -l pl
23Motyw PLD black do bootsplash wg. shada.
24
25%prep
26%setup -q -c
27
28%install
29rm -rf $RPM_BUILD_ROOT
30THEME_DIR=$RPM_BUILD_ROOT%{_sysconfdir}/bootsplash/themes/%{theme}
31install -d $THEME_DIR{,/config,/images}
32install %{theme}/config/*.cfg $THEME_DIR/config
33install %{theme}/images/*.jpg $THEME_DIR/images
34
35%clean
36rm -rf $RPM_BUILD_ROOT
37
38%files
39%defattr(644,root,root,755)
40%{_sysconfdir}/bootsplash/themes/%{theme}
This page took 0.07262 seconds and 4 git commands to generate.