]> git.pld-linux.org Git - packages/bootsplash.git/commitdiff
- rel 0.3; all utils in /bin since these are run at boot time auto/ac/bootsplash-3_0_7-0_3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 22 Dec 2003 01:07:26 +0000 (01:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bootsplash.spec -> 1.8

bootsplash.spec

index 52b4abf69c3964f84528ab99c51862aae21a311c..e5c5fc8770274152593b1a9be78fbc39bbd89a12 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Bootsplash - graphical boot process for Linux
 Summary(pl):   Bootsplash - graficzny proces startu systemu dla Linuksa
 Name:          bootsplash
 Version:       3.0.7
-Release:       0.2
+Release:       0.3
 Epoch:         0
 License:       GPL v2
 Group:         Applications/System
@@ -15,6 +15,8 @@ BuildRequires:        freetype-devel >= 2.1
 BuildRequires: libmng-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _bindir /bin
+
 %description
 When you have a kernel with bootsplash capability you can use the
 bootsplash and control it's behaviour with this set of userspace
@@ -37,9 +39,9 @@ narz
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name},/bin}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}}
 
-install %{SOURCE1} $RPM_BUILD_ROOT/bin/splash
+install %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/splash
 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}
@@ -51,6 +53,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc {Documentation,Utilities}/README.*
-%attr(755,root,root) /bin/*
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
This page took 0.095911 seconds and 4 git commands to generate.