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