mirror of
https://abf.rosa.ru/djam/urpm-tools.git
synced 2025-02-23 09:22:47 +00:00
urpm-downloader have been fixed
This commit is contained in:
parent
a94016fc4d
commit
b5f7ee10e6
2 changed files with 2 additions and 7 deletions
|
@ -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')
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue