9 Star 0 Fork 14

src-openEuler / efivar

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
efivar.spec 1.62 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
zhouxudong8 提交于 2020-02-17 17:31 . unpack libs subpackage
Name: efivar
Version: 37
Release: 3
Summary: Tools and libraries to work with EFI variables
License: LGPLv2.1
URL: https://github.com/rhboot/%{name}
Source0: https://github.com/rhboot/%{name}/releases/download/%{version}/%{name}-%{version}.tar.bz2
BuildRequires: popt-devel glibc-static
Requires: %{name}-libs = %{version}-%{release}
%description
Some command line interface of the UEFI variables tools are offered by %{name}.
%package libs
Summary: Libraries for %{name}
%description libs
Libraries for %{name}.
%package devel
Summary: Development headers requred by libefivar
Requires: %{name}-libs = %{version}-%{release}
%description devel
Development titles to use libefivar must be included.
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%build
%make_build
%install
%make_install
%ldconfig_scriptlets libs
%files
%defattr(-,root,root)
%license COPYING
%{_bindir}/%{name}
%files libs
%defattr(-,root,root)
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root)
%{_includedir}/%{name}/*.h
%{_libdir}/pkgconfig/*.pc
%{_libdir}/libefiboot.so
%{_libdir}/libefivar.so
%files help
%defattr(-,root,root)
%doc README.md
%{_mandir}/man1/%{name}.1.gz
%{_mandir}/man3/*
%changelog
* Mon Feb 17 2020 hexiujun <hexiujun1@huawei.com> - 37-3
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:unpack libs subpackage
* Thu Oct 17 2019 openEuler Buildteam <buildteam@openeuler.org> - 37-2
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:remove the libabigail in buildRequires.
* Mon Sep 2 2019 openEuler Buildteam <buildteam@openeuler.org> - 37-1
- Package init
1
https://gitee.com/src-openeuler/efivar.git
git@gitee.com:src-openeuler/efivar.git
src-openeuler
efivar
efivar
openEuler-20.03-LTS

搜索帮助

14c37bed 8189591 565d56ea 8189591