Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37730095
en ru br
ALT Linux repos
4.1: 1.95-alt1
4.0: 1.95-alt1

Other repositories
Upstream:1.96

Group :: System/Kernel and hardware
RPM: grub2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: grub2
Version: 1.95
Release: alt1

Summary: GRand Unified Bootloader
License: GPL
Group: System/Kernel and hardware

Source: grub-1.95.tar
URL: http://www.gnu.org/software/grub/grub-2.en.html
Conflicts: grub
Provides: grub


BuildRequires: liblzo2-devel libncurses-devel

%description
GRUB 2 is next generation bootloader. GRUB 2 is derived from PUPA which was a research project to
investigate the next generation of GRUB. GRUB 2 has been rewritten from scratch to clean up
everything for modularity and portability.
%prep
%setup -q
%configure

%build

#%ifarch x86_64

#  EXTRACFLAGS=' -fno-strict-aliasing -minline-all-stringops -m32 -fno-asynchronous-unwind-tables '
#%else

#%endif  

make TARGET_CC="gcc -fno-stack-protector -U_FORTIFY_SOURCE"

%install
[ "$RPM_BUILD_ROOT" != "" -a -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
make install DESTDIR=$RPM_BUILD_ROOT/


%files
%defattr(-,root,root)
%doc NEWS TODO README THANKS AUTHORS INSTALL ChangeLog COPYING
/usr/lib/grub/*
%_sbindir/*
%_bindir/*


%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin