]> git.pld-linux.org Git - packages/bootsplash-theme-blackbyshad.git/blob - bootsplash-theme-blackbyshad.spec
- de; STBR
[packages/bootsplash-theme-blackbyshad.git] / bootsplash-theme-blackbyshad.spec
1
2 %define         theme   pldblackbyshad
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/%{name}-%{version}.tar.bz2
14 # Source0-md5:  7efd0cc598c71ba73b6534569ebe2253
15 URL:            http://www.atwa.us/~shadzik/%{theme}.tar.bz2
16 Requires:       bootsplash
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 PLD black theme by shad for bootsplash.
22
23 %description -l de
24 PLD black by shad Thema für Bootsplash.
25
26 %description -l pl
27 Motyw PLD black do bootsplash wg. shada.
28
29 %prep
30 %setup -q -c
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 THEME_DIR=$RPM_BUILD_ROOT%{_sysconfdir}/bootsplash/themes/%{theme}
35 install -d $THEME_DIR/{config,images}
36 install %{theme}/config/*.cfg $THEME_DIR/config
37 install %{theme}/images/*.jpg $THEME_DIR/images
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %{_sysconfdir}/bootsplash/themes/%{theme}
This page took 0.022825 seconds and 3 git commands to generate.