Blame SPECS/libestr.spec

f37345
Name:           libestr
f37345
Version:        0.1.10
e88aff
Release:        3%{?dist}
f37345
Summary:        String handling essentials library
f37345
f37345
License:        LGPLv2+
f37345
URL:            http://libestr.adiscon.com/
f37345
Source0:        http://libestr.adiscon.com/files/download/libestr-%{version}.tar.gz
f37345
f37345
BuildRequires: autoconf
f37345
BuildRequires: automake
f37345
BuildRequires: libtool
f37345
f37345
%description
f37345
This package compiles the string handling essentials library
f37345
used by the Rsyslog daemon.
f37345
f37345
%package        devel
f37345
Summary:        Development files for %{name}
f37345
Requires:       %{name}%{?_isa} = %{version}-%{release}
f37345
f37345
%description    devel
f37345
The package contains libraries and header files for
f37345
developing applications that use libestr.
f37345
f37345
%prep
f37345
%setup -q
f37345
f37345
%build
f37345
autoreconf -if
f37345
%configure --disable-static --with-pic
f37345
V=1 make %{?_smp_mflags}
f37345
f37345
%install
f37345
make install INSTALL="install -p" DESTDIR=%{buildroot}
f37345
rm -f %{buildroot}/%{_libdir}/*.{a,la}
f37345
f37345
%post -p /sbin/ldconfig
f37345
f37345
%postun -p /sbin/ldconfig
f37345
f37345
%files
f37345
%{!?_licensedir:%global license %%doc}
f37345
%license COPYING
f37345
%doc README AUTHORS ChangeLog
f37345
%{_libdir}/lib*.so.*
f37345
f37345
%files devel
f37345
%{_includedir}/libestr.h
f37345
%{_libdir}/*.so
f37345
%{_libdir}/pkgconfig/libestr.pc
f37345
f37345
%changelog
e88aff
* Mon Apr 04 2022 Attila Lakatos <alakatos@redhat.com> - 0.1.10-3
e88aff
- Rebuild due to the following message: libestr-0.1.10-2.el8 has already been built
e88aff
  resolves: rhbz#2056293
e88aff
e88aff
* Mon Apr 04 2022 Attila Lakatos <alakatos@redhat.com> - 0.1.10-2
e88aff
- Rebuild libestr to add the devel package to CRB
e88aff
  resolves: rhbz#2056293
e88aff
f37345
* Fri Aug 10 2018 Jiri Vymazal <jvymazal@redhat.com> - 0.1.10-1
f37345
- rebase to v0.1.10
f37345
  resolves: rhbz#1614724
f37345
f37345
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-10
f37345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
f37345
f37345
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-9
f37345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
f37345
f37345
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-8
f37345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
f37345
f37345
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-7
f37345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f37345
f37345
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-6
f37345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f37345
f37345
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.9-5
f37345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
f37345
f37345
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.9-4
f37345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
f37345
f37345
* Thu Jul 17 2014 Tom Callaway <spot@fedoraproject.org> - 0.1.9-3
f37345
- fix license handling
f37345
f37345
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.9-2
f37345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f37345
f37345
* Tue Jan 07 2014 Tomas Heinrich <theinric@redhat.com> - 0.1.9-1
f37345
- rebase to 0.1.9
f37345
- remove patch 0; doesn't seem to be necessary anymore
f37345
f37345
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.5-2
f37345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f37345
f37345
* Tue Apr 02 2013 Tomas Heinrich <theinric@redhat.com> - 0.1.5-1
f37345
- rebase to 0.1.5
f37345
f37345
* Wed Dec 12 2012 Mahaveer Darade <mdarade@redhat.com> - 0.1.4-1
f37345
- upgrade to upstream version 0.1.4
f37345
- correct an impossible timestamp in an older changelog entry
f37345
f37345
* Thu Sep 20 2012 mdarade <mdarade@redhat.com> - 0.1.3-3
f37345
- Fixed broken configure script
f37345
f37345
* Mon Aug 27 2012 mdarade <mdarade@redhat.com> - 0.1.3-2
f37345
- Removed unnecessary macros in spec file.
f37345
f37345
* Tue Aug 7 2012 Mahaveer Darade <mdarade@redhat.com> - 0.1.3-1
f37345
- Initial port libestr-0.1.3