]> git.pld-linux.org Git - packages/bootsplash-theme-blackaqua.git/blob - bootsplash-theme-blackaqua.spec
- pl fix, no macro in URL
[packages/bootsplash-theme-blackaqua.git] / bootsplash-theme-blackaqua.spec
1
2 %define theme   blackaqua
3
4 Summary:        Bootsplash - PLD blackaqua theme
5 Summary(pl):    Bootsplash - Motyw PLD blackaqua 
6 Name:           bootsplash-theme-%{theme}
7 Version:        1.0
8 Release:        1
9 Epoch:          0
10 License:        GPL v2
11 Group:          Themes
12 Source0:        %{name}-%{version}.tar.gz
13 # Source0-md5:  94a42ab7e2fb881961001b5669705e9a
14 URL:            http://cvs.pld-linux.org/cgi-bin/cvsweb/pld-artwork/bootsplash/blackaqua/
15 Requires:       bootsplash
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Blackaqua PLD theme for bootsplash.
21
22 %description -l pl
23 Motyw PLD Blackaqua do bootsplasha.
24
25 %prep
26 %setup -q -c
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 THEME_DIR=$RPM_BUILD_ROOT%{_sysconfdir}/bootsplash/themes/%{theme}
31 install -d $THEME_DIR/{config,images}
32 install %{theme}/config/*.cfg $THEME_DIR/config
33 install %{theme}/images/*.jpg $THEME_DIR/images
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %{_sysconfdir}/bootsplash/themes/%{theme}
This page took 0.049417 seconds and 3 git commands to generate.