]> git.pld-linux.org Git - packages/bootsplash-theme-blackaqua.git/blame - bootsplash-theme-blackaqua.spec
- Initial release
[packages/bootsplash-theme-blackaqua.git] / bootsplash-theme-blackaqua.spec
CommitLineData
ad74f787 1
2%define theme blackaqua
3
4Summary: Bootsplash - PLD blackaqua theme
5Summary(pl): Bootsplash - Motyw PLD blackaqua
6Name: bootsplash-theme-%{theme}
7Version: 1.0
8Release: 1
9Epoch: 0
10License: GPL v2
11Group: Themes
12Source0: %{name}-%{version}.tar.gz
13# Source0-md5: 94a42ab7e2fb881961001b5669705e9a
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
20Blackaqua PLD theme for bootsplash.
21
22%description -l pl
23Motyw PLD Blackaqua 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{,/config,/images}
32install %{theme}/config/*.cfg $THEME_DIR/config
33install %{theme}/images/*.jpg $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.084422 seconds and 4 git commands to generate.