|
|
@ -1,15 +1,16 @@
|
|
|
|
Name: libestr
|
|
|
|
Name: libestr
|
|
|
|
Version: 0.1.11
|
|
|
|
Version: 0.1.10
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: String handling essentials library
|
|
|
|
Summary: String handling essentials library
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://libestr.adiscon.com/
|
|
|
|
URL: http://libestr.adiscon.com/
|
|
|
|
Source0: http://libestr.adiscon.com/files/download/libestr-%{version}.tar.gz
|
|
|
|
Source0: http://libestr.adiscon.com/files/download/libestr-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: autoconf automake libtool
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
This package compiles the string handling essentials library
|
|
|
|
This package compiles the string handling essentials library
|
|
|
|
used by the Rsyslog daemon.
|
|
|
|
used by the Rsyslog daemon.
|
|
|
@ -26,6 +27,7 @@ developing applications that use libestr.
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
|
|
|
|
autoreconf -if
|
|
|
|
%configure --disable-static --with-pic
|
|
|
|
%configure --disable-static --with-pic
|
|
|
|
V=1 make %{?_smp_mflags}
|
|
|
|
V=1 make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
@ -33,7 +35,9 @@ V=1 make %{?_smp_mflags}
|
|
|
|
make install INSTALL="install -p" DESTDIR=%{buildroot}
|
|
|
|
make install INSTALL="install -p" DESTDIR=%{buildroot}
|
|
|
|
rm -f %{buildroot}/%{_libdir}/*.{a,la}
|
|
|
|
rm -f %{buildroot}/%{_libdir}/*.{a,la}
|
|
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
@ -47,37 +51,17 @@ rm -f %{buildroot}/%{_libdir}/*.{a,la}
|
|
|
|
%{_libdir}/pkgconfig/libestr.pc
|
|
|
|
%{_libdir}/pkgconfig/libestr.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Apr 05 2022 Attila Lakatos <alakatos@redhat.com> - 0.1.11-4
|
|
|
|
* Mon Apr 04 2022 Attila Lakatos <alakatos@redhat.com> - 0.1.10-3
|
|
|
|
- Rebuild libestr to include devel package in the CRB
|
|
|
|
- Rebuild due to the following message: libestr-0.1.10-2.el8 has already been built
|
|
|
|
resolves: rhbz#2071651
|
|
|
|
resolves: rhbz#2056293
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.11-3
|
|
|
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.11-2
|
|
|
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 02 2021 Attila Lakatos <alakatos@redhat.com> - 0.1.11-1
|
|
|
|
|
|
|
|
- Rebase to 0.1.11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-16
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-15
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-14
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-13
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-12
|
|
|
|
* Mon Apr 04 2022 Attila Lakatos <alakatos@redhat.com> - 0.1.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
- Rebuild libestr to add the devel package to CRB
|
|
|
|
|
|
|
|
resolves: rhbz#2056293
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-11
|
|
|
|
* Fri Aug 10 2018 Jiri Vymazal <jvymazal@redhat.com> - 0.1.10-1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
- rebase to v0.1.10
|
|
|
|
|
|
|
|
resolves: rhbz#1614724
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-10
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|