]> git.pld-linux.org Git - packages/bootsplash.git/commitdiff
- fix bcond
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 22 Dec 2003 23:28:59 +0000 (23:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bootsplash.spec -> 1.12

bootsplash.spec

index 300774043895f9755d49094bf9ab986569e5be95..24734b5b8b58d8bb0268c975e64196817b506ca4 100644 (file)
@@ -14,8 +14,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,7 +32,6 @@ Maj
 startu systemu i sterowaæ jego zachowaniem przy u¿yciu tego zbioru
 narzêdzi przestrzeni u¿ytkownika.
 
-%if %{with themes}
 %package theme-darkblue
 Summary:       Bootsplash - darkblue theme
 Summary(pl):   Bootsplash - motyw darkblue
@@ -47,8 +44,6 @@ Darkblue theme for bootsplash.
 %description theme-darkblue -l pl
 Motyw darkblue do bootsplash.
 
-%endif
-
 %prep
 %setup -q %{?with_themes:-a4}
 %patch0 -p1
@@ -70,6 +65,7 @@ install Scripts/* $RPM_BUILD_ROOT%{_datadir}/%{name}
 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
@@ -89,8 +85,14 @@ rm -rf $RPM_BUILD_ROOT
 %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
 %config(noreplace) %verify(not md5 size mtime)/etc/bootsplash/themes/darkblue/config/*
+%dir /etc/bootsplash/themes/darkblue/images
 /etc/bootsplash/themes/darkblue/images/*
+%endif
This page took 0.063786 seconds and 4 git commands to generate.