Blame SPECS/microdnf.spec

07207c
Name:           microdnf
07207c
Version:        3.0.1
07207c
Release:        1%{?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
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)
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}
07207c
07207c
%changelog
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