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