Blame SPECS/libell.spec

b94532
Name:           libell
b94532
Version:        0.41
b94532
Release:        4%{?dist}
b94532
Summary:        Embedded Linux library
b94532
License:        LGPLv2+
b94532
URL:            https://01.org/ell
b94532
Source0:        https://www.kernel.org/pub/linux/libs/ell/ell-%{version}.tar.xz
b94532
b94532
Patch0: acd-client-nodebug.patch
b94532
Patch1: 0001-examples-avoid-using-inet_ntoa.patch
b94532
Patch2: 0002-ell-avoid-using-inet_ntoa.patch
b94532
b94532
BuildRequires:  gcc
b94532
BuildRequires:  make
b94532
b94532
%description
b94532
The Embedded Linux* Library (ELL) provides core, low-level functionality for
b94532
system daemons. It typically has no dependencies other than the Linux kernel, C
b94532
standard library, and libdl (for dynamic linking). While ELL is designed to be
b94532
efficient and compact enough for use on embedded Linux platforms, it is not
b94532
limited to resource-constrained systems.
b94532
b94532
b94532
%package devel
b94532
Summary:        Embedded Linux library development files
b94532
Requires:       %{name}%{?_isa} = %{version}-%{release}
b94532
b94532
b94532
%description devel
b94532
Headers for developing against libell.
b94532
b94532
b94532
%prep
b94532
%autosetup -p1 -n ell-%{version}
b94532
b94532
b94532
%build
b94532
%configure
b94532
%make_build V=1
b94532
b94532
b94532
%install
b94532
%make_install
b94532
find %{buildroot} -type f -name "*.la" -delete
b94532
b94532
b94532
%ldconfig_scriptlets
b94532
b94532
b94532
%files
b94532
%license COPYING
b94532
%doc AUTHORS ChangeLog
b94532
%{_libdir}/libell.so.*
b94532
b94532
b94532
%files devel
b94532
%{_includedir}/ell
b94532
%{_libdir}/libell.so
b94532
%{_libdir}/pkgconfig/ell.pc
b94532
b94532
b94532
%changelog
b94532
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.41-4
b94532
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
b94532
  Related: rhbz#1991688
b94532
b94532
* Thu Jun 24 2021 Davide Caratti <dcaratti@redhat.com> - 0.41-3
b94532
- bump NVR to trigger CI
b94532
b94532
* Thu Jun 24 2021 Davide Caratti <dcaratti@redhat.com> - 0.41-2
b94532
- add gating test that uses acd-client.c. Related: rhbz#1973511
b94532
- drop tests dependency on libell-devel. Related: rhbz#1973511
b94532
b94532
* Mon Jun 21 2021 Davide Caratti <dcaratti@redhat.com> - 0.41-1
b94532
- Avoid use of inet_ntoa(). Related: rhbz#1967524 
b94532
- Update to 0.41. Related: rhbz#1967524
b94532
b94532
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.39-2
b94532
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
b94532
b94532
* Tue Mar 30 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 0.39-1
b94532
- Update to 0.39
b94532
b94532
* Thu Feb 18 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 0.38-1
b94532
- Update to 0.38
b94532
b94532
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.36-2
b94532
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
b94532
b94532
* Mon Jan 11 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 0.36-1
b94532
- Update to 0.36
b94532
b94532
* Tue Dec  1 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 0.35-1
b94532
- Update to 0.35
b94532
b94532
* Sun Sep 06 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 0.33-1
b94532
- Update to 0.33
b94532
b94532
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.32-3
b94532
- Second attempt - Rebuilt for
b94532
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
b94532
b94532
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.32-2
b94532
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
b94532
b94532
* Mon Jun 15 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 0.32-1
b94532
- Update to 0.32
b94532
b94532
* Wed Mar 25 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 0.30-1
b94532
- Update to 0.30 release
b94532
b94532
* Sun Feb  9 2020 Peter Robinson <pbrobinson@fedoraproject.org> 0.28-1
b94532
- Update to 0.28 release
b94532
b94532
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.27-2
b94532
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
b94532
b94532
* Sat Dec 14 2019 Peter Robinson <pbrobinson@fedoraproject.org> 0.27-1
b94532
- Update to 0.27 release
b94532
b94532
* Wed Oct 30 2019 Lubomir Rintel <lkundrak@v3.sk> - 0.26-1
b94532
- Update to 0.26 release
b94532
b94532
* Fri Oct 25 2019 Peter Robinson <pbrobinson@gmail.com> - 0.25-1
b94532
- Update to 0.25 release
b94532
b94532
* Fri Oct 11 2019 Peter Robinson <pbrobinson@fedoraproject.org> 0.24-1
b94532
- Update to 0.24 release
b94532
b94532
* Fri Sep 20 2019 Peter Robinson <pbrobinson@fedoraproject.org> 0.23-1
b94532
- Update to 0.23 release
b94532
b94532
* Thu Aug 29 2019 Peter Robinson <pbrobinson@fedoraproject.org> 0.22-1
b94532
- Update to 0.22 release
b94532
b94532
* Mon Aug 05 2019 Lubomir Rintel <lkundrak@v3.sk> - 0.21-1
b94532
- Update to 0.21 release
b94532
b94532
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.20-2
b94532
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
b94532
b94532
* Sun May 12 2019 Peter Robinson <pbrobinson@fedoraproject.org> 0.20-1
b94532
- Update to 0.20 release
b94532
b94532
* Mon Apr 15 2019 Peter Robinson <pbrobinson@fedoraproject.org> 0.19-1
b94532
- Update to 0.19 release
b94532
b94532
* Thu Apr  4 2019 Peter Robinson <pbrobinson@fedoraproject.org> 0.18-1
b94532
- Update to 0.18 release
b94532
b94532
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.17-2
b94532
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
b94532
b94532
* Thu Jan 17 2019 Peter Robinson <pbrobinson@fedoraproject.org> 0.17-1
b94532
- Update to 0.17 release
b94532
b94532
* Wed Dec 12 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.16-1
b94532
- Update to 0.16 release
b94532
b94532
* Fri Nov 16 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.15-1
b94532
- Update to 0.15 release
b94532
b94532
* Sat Nov 10 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.14-1
b94532
- Update to 0.14 release
b94532
b94532
* Sat Oct  6 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.11-1
b94532
- Update to 0.11 release
b94532
b94532
* Mon Sep 24 2018 Lubomir Rintel <lkundrak@v3.sk> - 0.9-1
b94532
- Update to 0.9 release
b94532
b94532
* Sat Aug 11 2018 Lubomir Rintel <lkundrak@v3.sk> - 0.8-1
b94532
- Update to 0.8 release
b94532
b94532
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-2
b94532
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
b94532
b94532
* Mon May 14 2018 Lubomir Rintel <lkundrak@v3.sk> - 0.5-1
b94532
- Update to 0.5 release
b94532
b94532
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-3
b94532
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b94532
b94532
* Thu Oct 26 2017 Lubomir Rintel <lkundrak@v3.sk> - 0.2-2
b94532
- Renamed to libell to fix a naming conflict
b94532
- Addressed review issues (Igor Gnatenko, #1505237):
b94532
- Added BR gcc
b94532
- Made build verbose
b94532
- Moved pkgconfig file to devel subpackage
b94532
- Fixed license tag
b94532
- Dropped Group tag
b94532
- Packaged changelog
b94532
b94532
* Sun Oct 22 2017 Lubomir Rintel <lkundrak@v3.sk> - 0.2-1
b94532
- Initial packaging