From c2977404429012c0cd9e1bc00734db763cfb7ce34101a3ffa0e45882efe83fb3 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 2 Aug 2011 14:45:21 +0000 Subject: [PATCH] Autobuild autoformatter for 77679 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=19 --- grub2.spec | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/grub2.spec b/grub2.spec index ef65d77..672c959 100644 --- a/grub2.spec +++ b/grub2.spec @@ -41,7 +41,7 @@ BuildRequires: bison device-mapper-devel flex lzma ruby xz %define platform pc %endif Version: 1.99 -Release: 2 +Release: 4 Summary: Bootloader with support for Linux, Multiboot and more Group: System/Boot License: GPLv3+ @@ -68,7 +68,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build # TODO: ppc ExclusiveArch: %{ix86} x86_64 ppc ppc64 - %description This is the second version of the GRUB (Grand Unified Bootloader), a highly configurable and customizable bootloader with modular @@ -95,7 +94,6 @@ sed -i 's,grub.texi,grub2.texi,' docs/Makefile.am # README.openSUSE cp %{SOURCE3} . - %build #./autogen.sh @@ -114,7 +112,6 @@ export CFLAGS CXXFLAGS FFLAGS make %{?_smp_mflags} - %install make DESTDIR=$RPM_BUILD_ROOT install @@ -133,7 +130,6 @@ rm $RPM_BUILD_ROOT/%{_libdir}/%{name}/*/*.h install -m 644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/default/grub %find_lang grub - %post /sbin/install-info %{_infodir}/grub-dev.info %{_infodir}/dir || : /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : @@ -157,7 +153,6 @@ if [ -e /boot/%{name}/device.map ]; then /sbin/update-bootloader --refresh || true fi - %preun if [ $1 = 0 ]; then /sbin/install-info --delete %{_infodir}/grub-dev.info %{_infodir}/dir || : @@ -174,7 +169,6 @@ if [ $1 = 0 ]; then rm -f /boot/%{name}/device.map fi - %files -f grub.lang %defattr(-,root,root,-) %{_libdir}/%{name} @@ -195,6 +189,4 @@ fi %{_infodir}/grub-dev.info* %{_infodir}/%{name}.info* - - %changelog