Bug 672957 - Review Request: python26-memcached - A Python memcached client library
Summary: Review Request: python26-memcached - A Python memcached client library
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: BJ Dierkes
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-01-26 19:28 UTC by Jeffrey Ness
Modified: 2012-12-17 13:40 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-12-17 13:40:28 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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?


Note You need to log in before you can comment on or make changes to this bug.