rpms/efibootmgr/devel efibootmgr.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matt Domsch (mdomsch) fedora-extras-commits at redhat.com
Fri Jan 11 21:19:18 UTC 2008


Author: mdomsch

Update of /cvs/extras/rpms/efibootmgr/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18216/devel

Modified Files:
	.cvsignore sources 
Added Files:
	efibootmgr.spec 
Log Message:
initial import



--- NEW FILE efibootmgr.spec ---
Summary: EFI Boot Manager
Name: efibootmgr
Version: 0.5.4
Release: 1%{?dist}
Group: System Environment/Base
License: GPLv2+
URL: http://linux.dell.com/%{name}/
BuildRequires: pciutils-devel, zlib-devel
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXXXX)
# EFI/UEFI don't exist on PPC
ExclusiveArch: i386 x86_64 ia64

# for RHEL / Fedora when efibootmgr was part of the elilo package
Conflicts: elilo < 3.6-6
Obsoletes: elilo < 3.6-6

Source0: http://linux.dell.com/%{name}/permalink/%{name}-%{version}.tar.gz

%description
%{name} displays and allows the user to edit the Intel Extensible
Firmware Interface (EFI) Boot Manager variables.  Additional
information about EFI can be found at
http://developer.intel.com/technology/efi/efi.htm and http://uefi.org/.

%prep
%setup -q
%build
make %{?_smp_mflags} EXTRA_CFLAGS='%{optflags}'
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_sbindir} %{buildroot}%{_mandir}/man8
install -p --mode 755 src/%{name}/%{name} %{buildroot}%{_sbindir}
gzip -9 -c src/man/man8/%{name}.8 > src/man/man8/%{name}.8.gz
touch -r src/man/man8/%{name}.8 src/man/man8/%{name}.8.gz
install -p --mode 644 src/man/man8/%{name}.8.gz %{buildroot}%{_mandir}/man8

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_sbindir}/%{name}
%{_mandir}/man8/%{name}.8.gz
%doc README INSTALL COPYING
    
%changelog
* Thu Jan  3 2008 Matt Domsch <Matt_Domsch at dell.com> 0.5.4-1
- split efibootmgr into its own RPM for Fedora/RHEL.

* Thu Aug 24 2004 Matt Domsch <Matt_Domsch at dell.com>
- new home linux.dell.com

* Fri May 18 2001 Matt Domsch <Matt_Domsch at dell.com>
- See doc/ChangeLog


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/efibootmgr/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Jan 2008 21:43:03 -0000	1.1
+++ .cvsignore	11 Jan 2008 21:18:38 -0000	1.2
@@ -0,0 +1 @@
+efibootmgr-0.5.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/efibootmgr/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Jan 2008 21:43:03 -0000	1.1
+++ sources	11 Jan 2008 21:18:38 -0000	1.2
@@ -0,0 +1 @@
+cfcf24752d6461b73f7ba964bbf73169  efibootmgr-0.5.4.tar.gz




More information about the fedora-extras-commits mailing list