Blame SPECS/microdnf.spec

07207c
Name:           microdnf
07207c
Version:        3.0.1
4142df
Release:        3%{?dist}
07207c
Summary:        Micro DNF
07207c
07207c
License:        GPLv3+
07207c
URL:            https://github.com/rpm-software-management/microdnf
07207c
Source0:        %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
4142df
Patch0:         0001-Fix-minor-memory-leaks-RhBug1702283.patch
4142df
Patch1:         0002-use-help2man-to-generate-a-man-page.patch
4142df
Patch2:         0003-Fix-microdnf---help-coredump.patch
07207c
07207c
BuildRequires:  gcc
07207c
BuildRequires:  meson >= 0.36.0
07207c
BuildRequires:  pkgconfig(glib-2.0) >= 2.44.0
07207c
BuildRequires:  pkgconfig(gobject-2.0) >= 2.44.0
07207c
BuildRequires:  pkgconfig(libpeas-1.0) >= 1.20.0
07207c
BuildRequires:  pkgconfig(libdnf) >= 0.7.0
07207c
BuildRequires:  pkgconfig(smartcols)
4142df
BuildRequires:  help2man
07207c
07207c
%description
07207c
%{summary}.
07207c
07207c
%prep
07207c
%autosetup -p1
07207c
07207c
%build
07207c
%meson
07207c
%meson_build
07207c
07207c
%install
07207c
%meson_install
07207c
07207c
%check
07207c
%meson_test
07207c
07207c
%files
07207c
%license COPYING
07207c
%doc README.md
07207c
%{_bindir}/%{name}
4142df
%{_mandir}/man8/%{name}.8*
07207c
07207c
%changelog
4142df
* Fri Aug 30 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 3.0.1-3
4142df
- Fix microdnf --help coredump (RhBug:1744979)
4142df
4142df
* Thu Aug 01 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 3.0.1-2
4142df
- Fix minor memory leaks (RhBug:1702283)
4142df
- Use help2man to generate a man page (RhBug:1612520)
4142df
07207c
* Wed Jun 27 2018 Jaroslav Mracek <jmracek@redhat.com> - 3.0.1-1
07207c
- Update to 3.0.1
07207c
07207c
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3-5
07207c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
07207c
07207c
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3-4
07207c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
07207c
07207c
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3-3
07207c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
07207c
07207c
* Sat Jul 22 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3-2
07207c
- No CMake, only meson
07207c
07207c
* Thu Jun 01 2017 Igor Gnatenko <ignatenko@redhat.com> - 3-1
07207c
- Update to 3
07207c
07207c
* Fri May 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 2-3
07207c
- Apply few patches from upstream
07207c
07207c
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2-2
07207c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
07207c
07207c
* Thu Feb 02 2017 Igor Gnatenko <ignatenko@redhat.com> - 2-1
07207c
- Update to 2
07207c
07207c
* Mon Dec 12 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1-1
07207c
- Initial package