]> git.pld-linux.org Git - packages/gfxboot.git/commitdiff
- 4.2.1
authorshadzik <shadzik@pld-linux.org>
Thu, 24 Jun 2010 12:55:46 +0000 (12:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- NFY

Changed files:
    gfxboot.spec -> 1.3

gfxboot.spec

index 3297b9ac070993ae6b9e6f3852468bfe825e6f25..f342b480356f88b6b8b48bf5b4a0a4b805d1f92a 100644 (file)
 
 Name:          gfxboot
 Copyright:     Copyright (c) 1999 SuSE GmbH
-Group:         Applications/System
-Summary:       Graphical boot logo for lilo and syslinux.
-Version:       1.4
+Summary:       Graphical boot logo for lilo and syslinux
+Version:       4.2.1
 Release:       1
+Group:         Applications/System
 URL:           http://www.gamers.org/~quinet/lilo/
-Source0:       http://members.optusnet.com.au/rkelsen/%{name}-%{version}.tar.bz2
-Patch0:                %{name}-pld.patch
-AutoReqProv:   on
+Source0:       %{name}-%{version}.tar.gz
+# Source0-md5: d37d8bbb10df63723a895203e4289dd0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+AutoReqProv:   on
 
 %description
 Here you find the graphical boot logo. Suitable for both lilo and
@@ -29,11 +29,11 @@ syslinux.
 
 SuSE series: ap
 
-%package -n gfxboot-devel
-Summary:       Tools for creating a graphical boot logo.
+%package themes
+Summary:       Tools for creating a graphical boot logo
 Group:         Applications/System
 
-%description -n gfxboot-devel
+%description themes
 Here you find the necessary programs to create your own graphical boot
 logo. The logo can be used with lilo and syslinux.
 
@@ -41,35 +41,29 @@ SuSE series: ap
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__make}
-./mkbootmsg -c suselogo.config suselogo
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d -m 755 $RPM_BUILD_ROOT%{_sbindir}
-install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/gfxboot
-install -d -m 755 $RPM_BUILD_ROOT/boot
-install -m 755 -s mkbootmsg getx11font $RPM_BUILD_ROOT%{_sbindir}
-install -m 644 suselogo $RPM_BUILD_ROOT/boot/message
-install -m 644 fixed_10x20 suselogo{,.config,.pcx} $RPM_BUILD_ROOT%{_datadir}/gfxboot
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-/boot/message
-%doc README
+%attr(755,root,root) %{_sbindir}/gfxboot
+%attr(755,root,root) %{_sbindir}/gfxboot-compile
+%attr(755,root,root) %{_sbindir}/gfxboot-font
+%attr(755,root,root) %{_sbindir}/gfxtest
 
-%files -n gfxboot-devel
+%files themes
 %defattr(644,root,root,755)
-%dir %{_datadir}/gfxboot
-%attr(755,root,root) %{_sbindir}/mkbootmsg
-%attr(755,root,root) %{_sbindir}/getx11font
-%{_datadir}/gfxboot/suselogo
-%{_datadir}/gfxboot/suselogo.config
-%{_datadir}/gfxboot/suselogo.pcx
-%{_datadir}/gfxboot/fixed_10x20
+%{_sysconfdir}/bootsplash/themes/SLED
+%{_sysconfdir}/bootsplash/themes/SLES
+%{_sysconfdir}/bootsplash/themes/openSUSE
+%{_sysconfdir}/bootsplash/themes/upstream
This page took 0.083165 seconds and 4 git commands to generate.