]> git.pld-linux.org Git - packages/bootsplash-theme-glow.git/commitdiff
- init
authorshadzik <shadzik@pld-linux.org>
Fri, 13 Aug 2010 15:29:24 +0000 (15:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bootsplash-theme-glow.spec -> 1.1

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

diff --git a/bootsplash-theme-glow.spec b/bootsplash-theme-glow.spec
new file mode 100644 (file)
index 0000000..e5a644c
--- /dev/null
@@ -0,0 +1,44 @@
+
+%define                theme   glow
+
+Summary:       Bootsplash - glow by shadzik theme
+Summary(de.UTF-8):     Bootsplash - glow by shadzik Thema für Bootsplash
+Summary(pl.UTF-8):     Bootsplash - motyw glow wg shadzika
+Name:          bootsplash-theme-%{theme}
+Version:       1.0
+Release:       0.1
+License:       GPL v2
+Group:         Themes
+Source0:       http://livecd.pld-linux.org/%{theme}-%{version}.tar.gz
+# Source0-md5: 8fe758c7552065afea100b11976ee941
+URL:           http://livecd.pld-linux.org/
+Requires:      bootsplash
+Provides:      bootsplash-theme
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Glow theme by shadzik for bootsplash.
+
+%description -l de.UTF-8
+Glow by shadzik Thema für Bootsplash.
+
+%description -l pl.UTF-8
+Motyw Glow do bootsplash wg shadzika.
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+THEME_DIR=$RPM_BUILD_ROOT%{_sysconfdir}/bootsplash/themes/%{theme}
+install -d $THEME_DIR/{config,images}
+install %{theme}/config/*.cfg $THEME_DIR/config
+install %{theme}/images/*.jpg $THEME_DIR/images
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_sysconfdir}/bootsplash/themes/%{theme}
This page took 0.159723 seconds and 4 git commands to generate.