]> git.pld-linux.org Git - packages/bootsplash-theme-darkblue.git/commitdiff
- seperated theme to the new spec
authorpzurowski <pzurowski@pld-linux.org>
Tue, 23 Dec 2003 17:39:02 +0000 (17:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bootsplash-theme-darkblue.spec -> 1.1

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

diff --git a/bootsplash-theme-darkblue.spec b/bootsplash-theme-darkblue.spec
new file mode 100644 (file)
index 0000000..dc5652a
--- /dev/null
@@ -0,0 +1,48 @@
+
+Summary:       Bootsplash - darkblue theme
+Summary(pl):   Bootsplash - motyw darkblue
+Name:          bootsplash-theme-darkblue
+Version:       1.2
+Release:       1
+Epoch:         0
+License:       GPL v2
+Group:         Themes
+Source0:       %{name}-%{version}.tar.gz
+# Source0-md5: a5b64219f284ff772a4f3ebcd4f2bc34
+URL:           http://cvs.pld-linux.org/cgi-bin/cvsweb/pld-artwork/bootsplash/darkblue/
+Requires:      bootsplash
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _bindir /bin
+
+%description
+Darkblue theme for bootsplash.
+
+%description -l pl
+Motyw darkblue do bootsplash.
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+THEME_DIR=$RPM_BUILD_ROOT%{_sysconfdir}/bootsplash/themes/darkblue
+install -d $THEME_DIR{,/animations,/config,/images}
+install darkblue/animations/*.mng $THEME_DIR/animations
+install darkblue/config/*.cfg $THEME_DIR/config
+install darkblue/images/*.jpeg $THEME_DIR/images
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%dir %{_sysconfdir}/bootsplash/themes/darkblue/
+%dir %{_sysconfdir}/bootsplash/themes/darkblue/animations
+%{_sysconfdir}/bootsplash/themes/darkblue/animations/*
+%dir %{_sysconfdir}/bootsplash/themes/darkblue/config
+%{_sysconfdir}/bootsplash/themes/darkblue/config/*
+%dir %{_sysconfdir}/bootsplash/themes/darkblue/images
+%{_sysconfdir}/bootsplash/themes/darkblue/images/*
This page took 0.128133 seconds and 4 git commands to generate.