]> git.pld-linux.org Git - packages/bootsplash.git/blobdiff - bootsplash.spec
- correct (allow when %_sysconfdir != /etc)
[packages/bootsplash.git] / bootsplash.spec
index f3ed7024f4b20a1514abd2ded3e22450f3fc2448..efd4604f285b3a46d7159c1ce9e3951ba5b73b6e 100644 (file)
@@ -3,18 +3,20 @@
 # - place somewhere info that distkernel support only 16bit splashes (thnx Tomasz Grobelny)
 #
 Summary:       Bootsplash - graphical boot process for Linux
+Summary(de):   Bootsplash - graphischer System Start
 Summary(pl):   Bootsplash - graficzny proces startu systemu dla Linuksa
 Name:          bootsplash
-Version:       3.1
+Version:       3.2
 Release:       1
 License:       GPL v2
 Group:         Applications/System
 Source0:       http://www.bootsplash.de/files/splashutils/%{name}-%{version}.tar.bz2
-# Source0-md5: f9950a4d61fe6261e3211d317eab0e03
+# Source0-md5: b74c104372fd182d0442b3ed63210e29
 Source1:       %{name}.script
 Source2:       %{name}-bootanim.script
 Source3:       %{name}.sysconfig
 Source4:       %{name}.init
+Patch0:                %{name}-3.2_makefile_libmng.patch
 URL:           http://www.bootsplash.org/
 BuildRequires: freetype-devel >= 2.1
 BuildRequires: libmng-devel
@@ -27,6 +29,10 @@ When you have a kernel with bootsplash capability you can use the
 bootsplash and control its behaviour with this set of userspace
 utilities.
 
+%description -l de
+Wenn du einen Kernel mit der bootsplash Option hast, kannst du diese
+mit diesen Programmen steuern.
+
 %description -l pl
 Maj±c j±dro z opcj± bootsplash mo¿na uzyskaæ graficzny ekran podczas
 startu systemu i sterowaæ jego zachowaniem przy u¿yciu tego zbioru
@@ -34,6 +40,7 @@ narz
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__make} -C Utilities \
@@ -43,7 +50,8 @@ narz
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name},/etc/{bootsplash/themes,rc.d/init.d,sysconfig}}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name},%{_sysconfdir}/bootsplash/themes} \
+        $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig}
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/splash
 install %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/bootanim
@@ -64,5 +72,5 @@ rm -rf $RPM_BUILD_ROOT
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/bootsplash
 %attr(754,root,root) /etc/rc.d/init.d/bootsplash
 %{_datadir}/%{name}
-%dir /etc/bootsplash
-%dir /etc/bootsplash/themes
+%dir %{_sysconfdir}/bootsplash
+%dir %{_sysconfdir}/bootsplash/themes
This page took 0.102359 seconds and 4 git commands to generate.