]> git.pld-linux.org Git - packages/bootsplash-theme-black.git/blame - bootsplash-theme-black.spec
- tabs in preamble
[packages/bootsplash-theme-black.git] / bootsplash-theme-black.spec
CommitLineData
64c0f0a7 1
2%define theme black
3
4Summary: Bootsplash - darkblue theme
e4171a73 5Summary(pl.UTF-8): Bootsplash - motyw darkblue
64c0f0a7 6Name: bootsplash-theme-%{theme}
7Version: 1.1
8Release: 1
9Epoch: 0
10License: GPL v2
11Group: Themes
12Source0: %{name}-%{version}.tar.gz
13# Source0-md5: 6b53ed3a8897d5618cdf62df9a82816e
14URL: http://cvs.pld-linux.org/cgi-bin/cvsweb/pld-artwork/bootsplash/%{theme}/
15Requires: bootsplash
16BuildArch: noarch
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20Darkblue PLD theme for bootsplash.
21
711d3a42 22%description -l pl.UTF-8
64c0f0a7 23Motyw PLD darkblue do bootsplash.
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{,/animations,/config,/images}
64c0f0a7 32install %{theme}/config/*.cfg $THEME_DIR/config
33install %{theme}/images/*.jpeg $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.059718 seconds and 4 git commands to generate.