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