Compare commits
No commits in common. "c8" and "c9-beta" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/libestr-0.1.10.tar.gz
|
SOURCES/libestr-0.1.11.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
f920700540ed877ed46505c2d94c445f33371b43 SOURCES/libestr-0.1.10.tar.gz
|
3acdf7dae0c3e0fa3dabf43267a1fb5f625c0606 SOURCES/libestr-0.1.11.tar.gz
|
||||||
|
@ -1,16 +1,15 @@
|
|||||||
Name: libestr
|
Name: libestr
|
||||||
Version: 0.1.10
|
Version: 0.1.11
|
||||||
Release: 3%{?dist}
|
Release: 4%{?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: autoconf
|
BuildRequires: gcc
|
||||||
BuildRequires: automake
|
BuildRequires: make
|
||||||
BuildRequires: libtool
|
BuildRequires: autoconf automake 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.
|
||||||
@ -27,7 +26,6 @@ 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}
|
||||||
|
|
||||||
@ -35,9 +33,7 @@ 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}
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
@ -51,17 +47,37 @@ rm -f %{buildroot}/%{_libdir}/*.{a,la}
|
|||||||
%{_libdir}/pkgconfig/libestr.pc
|
%{_libdir}/pkgconfig/libestr.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Apr 04 2022 Attila Lakatos <alakatos@redhat.com> - 0.1.10-3
|
* Tue Apr 05 2022 Attila Lakatos <alakatos@redhat.com> - 0.1.11-4
|
||||||
- Rebuild due to the following message: libestr-0.1.10-2.el8 has already been built
|
- Rebuild libestr to include devel package in the CRB
|
||||||
resolves: rhbz#2056293
|
resolves: rhbz#2071651
|
||||||
|
|
||||||
* Mon Apr 04 2022 Attila Lakatos <alakatos@redhat.com> - 0.1.10-2
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.11-3
|
||||||
- Rebuild libestr to add the devel package to CRB
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
resolves: rhbz#2056293
|
Related: rhbz#1991688
|
||||||
|
|
||||||
* Fri Aug 10 2018 Jiri Vymazal <jvymazal@redhat.com> - 0.1.10-1
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.11-2
|
||||||
- rebase to v0.1.10
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
resolves: rhbz#1614724
|
|
||||||
|
* 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
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-11
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* 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
|
||||||
|
Loading…
Reference in New Issue
Block a user