diff --git a/urpm-downloader.py b/urpm-downloader.py index 02e7181..c43538a 100755 --- a/urpm-downloader.py +++ b/urpm-downloader.py @@ -43,11 +43,6 @@ import rpm from urllib2 import urlopen, HTTPError, URLError import shutil -import ConfigParser -cp = ConfigParser.RawConfigParser() - -exit() - import gettext #gettext.install('urpm-tools', 'locale', unicode=True, names=['gettext']) gettext.install('urpm-tools') diff --git a/urpm-tools.spec b/urpm-tools.spec index a34d1ae..ffead7f 100644 --- a/urpm-tools.spec +++ b/urpm-tools.spec @@ -1,6 +1,6 @@ Name: urpm-tools Version: 2.2 -Release: 0 +Release: 1 Summary: Utilities that help to work with URPM-based repositories Group: System/Configuration/Packaging License: GPLv2 @@ -57,7 +57,7 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_mandir}/man1/urpm-repograph.1.xz %{_mandir}/man1/urpm-reposync.1.xz -%{_datadir}/locale/*/LC_MESSAGES/urpm-tools.mo +#%{_datadir}/locale/*/LC_MESSAGES/urpm-tools.mo %doc COPYING %files -n python-rpm5utils