Blame SPECS/libell.spec

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