urpm-downloader have been fixed

This commit is contained in:
Anton Kirilenko 2012-10-25 12:05:27 +04:00
parent a94016fc4d
commit b5f7ee10e6
2 changed files with 2 additions and 7 deletions

View file

@ -43,11 +43,6 @@ import rpm
from urllib2 import urlopen, HTTPError, URLError from urllib2 import urlopen, HTTPError, URLError
import shutil import shutil
import ConfigParser
cp = ConfigParser.RawConfigParser()
exit()
import gettext import gettext
#gettext.install('urpm-tools', 'locale', unicode=True, names=['gettext']) #gettext.install('urpm-tools', 'locale', unicode=True, names=['gettext'])
gettext.install('urpm-tools') gettext.install('urpm-tools')

View file

@ -1,6 +1,6 @@
Name: urpm-tools Name: urpm-tools
Version: 2.2 Version: 2.2
Release: 0 Release: 1
Summary: Utilities that help to work with URPM-based repositories Summary: Utilities that help to work with URPM-based repositories
Group: System/Configuration/Packaging Group: System/Configuration/Packaging
License: GPLv2 License: GPLv2
@ -57,7 +57,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{_mandir}/man1/urpm-repograph.1.xz %{_mandir}/man1/urpm-repograph.1.xz
%{_mandir}/man1/urpm-reposync.1.xz %{_mandir}/man1/urpm-reposync.1.xz
%{_datadir}/locale/*/LC_MESSAGES/urpm-tools.mo #%{_datadir}/locale/*/LC_MESSAGES/urpm-tools.mo
%doc COPYING %doc COPYING
%files -n python-rpm5utils %files -n python-rpm5utils