From 64c0f0a7d3168394f51160877fff9daa7c8aa718 Mon Sep 17 00:00:00 2001 From: pzurowski Date: Thu, 29 Jan 2004 17:57:27 +0000 Subject: [PATCH] - Initial Changed files: bootsplash-theme-black.spec -> 1.1 --- bootsplash-theme-black.spec | 41 +++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 bootsplash-theme-black.spec diff --git a/bootsplash-theme-black.spec b/bootsplash-theme-black.spec new file mode 100644 index 0000000..9fdaa70 --- /dev/null +++ b/bootsplash-theme-black.spec @@ -0,0 +1,41 @@ + +%define theme black + +Summary: Bootsplash - darkblue theme +Summary(pl): Bootsplash - motyw darkblue +Name: bootsplash-theme-%{theme} +Version: 1.1 +Release: 1 +Epoch: 0 +License: GPL v2 +Group: Themes +Source0: %{name}-%{version}.tar.gz +# Source0-md5: 6b53ed3a8897d5618cdf62df9a82816e +URL: http://cvs.pld-linux.org/cgi-bin/cvsweb/pld-artwork/bootsplash/%{theme}/ +Requires: bootsplash +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Darkblue PLD theme for bootsplash. + +%description -l pl +Motyw PLD darkblue do bootsplash. + +%prep +%setup -q -c + +%install +rm -rf $RPM_BUILD_ROOT +THEME_DIR=$RPM_BUILD_ROOT%{_sysconfdir}/bootsplash/themes/%{theme} +install -d $THEME_DIR{,/animations,/config,/images} +#install %{theme}/animations/*.mng $THEME_DIR/animations +install %{theme}/config/*.cfg $THEME_DIR/config +install %{theme}/images/*.jpeg $THEME_DIR/images + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%{_sysconfdir}/bootsplash/themes/%{theme} -- 2.43.0