forked from pool/gnu-efi
This commit is contained in:
parent
9c008117bc
commit
0e14caedd8
@ -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
|
Fri Feb 23 10:44:50 CET 2007 - schwab@suse.de
|
||||||
|
|
||||||
|
31
gnu-efi.spec
31
gnu-efi.spec
@ -14,7 +14,7 @@ Name: gnu-efi
|
|||||||
BuildRequires: kernel-source
|
BuildRequires: kernel-source
|
||||||
Summary: Library for EFI Applications
|
Summary: Library for EFI Applications
|
||||||
Version: 3.0c
|
Version: 3.0c
|
||||||
Release: 34
|
Release: 53
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
License: BSD License and BSD-like, GNU General Public License (GPL)
|
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:
|
Authors:
|
||||||
--------
|
--------
|
||||||
Johannes Erdfelt <jerdfelt@valinux.com>
|
Johannes Erdfelt <jerdfelt@valinux.com>
|
||||||
@ -54,16 +72,21 @@ rm -fr $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc README.*
|
%doc README.*
|
||||||
%{_prefix}/include/efi
|
|
||||||
%{_prefix}/%{_lib}/crt0-efi-*.o
|
%{_prefix}/%{_lib}/crt0-efi-*.o
|
||||||
%{_prefix}/%{_lib}/elf_*_efi.lds
|
%{_prefix}/%{_lib}/elf_*_efi.lds
|
||||||
%{_prefix}/%{_lib}/libefi.a
|
|
||||||
%{_prefix}/%{_lib}/libgnuefi.a
|
|
||||||
%if 0
|
%if 0
|
||||||
%{_prefix}/%{_lib}/%{name}
|
%{_prefix}/%{_lib}/%{name}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-, root, root)
|
||||||
|
%{_prefix}/include/efi
|
||||||
|
%{_prefix}/%{_lib}/libefi.a
|
||||||
|
%{_prefix}/%{_lib}/libgnuefi.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 26 2007 - ro@suse.de
|
||||||
|
- split off devel package
|
||||||
* Fri Feb 23 2007 - schwab@suse.de
|
* Fri Feb 23 2007 - schwab@suse.de
|
||||||
- Disable stack protector.
|
- Disable stack protector.
|
||||||
* Fri Jun 23 2006 - rw@suse.de
|
* Fri Jun 23 2006 - rw@suse.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user