]> git.pld-linux.org Git - packages/bootsplash.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.spec -> 1.16

bootsplash.spec

index 0f7526100702dd49784c4029b60498e2279dc461..4099a75c18c45d92273b9904d5650deee45f0bdf 100644 (file)
@@ -1,6 +1,4 @@
 
-%bcond_without themes          # build without themes
-
 Summary:       Bootsplash - graphical boot process for Linux
 Summary(pl):   Bootsplash - graficzny proces startu systemu dla Linuksa
 Name:          bootsplash
@@ -14,8 +12,6 @@ Source0:      ftp://ftp.suse.com/pub/people/stepan/%{name}/rpm-sources/%{name}/%{name
 Source1:       %{name}.script
 Source2:       %{name}-bootanim.script
 Source3:       %{name}.sysconfig
-Source4:       %{name}-theme-darkblue-1.2.tar.gz
-# Source4-md5: a5b64219f284ff772a4f3ebcd4f2bc34
 Patch0:                %{name}-freetype-includes.patch
 URL:           http://www.bootsplash.org/
 BuildRequires: freetype-devel >= 2.1
@@ -34,20 +30,8 @@ Maj
 startu systemu i sterowaæ jego zachowaniem przy u¿yciu tego zbioru
 narzêdzi przestrzeni u¿ytkownika.
 
-%package theme-darkblue
-Summary:       Bootsplash - darkblue theme
-Summary(pl):   Bootsplash - motyw darkblue
-Group:         Themes
-Requires:      bootsplash
-
-%description theme-darkblue
-Darkblue theme for bootsplash.
-
-%description theme-darkblue -l pl
-Motyw darkblue do bootsplash.
-
 %prep
-%setup -q %{?with_themes:-a4}
+%setup -q
 %patch0 -p1
 
 %build
@@ -68,15 +52,6 @@ install Utilities/splash $RPM_BUILD_ROOT%{_bindir}/splash.bin
 install Utilities/{fbmngplay,fbresolution,fbtruetype} $RPM_BUILD_ROOT%{_bindir}
 install Utilities/*.ttf $RPM_BUILD_ROOT%{_datadir}/%{name}
 
-%if %{with themes}
-#darkblue theme
-THEME_DIR=$RPM_BUILD_ROOT/etc/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
-%endif
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -86,15 +61,3 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*
 %attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/bootsplash
 %{_datadir}/%{name}
-
-%if %{with themes}
-%files theme-darkblue
-%defattr(644,root,root,755)
-%dir /etc/bootsplash/themes/darkblue/
-%dir /etc/bootsplash/themes/darkblue/animations
-/etc/bootsplash/themes/darkblue/animations/*
-%dir /etc/bootsplash/themes/darkblue/config
-/etc/bootsplash/themes/darkblue/config/*
-%dir /etc/bootsplash/themes/darkblue/images
-/etc/bootsplash/themes/darkblue/images/*
-%endif
This page took 0.05821 seconds and 4 git commands to generate.