Blame SPECS/yum-langpacks.spec

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