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