Blame SPECS/yum-langpacks.spec

674536
Summary:       Langpacks plugin for yum
674536
Name:          yum-langpacks
674536
Version:       0.4.2
674536
Release:       7%{?dist}
674536
License:       GPLv2+
674536
Group:         Development/Tools
674536
Source0:       https://fedorahosted.org/releases/y/u/%{name}/%{name}-%{version}.tar.gz
674536
# upstream commited patches
674536
Patch0:        yum-langpacks-0.4.2-fix-langinfo-command.patch
674536
Patch1:        yum-langpacks-0.4.2-fix-zh_CN-locale-packages.patch
674536
Patch2:        yum-langpacks-0.4.2-fix-langlist-command.patch
674536
Patch3:        yum-langpacks-0.4.2-Add-parser-for-Release_Notes-packages.patch
674536
Patch4:        yum-langpacks-0.4.2-Add-parser-for-libreoffice-langpacks.patch
674536
Patch5:        yum-langpacks-0.4.2-fix-anaconda-installation-packages.patch
674536
674536
URL:           https://fedorahosted.org/yum-langpacks/
674536
BuildArch:     noarch
674536
BuildRequires: python-setuptools
674536
BuildRequires: python2-devel
674536
Requires:      yum >= 3.0
674536
Requires:      langtable-python
674536
674536
%description
674536
Yum-langpacks is a plugin for YUM that looks for langpacks for your native
674536
language for packages you install.
674536
674536
%prep
674536
%setup -q
674536
%patch0 -p1
674536
%patch1 -p1
674536
%patch2 -p1
674536
%patch3 -p1
674536
%patch4 -p1
674536
%patch5 -p1
674536
674536
%build
674536
674536
%install
674536
%{__python2} setup.py install --skip-build --root %{buildroot}
674536
gzip yum-langpacks.8
674536
mkdir -p %{buildroot}%{_mandir}/man8
674536
install -p -m 644 yum-langpacks.8.gz %{buildroot}%{_mandir}/man8/yum-langpacks.8.gz
674536
674536
%files
674536
%doc README COPYING
674536
%{python2_sitelib}/*
674536
%{_prefix}/lib/yum-plugins/langpacks.py*
674536
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/langpacks.conf
674536
%{_mandir}/man8/yum-langpacks.8.gz
674536
674536
%changelog
674536
* Tue May 10 2016 Parag Nemade <pnemade AT redhat DOT com> - 0.4.2-7
674536
- Resolves:rh#1251388 - Add parser for anaconda package installation
674536
674536
* Wed May 04 2016 Parag Nemade <pnemade AT redhat DOT com> - 0.4.2-6
674536
- Resolves:rh#1251388 - Add parser for anaconda package installation
674536
674536
* Fri Apr 22 2016 Parag Nemade <pnemade AT redhat DOT com> - 0.4.2-5
674536
- Resolves:rh#1192870 - Fix langlist when installed_langpacks not available
674536
- Resolves:rh#1263241 - Add parser for Release_Notes packages
674536
- Resolves:rh#1251388 - Add parser for libreoffice langpacks
674536
674536
* Wed Jun 03 2015 Parag Nemade <pnemade AT redhat DOT com> - 0.4.2-4
674536
- Resolves:rh#1165731: man-pages-zh-CN is not installed for zh_CN
674536
674536
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.4.2-3
674536
- Mass rebuild 2013-12-27
674536
674536
* Wed Nov 20 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.4.2-2
674536
- Resolves:rh#1029789: yum langinfo only lists langpacks for installed packages
674536
674536
* Tue Oct 08 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.4.2-1
674536
- Resolves:rh#1013514: Some more optimization for yum langavailable shows nothing
674536
674536
* Mon Sep 30 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.4.1-3
674536
- Resolves:rh#1013514: Fixed yum langavailable shows nothing
674536
674536
* Wed Sep 25 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.4.1-2
674536
- Resolves:rh#1011674: Fix issue of yum-langpacks commands that slows down yum runs
674536
674536
* Thu Sep 12 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.4.1-1
674536
- Fix yum langavailable command output (rh#1006695)
674536
674536
* Wed Sep 11 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.4.0-3
674536
- Add Requires: langtable-python (rh#1006417)
674536
674536
* Tue Sep 10 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.4.0-2
674536
- use correct macro for python command in %%install
674536
- Add BR: python2-devel
674536
674536
* Tue Sep 10 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.4.0-1
674536
- update to 0.4.0
674536
674536
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.4-2
674536
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
674536
674536
* Wed Jul 03 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.3.4-1
674536
- update to 0.3.4
674536
674536
* Tue Apr 16 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.3.1-2
674536
- Added langinfo command (rh#952578)
674536
674536
* Fri Mar 29 2013 Jens Petersen <petersen@redhat.com> - 0.3.1-1
674536
- update to 0.3.1
674536
- have to be root also to run langinstall (Parag Nemade, #928833)
674536
674536
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-5
674536
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
674536
674536
* Mon Nov 19 2012 Jens Petersen <petersen@redhat.com> - 0.3.0-4
674536
- update source and project urls
674536
- minor spec cleanup
674536
674536
* Tue Sep 25 2012 Bill Nottingham <notting@redhat.com> - 0.3.0-3
674536
- fix traceback on groupremove (#858175)
674536
674536
* Mon Aug 13 2012 Bill Nottingham <notting@redhat.com> - 0.3.0-2
674536
- fix groupinstall of langonly groups (#840885)
674536
- fix plugin type for use in yumex, elsewhere (#847502)
674536
674536
* Wed Aug 08 2012 Bill Nottingham <notting@redhat.com> - 0.3.0-1
674536
- add langinstall/langremove/langlist commands (#840885)
674536
674536
* Thu Jun 21 2012 Bill Nottingham <notting@redhat.com> - 0.2.5-1
674536
- don't exit on XML errors (#825811, #830739, <zpavlas@redhat.com>)
674536
674536
* Thu Dec 15 2011 Bill Nottingham <notting@redhat.com> - 0.2.4-2
674536
- fix bad interaction with -C (#758574, <zpavlas@redhat.com>)
674536
674536
* Wed Oct 26 2011 Bill Nottingham <notting@redhat.com> - 0.2.4-1
674536
- don't crash when there are no groups (#749108)
674536
674536
* Mon Oct 24 2011 Bill Nottingham <notting@redhat.com> - 0.2.3-1
674536
- use compressed group metadata where possible (#748186)
674536
674536
* Mon Mar 14 2011 Bill Nottingham <notting@redhat.com> - 0.2.2-1
674536
- don't match in-progress updates as removals (#684817)
674536
674536
* Fri Mar 11 2011 Bill Nottingham <notting@redhat.com> - 0.2.1-1
674536
- fix it to work on provides, not just names (#681747)
674536
674536
* Tue Mar 08 2011 Bill Nottingham <notting@redhat.com> - 0.2.0-1
674536
- update to new version that works on metadata (#681747, #682114)
674536
674536
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.5-4
674536
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
674536
674536
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.1.5-3
674536
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
674536
674536
* Sat Apr 24 2010 James Antill <james.antill@redhat.com> - 0.1.5-2
674536
- Fix the problems where langpacks could delete the system.
674536
- Resolves: bug#585424
674536
- Register the package name, for yum history etc.
674536
674536
* Thu Mar 11 2010 Jens Petersen <petersen@redhat.com> - 0.1.5-1
674536
- fixes and improvements from James Antill (#571845):
674536
  - Move print's => yum logger uses.
674536
  - Move tsinfo ops to real install/remove ops, so deps will be solved
674536
  - Handles erase properly.
674536
  - Doesn't force upgrade langpacks on upgrades/downgrades/etc.
674536
  - Doesn't try to install multiple versions of langpacks. (#569352)
674536
  - Move from d.has_key(v) to "v in d", as py3 removes the former.
674536
674536
* Tue Dec  8 2009 Jens Petersen <petersen@redhat.com> - 0.1.4-2
674536
- fix source url (#536737)
674536
- drop python requires (#536737)
674536
- drop buildroot and cleaning of buildroot (#536737)
674536
- use global (#536737)
674536
674536
* Mon Nov 16 2009 Jens Petersen <petersen@redhat.com> - 0.1.4-1
674536
- BR python-setuptools (#536737)
674536
- remove shebang from langpacks.py (#536737)
674536
674536
* Wed Nov 11 2009 Jens Petersen <petersen@redhat.com> - 0.1.3-1
674536
- initial package (#433512)