SHA256
1
0
forked from pool/gnu-efi
OBS User unknown 2007-05-26 22:13:22 +00:00 committed by Git OBS Bridge
parent 9c008117bc
commit 0e14caedd8
2 changed files with 32 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat May 26 23:54:40 CEST 2007 - ro@suse.de
- split off devel package
-------------------------------------------------------------------
Fri Feb 23 10:44:50 CET 2007 - schwab@suse.de

View File

@ -14,7 +14,7 @@ Name: gnu-efi
BuildRequires: kernel-source
Summary: Library for EFI Applications
Version: 3.0c
Release: 34
Release: 53
Group: Development/Libraries/Other
Autoreqprov: on
License: BSD License and BSD-like, GNU General Public License (GPL)
@ -26,6 +26,24 @@ Library for EFI applications.
Authors:
--------
Johannes Erdfelt <jerdfelt@valinux.com>
David Mosberger <davidm@hpl.hp.com>
Stephane Eranian <eranian@hpl.hp.com>
%package devel
Summary: Library for EFI Applications
Group: Development/Libraries/Other
Provides: gnu-efi:/usr/include/efi/efi.h
Requires: gnu-efi = %{version}
Autoreqprov: on
%description devel
Library for EFI applications.
Authors:
--------
Johannes Erdfelt <jerdfelt@valinux.com>
@ -54,16 +72,21 @@ rm -fr $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc README.*
%{_prefix}/include/efi
%{_prefix}/%{_lib}/crt0-efi-*.o
%{_prefix}/%{_lib}/elf_*_efi.lds
%{_prefix}/%{_lib}/libefi.a
%{_prefix}/%{_lib}/libgnuefi.a
%if 0
%{_prefix}/%{_lib}/%{name}
%endif
%files devel
%defattr(-, root, root)
%{_prefix}/include/efi
%{_prefix}/%{_lib}/libefi.a
%{_prefix}/%{_lib}/libgnuefi.a
%changelog
* Sat May 26 2007 - ro@suse.de
- split off devel package
* Fri Feb 23 2007 - schwab@suse.de
- Disable stack protector.
* Fri Jun 23 2006 - rw@suse.de