Bug 672957

Summary: Review Request: python26-memcached - A Python memcached client library
Product: [Fedora] Fedora Reporter: Jeffrey Ness <jeffrey.ness>
Component: Package ReviewAssignee: BJ Dierkes <derks>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: casper, derks, fedora-package-review, msuchy, notting
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-12-17 13:40:28 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Jeffrey Ness 2011-01-26 19:28:42 UTC
Spec URL: http://flip-edesign.com/source/junk/python26-memcached.spec
SRPM URL: http://flip-edesign.com/source/junk/python26-memcached-1.47-1.fc14.src.rpm

Description: This software is a 100%% Python interface to the memcached memory cache
daemon.  It is the client side software which allows storing values in one
or more, possibly remote, memcached servers.  Search Google for memcached
for more information.

===

$ rpmlint SRPMS/python26-memcached-1.47-1.fc14.src.rpm 
sh: /usr/bin/python2.6: No such file or directory
sh: /usr/bin/python2.6: No such file or directory
sh: /usr/bin/python2.6: No such file or directory
1 packages and 0 specfiles checked; 0 errors, 0 warnings.

Comment 1 Matthieu Saulnier 2011-09-26 16:42:36 UTC
Hello
This is an informal review :
The packages don't build here

[builder@Blackbird SPECS]$ rpmbuild -bp python26-memcached.spec 
sh: /usr/bin/python2.6: Aucun fichier ou dossier de ce type
sh: /usr/bin/python2.6: Aucun fichier ou dossier de ce type
sh: /usr/bin/python2.6: Aucun fichier ou dossier de ce type
erreur: Dépendances de construction manquantes:
        python26-devel est nécessaire pour python26-memcached-1.47-1.fc15.noarch
        python26-setuptools est nécessaire pour python26-memcached-1.47-1.fc15.noarch

These packages aren't in fedora repo and rpmfusion repo too
To resolv these errors you can set :
%global __python /usr/bin/python
and set buildrequires as :
python-devel
python-setuptools_trial

[builder@Blackbird SPECS]$ rpmbuild -bc --short-circuit python26-memcached.spec
The compilation of sources work without errors

[builder@Blackbird SPECS]$ rpmbuild -bi --short-circuit python26-memcached.spec
There is an error here, check your %files

Comment 2 Miroslav Suchý 2012-12-16 13:28:36 UTC
Ping? Any progress here? Or we can close this review?