2017-10-29 17:04:46 +00:00
|
|
|
Name: libell
|
2021-06-15 10:22:49 +00:00
|
|
|
Version: 0.41
|
2021-02-18 09:15:29 +00:00
|
|
|
Release: 1%{?dist}
|
2017-10-29 17:04:46 +00:00
|
|
|
Summary: Embedded Linux library
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: https://01.org/ell
|
|
|
|
Source0: https://www.kernel.org/pub/linux/libs/ell/ell-%{version}.tar.xz
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
2021-03-30 12:10:42 +00:00
|
|
|
BuildRequires: make
|
2017-10-29 17:04:46 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
The Embedded Linux* Library (ELL) provides core, low-level functionality for
|
|
|
|
system daemons. It typically has no dependencies other than the Linux kernel, C
|
|
|
|
standard library, and libdl (for dynamic linking). While ELL is designed to be
|
|
|
|
efficient and compact enough for use on embedded Linux platforms, it is not
|
|
|
|
limited to resource-constrained systems.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Embedded Linux library development files
|
2018-05-14 10:07:38 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2017-10-29 17:04:46 +00:00
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Headers for developing against libell.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2020-09-06 20:51:06 +00:00
|
|
|
%autosetup -p1 -n ell-%{version}
|
2017-10-29 17:04:46 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make_build V=1
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
2018-10-06 19:04:48 +00:00
|
|
|
find %{buildroot} -type f -name "*.la" -delete
|
2017-10-29 17:04:46 +00:00
|
|
|
|
|
|
|
|
2020-09-06 20:51:06 +00:00
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
2017-10-29 17:04:46 +00:00
|
|
|
%files
|
|
|
|
%license COPYING
|
2020-09-06 20:51:06 +00:00
|
|
|
%doc AUTHORS ChangeLog
|
2018-10-06 19:04:48 +00:00
|
|
|
%{_libdir}/libell.so.*
|
2017-10-29 17:04:46 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/ell
|
|
|
|
%{_libdir}/libell.so
|
|
|
|
%{_libdir}/pkgconfig/ell.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2021-06-15 10:22:49 +00:00
|
|
|
* Tue Jun 15 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 0.41-1
|
|
|
|
- Update to 0.41
|
|
|
|
|
2021-05-15 18:01:01 +00:00
|
|
|
* Sat May 15 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 0.40-1
|
|
|
|
- Update to 0.40
|
|
|
|
|
2021-03-30 12:10:42 +00:00
|
|
|
* Tue Mar 30 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 0.39-1
|
|
|
|
- Update to 0.39
|
|
|
|
|
2021-02-18 09:15:29 +00:00
|
|
|
* Thu Feb 18 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 0.38-1
|
|
|
|
- Update to 0.38
|
|
|
|
|
2021-01-26 16:58:59 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.36-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2021-01-11 00:27:02 +00:00
|
|
|
* Mon Jan 11 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 0.36-1
|
|
|
|
- Update to 0.36
|
|
|
|
|
2020-12-01 11:31:40 +00:00
|
|
|
* Tue Dec 1 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 0.35-1
|
|
|
|
- Update to 0.35
|
|
|
|
|
2020-09-06 20:51:06 +00:00
|
|
|
* Sun Sep 06 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 0.33-1
|
|
|
|
- Update to 0.33
|
|
|
|
|
2020-08-01 03:55:30 +00:00
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.32-3
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-28 04:33:51 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.32-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-06-15 21:06:43 +00:00
|
|
|
* Mon Jun 15 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 0.32-1
|
|
|
|
- Update to 0.32
|
|
|
|
|
2020-03-25 23:40:15 +00:00
|
|
|
* Wed Mar 25 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 0.30-1
|
|
|
|
- Update to 0.30 release
|
|
|
|
|
2020-02-09 14:18:48 +00:00
|
|
|
* Sun Feb 9 2020 Peter Robinson <pbrobinson@fedoraproject.org> 0.28-1
|
|
|
|
- Update to 0.28 release
|
|
|
|
|
2020-01-29 09:01:00 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.27-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-12-14 04:16:47 +00:00
|
|
|
* Sat Dec 14 2019 Peter Robinson <pbrobinson@fedoraproject.org> 0.27-1
|
|
|
|
- Update to 0.27 release
|
|
|
|
|
2019-10-30 20:57:18 +00:00
|
|
|
* Wed Oct 30 2019 Lubomir Rintel <lkundrak@v3.sk> - 0.26-1
|
|
|
|
- Update to 0.26 release
|
|
|
|
|
2019-10-25 13:52:35 +00:00
|
|
|
* Fri Oct 25 2019 Peter Robinson <pbrobinson@gmail.com> - 0.25-1
|
2019-10-25 13:31:56 +00:00
|
|
|
- Update to 0.25 release
|
|
|
|
|
2019-10-11 13:14:33 +00:00
|
|
|
* Fri Oct 11 2019 Peter Robinson <pbrobinson@fedoraproject.org> 0.24-1
|
|
|
|
- Update to 0.24 release
|
|
|
|
|
2019-09-20 14:30:01 +00:00
|
|
|
* Fri Sep 20 2019 Peter Robinson <pbrobinson@fedoraproject.org> 0.23-1
|
|
|
|
- Update to 0.23 release
|
|
|
|
|
2019-08-29 10:39:46 +00:00
|
|
|
* Thu Aug 29 2019 Peter Robinson <pbrobinson@fedoraproject.org> 0.22-1
|
|
|
|
- Update to 0.22 release
|
|
|
|
|
2019-08-05 09:29:27 +00:00
|
|
|
* Mon Aug 05 2019 Lubomir Rintel <lkundrak@v3.sk> - 0.21-1
|
|
|
|
- Update to 0.21 release
|
|
|
|
|
2019-07-25 13:10:20 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.20-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-05-12 08:57:04 +00:00
|
|
|
* Sun May 12 2019 Peter Robinson <pbrobinson@fedoraproject.org> 0.20-1
|
|
|
|
- Update to 0.20 release
|
|
|
|
|
2019-04-15 12:38:20 +00:00
|
|
|
* Mon Apr 15 2019 Peter Robinson <pbrobinson@fedoraproject.org> 0.19-1
|
|
|
|
- Update to 0.19 release
|
|
|
|
|
2019-04-04 08:09:29 +00:00
|
|
|
* Thu Apr 4 2019 Peter Robinson <pbrobinson@fedoraproject.org> 0.18-1
|
|
|
|
- Update to 0.18 release
|
|
|
|
|
2019-02-01 07:02:11 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-17 08:37:38 +00:00
|
|
|
* Thu Jan 17 2019 Peter Robinson <pbrobinson@fedoraproject.org> 0.17-1
|
|
|
|
- Update to 0.17 release
|
|
|
|
|
2018-12-12 02:26:12 +00:00
|
|
|
* Wed Dec 12 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.16-1
|
|
|
|
- Update to 0.16 release
|
|
|
|
|
2018-11-17 01:21:26 +00:00
|
|
|
* Fri Nov 16 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.15-1
|
|
|
|
- Update to 0.15 release
|
|
|
|
|
2018-11-11 12:56:34 +00:00
|
|
|
* Sat Nov 10 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.14-1
|
|
|
|
- Update to 0.14 release
|
|
|
|
|
2018-10-06 19:04:48 +00:00
|
|
|
* Sat Oct 6 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.11-1
|
|
|
|
- Update to 0.11 release
|
|
|
|
|
2018-09-24 09:57:18 +00:00
|
|
|
* Mon Sep 24 2018 Lubomir Rintel <lkundrak@v3.sk> - 0.9-1
|
|
|
|
- Update to 0.9 release
|
|
|
|
|
2018-08-11 07:33:00 +00:00
|
|
|
* Sat Aug 11 2018 Lubomir Rintel <lkundrak@v3.sk> - 0.8-1
|
|
|
|
- Update to 0.8 release
|
|
|
|
|
2018-07-13 08:02:33 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-05-14 10:07:38 +00:00
|
|
|
* Mon May 14 2018 Lubomir Rintel <lkundrak@v3.sk> - 0.5-1
|
|
|
|
- Update to 0.5 release
|
|
|
|
|
2018-02-07 21:32:20 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-10-29 17:04:46 +00:00
|
|
|
* Thu Oct 26 2017 Lubomir Rintel <lkundrak@v3.sk> - 0.2-2
|
|
|
|
- Renamed to libell to fix a naming conflict
|
|
|
|
- Addressed review issues (Igor Gnatenko, #1505237):
|
|
|
|
- Added BR gcc
|
|
|
|
- Made build verbose
|
|
|
|
- Moved pkgconfig file to devel subpackage
|
|
|
|
- Fixed license tag
|
|
|
|
- Dropped Group tag
|
|
|
|
- Packaged changelog
|
|
|
|
|
|
|
|
* Sun Oct 22 2017 Lubomir Rintel <lkundrak@v3.sk> - 0.2-1
|
|
|
|
- Initial packaging
|