update to 0.56
This commit is contained in:
parent
33e46e8588
commit
c1b39d9523
BIN
ell-0.32.tar.xz
BIN
ell-0.32.tar.xz
Binary file not shown.
BIN
ell-0.56.tar.xz
Normal file
BIN
ell-0.56.tar.xz
Normal file
Binary file not shown.
11
libell.spec
11
libell.spec
@ -1,11 +1,11 @@
|
|||||||
Name: libell
|
Name: libell
|
||||||
Version: 0.32
|
Version: 0.56
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Embedded Linux library
|
Summary: Embedded Linux library
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://01.org/ell
|
URL: https://01.org/ell
|
||||||
Source0: https://www.kernel.org/pub/linux/libs/ell/ell-%{version}.tar.xz
|
Source0: https://www.kernel.org/pub/linux/libs/ell/ell-%{version}.tar.xz
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc make
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Embedded Linux* Library (ELL) provides core, low-level functionality forsystem daemons. It typically
|
The Embedded Linux* Library (ELL) provides core, low-level functionality forsystem daemons. It typically
|
||||||
@ -30,8 +30,10 @@ Header files for developing %{name}.
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS COPYING README TODO ChangeLog
|
%doc AUTHORS COPYING ChangeLog
|
||||||
%{_libdir}/libell.so.*
|
%{_libdir}/libell.so.*
|
||||||
%exclude %{_libdir}/libell.la
|
%exclude %{_libdir}/libell.la
|
||||||
|
|
||||||
@ -41,6 +43,9 @@ Header files for developing %{name}.
|
|||||||
%{_libdir}/pkgconfig/ell.pc
|
%{_libdir}/pkgconfig/ell.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 18 2023 liyanan <thistleslyn@163.com> - 0.56-1
|
||||||
|
- update to 0.56
|
||||||
|
|
||||||
* Wed Jul 22 2020 songnannan <songnannan2@huawei.com> - 0.32-1
|
* Wed Jul 22 2020 songnannan <songnannan2@huawei.com> - 0.32-1
|
||||||
- update to 0.32
|
- update to 0.32
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user