]> git.pld-linux.org Git - packages/bootsplash-theme-black.git/commitdiff
- Initial
authorpzurowski <pzurowski@pld-linux.org>
Thu, 29 Jan 2004 17:57:27 +0000 (17:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bootsplash-theme-black.spec -> 1.1

bootsplash-theme-black.spec [new file with mode: 0644]

diff --git a/bootsplash-theme-black.spec b/bootsplash-theme-black.spec
new file mode 100644 (file)
index 0000000..9fdaa70
--- /dev/null
@@ -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}
This page took 0.082062 seconds and 4 git commands to generate.