]> git.pld-linux.org Git - packages/bootsplash-theme-blackaqua.git/blame - bootsplash-theme-blackaqua.spec
- unified
[packages/bootsplash-theme-blackaqua.git] / bootsplash-theme-blackaqua.spec
CommitLineData
ad74f787 1
2%define theme blackaqua
3
4Summary: Bootsplash - PLD blackaqua theme
cbc4df12 5Summary(pl.UTF-8): Bootsplash - Motyw PLD blackaqua
ad74f787 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
50d5056d 14URL: http://cvs.pld-linux.org/cgi-bin/cvsweb/pld-artwork/bootsplash/blackaqua/
ad74f787 15Requires: bootsplash
4d41ed33 16Provides: bootsplash-theme
ad74f787 17BuildArch: noarch
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21Blackaqua PLD theme for bootsplash.
22
79560849 23%description -l pl.UTF-8
50d5056d 24Motyw PLD Blackaqua do bootsplasha.
ad74f787 25
26%prep
27%setup -q -c
28
29%install
30rm -rf $RPM_BUILD_ROOT
31THEME_DIR=$RPM_BUILD_ROOT%{_sysconfdir}/bootsplash/themes/%{theme}
50d5056d 32install -d $THEME_DIR/{config,images}
ad74f787 33install %{theme}/config/*.cfg $THEME_DIR/config
34install %{theme}/images/*.jpg $THEME_DIR/images
35
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39%files
40%defattr(644,root,root,755)
41%{_sysconfdir}/bootsplash/themes/%{theme}
This page took 0.057877 seconds and 4 git commands to generate.