diff options
author | Florent Villard <warly@mandriva.com> | 2004-01-08 18:00:48 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2004-01-08 18:00:48 +0000 |
commit | 3676506e9be767f86e2ec3c16acdb5cae44f29b5 (patch) | |
tree | 6ca192fcb506c3f06ce19290f3dcd4db97773f67 /bootsplash.spec | |
parent | 3cc5817ffbfb2bf7607493bcaa60676d4823dc4a (diff) | |
download | bootsplash-3676506e9be767f86e2ec3c16acdb5cae44f29b5.tar bootsplash-3676506e9be767f86e2ec3c16acdb5cae44f29b5.tar.gz bootsplash-3676506e9be767f86e2ec3c16acdb5cae44f29b5.tar.bz2 bootsplash-3676506e9be767f86e2ec3c16acdb5cae44f29b5.tar.xz bootsplash-3676506e9be767f86e2ec3c16acdb5cae44f29b5.zip |
include spec file from bootsplash of blino
Diffstat (limited to 'bootsplash.spec')
-rw-r--r-- | bootsplash.spec | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/bootsplash.spec b/bootsplash.spec index babcf0b..ac8d987 100644 --- a/bootsplash.spec +++ b/bootsplash.spec @@ -1,6 +1,6 @@ %define name bootsplash %define version 2.1.0 -%define release 2mdk +%define release 3mdk %define _bootdir /boot Summary: The Boot Splash Images and scripts @@ -38,6 +38,8 @@ make LIB=%{_lib} rm -rf $RPM_BUILD_ROOT make install prefix=$RPM_BUILD_ROOT +install -m 755 -d $RPM_BUILD_ROOT%{_sysconfdir}/%{name} + for i in fbmngplay fbtruetype do cp $i/ChangeLog $i/ChangeLog.$i @@ -67,7 +69,9 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %doc README ChangeLog fbmngplay/ChangeLog.fbmngplay fbmngplay/README.fbmngplay fbtruetype/ChangeLog.fbtruetype fbtruetype/README.fbtruetype %config(noreplace) %{_sysconfdir}/sysconfig/%{name} -%_datadir/%{name}/scripts +%dir %{_sysconfdir}/%{name} +%dir %{_datadir}/%{name} +%{_datadir}/%{name}/scripts #%_datadir/%{name}/themes/Mandrake #%config(noreplace) %_sysconfdir/%{name}/themes/Mandrake/* /bin/* @@ -75,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Mon Jan 5 2004 Olivier Blin <blino@mandrake.org> 2.1.0-3mdk +- DIRM: %%{_sysconfdir}/%%{name} and %%{_datadir}/%%{name} + * Mon Jan 5 2004 Pixel <pixel@mandrakesoft.com> 2.1.0-2mdk - make-boot-splash: don't run switch-themes DURING_INSTALL |