source: projects/specs/trunk/e/efibootmgr/efibootmgr-vl.spec @ 9868

Revision 9868, 2.7 KB checked in by tomop, 8 years ago (diff)

efivar-0.21-3, efibootmgr-0.12-3

Line 
1Summary: EFI Boot Manager
2Name: efibootmgr
3Version: 0.12
4Release: 3%{?_dist_release}
5Group: System Environment/Base
6License: GPLv2+
7URL: http://github.com/rhinstaller/%{name}/
8BuildRequires: efivar-libs >= 0.19 , efivar-devel >= 0.19
9BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXXXX)
10# EFI/UEFI don't exist on PPC
11ExclusiveArch: %{ix86} x86_64 aarch64
12
13Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
14
15Vendor: Project Vine
16Distribution: Vine Linux
17Packager: tomop
18
19%description
20%{name} displays and allows the user to edit the Intel Extensible
21Firmware Interface (EFI) Boot Manager variables.  Additional
22information about EFI can be found at
23http://developer.intel.com/technology/efi/efi.htm and http://uefi.org/.
24
25%prep
26%setup -q
27
28%build
29make %{?_smp_mflags} EXTRA_CFLAGS='%{optflags}'
30
31%install
32rm -rf %{buildroot}
33mkdir -p %{buildroot}%{_sbindir} %{buildroot}%{_mandir}/man8
34install -p --mode 755 src/%{name}/%{name} %{buildroot}%{_sbindir}
35gzip -9 -c src/man/man8/%{name}.8 > src/man/man8/%{name}.8.gz
36touch -r src/man/man8/%{name}.8 src/man/man8/%{name}.8.gz
37install -p --mode 644 src/man/man8/%{name}.8.gz %{buildroot}%{_mandir}/man8
38
39%clean
40rm -rf %{buildroot}
41
42%files
43%defattr(-,root,root,-)
44%{_sbindir}/%{name}
45%{_mandir}/man8/%{name}.8.gz
46%doc README INSTALL COPYING
47   
48%changelog
49* Tue Dec 15 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.12-3
50- initial build for Vine Linux.
51
52* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-2
53- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
54
55* Thu May 28 2015 Peter Jones <pjones@redhat.com> - 0.12-1
56- Update to 0.12
57- use libefiboot and libefivar to make device paths and load options
58- don't depend on -lz or -lpci any more
59
60* Tue Oct 21 2014 Peter Jones <pjones@redhat.com> - 0.11.0-1
61- Fix "-n" and friends not being assigned/checked right sometimes from 0.10.0-1
62- Generate more archives to avoid people using github's, because they're just
63  bad.
64
65* Mon Oct 20 2014 Peter Jones <pjones@redhat.com> - 0.10.0-1
66- Make -o parameter validation work better and be more informative
67- Better exit values
68- Fix a segfault with appending ascii arguments.
69
70* Tue Sep 09 2014 Peter Jones <pjones@redhat.com> - 0.8.0-1
71- Release 0.8.0
72
73* Mon Jan 13 2014 Peter Jones <pjones@redhat.com> - 0.6.1-1
74- Release 0.6.1
75
76* Mon Jan 13 2014 Jared Dominguez <Jared_Dominguez@dell.com>
77- new home https://github.com/vathpela/efibootmgr
78
79* Thu Jan  3 2008 Matt Domsch <Matt_Domsch@dell.com> 0.5.4-1
80- split efibootmgr into its own RPM for Fedora/RHEL.
81
82* Tue Aug 24 2004 Matt Domsch <Matt_Domsch@dell.com>
83- new home linux.dell.com
84
85* Fri May 18 2001 Matt Domsch <Matt_Domsch@dell.com>
86- See doc/ChangeLog
Note: See TracBrowser for help on using the repository browser.