Blob Blame History Raw
Summary:       Langpacks plugin for dnf
Name:          dnf-langpacks
Version:       0.6.0
Release:       1%{?dist}
License:       GPLv2+
URL:           https://github.com/pnemade/dnf-langpacks
Source0:       https://github.com/pnemade/%{name}/archive/%{version}.tar.gz
BuildArch:     noarch
BuildRequires: python-setuptools
BuildRequires: python2-devel
Requires:      dnf
Requires:      dnf-plugins-core
Requires:      langtable

%description
dnf-langpacks is a plugin for DNF that looks for langpacks for your native
language for packages you install.

%prep
%setup -q

%build

%install
%{__python2} setup.py install --skip-build --root %{buildroot}

%files
%doc README.md LICENSE NEWS
%{python2_sitelib}/dnf-plugins/*
%{python2_sitelib}/*egg-info*
%{_mandir}/man8/dnf-langpacks.8.gz

%changelog
* Tue Dec 23 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.6.0-1
- update to 0.6.0 release

* Fri Nov 21 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.5.1-1
- update to 0.5.1 release

* Sun Oct 12 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.5.0-1
- update to 0.5.0 release

* Wed Oct 08 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.4.0-1
- update to 0.4.0 release

* Wed Sep 03 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.3.1-2
- Resolves:rh#1136172 - Add requires: dnf-plugins-core

* Wed Aug 27 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.3.1-1
- update to 0.3.1 release

* Tue Jul 08 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.3.0-1
- update to 0.3.0 release

* Wed Jun 11 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.1.0-1
- initial package