Accepting request 847901 from system:install:head
Rebased fix for RPM 4.16; plus changelog order fix (forwarded request 847900 from dimstar) OBS-URL: https://build.opensuse.org/request/show/847901 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gfxboot?expand=0&rev=163
This commit is contained in:
@@ -1,9 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 5 14:22:43 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Move 'make installsrc' to %install phase, where it belongs to
|
||||||
|
(fixes build with RPM 4.16).
|
||||||
|
|
||||||
--------------------------------------------------------------------
|
--------------------------------------------------------------------
|
||||||
Thu Oct 22 10:30:46 UTC 2020 - opensuse-packaging@opensuse.org
|
Thu Oct 22 10:30:46 UTC 2020 - opensuse-packaging@opensuse.org
|
||||||
|
|
||||||
- Translated using Weblate (Hindi) (bsc#1149754)
|
- Translated using Weblate (Hindi) (bsc#1149754)
|
||||||
- 4.5.73
|
- 4.5.73
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 13 09:17:15 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Replace old specfile constructs.
|
||||||
|
|
||||||
--------------------------------------------------------------------
|
--------------------------------------------------------------------
|
||||||
Tue Aug 25 15:38:07 UTC 2020 - opensuse-packaging@opensuse.org
|
Tue Aug 25 15:38:07 UTC 2020 - opensuse-packaging@opensuse.org
|
||||||
|
|
||||||
|
28
gfxboot.spec
28
gfxboot.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gfxboot
|
# spec file for package gfxboot
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@@ -20,9 +20,9 @@ Name: gfxboot
|
|||||||
Version: 4.5.73
|
Version: 4.5.73
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Graphical Boot Logo for GRUB, LILO and SYSLINUX
|
Summary: Graphical Boot Logo for GRUB, LILO and SYSLINUX
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: System/Boot
|
Group: System/Boot
|
||||||
Url: http://en.opensuse.org/SDB:Gfxboot
|
URL: http://en.opensuse.org/SDB:Gfxboot
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
Source1: KDE.tar.xz
|
Source1: KDE.tar.xz
|
||||||
Source2: SLED.tar.xz
|
Source2: SLED.tar.xz
|
||||||
@@ -47,7 +47,6 @@ Requires: mtools
|
|||||||
Requires: perl-HTML-Parser
|
Requires: perl-HTML-Parser
|
||||||
Requires: syslinux
|
Requires: syslinux
|
||||||
Recommends: %{name}-theme >= 4
|
Recommends: %{name}-theme >= 4
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
ExclusiveArch: %ix86 x86_64
|
ExclusiveArch: %ix86 x86_64
|
||||||
%perl_requires
|
%perl_requires
|
||||||
|
|
||||||
@@ -116,24 +115,18 @@ Conflicts: otherproviders(%{name}-branding)
|
|||||||
KDE theme for gfxboot (bootloader graphics).
|
KDE theme for gfxboot (bootloader graphics).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup -q -a1 -a2 -a3 -a4 -a5 -a6
|
||||||
%setup -T -D -a 1
|
|
||||||
%setup -T -D -a 2
|
|
||||||
%setup -T -D -a 3
|
|
||||||
%setup -T -D -a 4
|
|
||||||
%setup -T -D -a 5
|
|
||||||
%setup -T -D -a 6
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# fix build
|
# fix build
|
||||||
export SUSE_ASNEEDED=0
|
export SUSE_ASNEEDED=0
|
||||||
make DESTDIR=%{buildroot} installsrc
|
|
||||||
make X11LIBS=%{_prefix}/X11R6/%{_lib}
|
make X11LIBS=%{_prefix}/X11R6/%{_lib}
|
||||||
make doc
|
make doc
|
||||||
make themes
|
make themes
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
make DESTDIR=%{buildroot} installsrc
|
||||||
rm -rf %{buildroot}/etc/bootsplash/themes/openSUSE/
|
rm -rf %{buildroot}/etc/bootsplash/themes/openSUSE/
|
||||||
gzip -9c doc/%{name}.8 >%{name}.8.gz
|
gzip -9c doc/%{name}.8 >%{name}.8.gz
|
||||||
install -d -m 755 %{buildroot}%{_mandir}/man8
|
install -d -m 755 %{buildroot}%{_mandir}/man8
|
||||||
@@ -154,15 +147,14 @@ touch %{buildroot}/boot/message
|
|||||||
%{name} --update-theme KDE
|
%{name} --update-theme KDE
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_sbindir}/%{name}
|
%{_sbindir}/%{name}
|
||||||
%{_mandir}/man8/%{name}.8.gz
|
%{_mandir}/man8/%{name}.8.gz
|
||||||
%dir %{_sysconfdir}/bootsplash
|
%dir %{_sysconfdir}/bootsplash
|
||||||
%dir %{_sysconfdir}/bootsplash/themes
|
%dir %{_sysconfdir}/bootsplash/themes
|
||||||
%doc README.md COPYING
|
%doc README.md
|
||||||
|
%license COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_sbindir}/%{name}-compile
|
%{_sbindir}/%{name}-compile
|
||||||
%{_sbindir}/%{name}-font
|
%{_sbindir}/%{name}-font
|
||||||
%{_sbindir}/gfxtest
|
%{_sbindir}/gfxtest
|
||||||
@@ -171,22 +163,18 @@ touch %{buildroot}/boot/message
|
|||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
|
|
||||||
%files branding-upstream
|
%files branding-upstream
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_sysconfdir}/bootsplash/themes/upstream
|
%{_sysconfdir}/bootsplash/themes/upstream
|
||||||
%ghost /boot/message
|
%ghost /boot/message
|
||||||
|
|
||||||
%files branding-SLES
|
%files branding-SLES
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_sysconfdir}/bootsplash/themes/SLES
|
%{_sysconfdir}/bootsplash/themes/SLES
|
||||||
%ghost /boot/message
|
%ghost /boot/message
|
||||||
|
|
||||||
%files branding-SLED
|
%files branding-SLED
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_sysconfdir}/bootsplash/themes/SLED
|
%{_sysconfdir}/bootsplash/themes/SLED
|
||||||
%ghost /boot/message
|
%ghost /boot/message
|
||||||
|
|
||||||
%files branding-KDE
|
%files branding-KDE
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_sysconfdir}/bootsplash/themes/KDE
|
%{_sysconfdir}/bootsplash/themes/KDE
|
||||||
%ghost /boot/message
|
%ghost /boot/message
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user