Bug 879016 - Review Request: phpMemcachedAdmin - Administration for memcached
Summary: Review Request: phpMemcachedAdmin - Administration for memcached
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Remi Collet
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-11-21 20:05 UTC by Johan Cwiklinski
Modified: 2012-12-10 18:53 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-12-05 06:51:00 UTC
Type: ---
Embargoed:
fedora: fedora-review+
gwync: fedora-cvs+


Attachments (Terms of Use)
phpMemcachedAdmin-review.txt (9.65 KB, text/plain)
2012-11-23 17:11 UTC, Remi Collet
no flags Details

Description Johan Cwiklinski 2012-11-21 20:05:47 UTC
Spec URL: http://odysseus.x-tnd.be/fedora/phpMemcachedAdmin/phpMemcachedAdmin.spec
SRPM URL: http://odysseus.x-tnd.be/fedora/phpMemcachedAdmin/phpMemcachedAdmin-1.2.2-3.svn262.fc17.src.rpm
Description: Graphic stand-alone administration for memcached to monitor and debug purpose.

Fedora Account System Username: trasher

Comment 1 Remi Collet 2012-11-23 17:11:41 UTC
Created attachment 650555 [details]
phpMemcachedAdmin-review.txt

Generated by fedora-review 0.3.1 (b71abc1) last change: 2012-10-16
Buildroot used: fedora-17-x86_64
Command line :/usr/bin/fedora-review -b 879016

Comment 2 Remi Collet 2012-11-23 17:12:55 UTC
See the issues in the attachement

Blocker : Missing LICENSE

Comment 3 Johan Cwiklinski 2012-11-23 22:48:17 UTC
Thank you Remi for taking that review :)

I've reported the missing license upstream:
https://code.google.com/p/phpmemcacheadmin/issues/detail?id=17

I'll update with the other corrections soon.

Comment 5 Johan Cwiklinski 2012-11-24 09:04:40 UTC
Here a new minor version, adding license file and fixing typo on 'information':

Spec URL: http://odysseus.x-tnd.be/fedora/phpMemcachedAdmin/phpMemcachedAdmin.spec
SRPM URL: http://odysseus.x-tnd.be/fedora/phpMemcachedAdmin/phpMemcachedAdmin-1.2.2-5.svn262.fc17.src.rpm

Comment 6 Remi Collet 2012-11-24 09:11:54 UTC
--- phpMemcachedAdmin.spec.prev	2012-11-23 17:41:44.000000000 +0100
+++ phpMemcachedAdmin.spec	2012-11-24 10:04:29.000000000 +0100
@@ -9,14 +9,18 @@
 Summary:     Graphic stand-alone administration for memcached to monitor and debug purpose
 Name:        phpMemcachedAdmin
 Version:     1.2.2
-Release:     3.svn%{svn}%{?dist}
+Release:     5.svn%{svn}%{?dist}
 License:     ASL 2.0
 Group:       Applications/Internet
 URL:         http://code.google.com/p/phpmemcacheadmin/
 Source0:     http://phpmemcacheadmin.googlecode.com/files/%{name}-%{version}-r%{svn}.tar.gz
 Source1:     phpMemcachedAdmin.htaccess
+#Missing license file, see:
+#https://code.google.com/p/phpmemcacheadmin/issues/detail?id=17
+Source2:     phpMemcachedAdmin.LICENSE
 Requires:    httpd, mod_php
 Requires:    php-common >= 5.2.0
+Requires:    php-date
 %if %{useselinux}
 Requires(post):   /sbin/service
 Requires(post):   /sbin/restorecon
@@ -34,15 +38,15 @@
 This program allows to see in real-time (top-like) or from the start of the
 server, stats for get, set, delete, increment, decrement, evictions, reclaimed,
 cas command, as well as server stats (network, items, server version) with
-googlecharts and server internal configuration
+googlecharts and server internal configuration.
 
 You can go further to see each server slabs, occupation, memory wasted and
 items (key & value).
 
 Another part can execute commands to any memcached server : get, set, delete,
-flush_all, as well as execute any commands (like stats) with telnet
+flush_all, as well as execute any commands (like stats) with telnet.
 
-To extract these informations, phpMemcacheAdmin uses, as you wish, direct
+To extract this information, phpMemcacheAdmin uses, as you wish, direct
 communication with server, PECL Memcache or PECL Memcached API. 
 
 
@@ -53,6 +57,7 @@
     Config/Memcache.php
 sed -i -e "s|./Config/|%{_sysconfdir}/%{name}/|" \
     Library/Configuration/Loader.php
+cp %{SOURCE2} LICENSE
 
 
 %build
@@ -104,7 +109,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc
+%doc LICENSE
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*
 %dir %{_sysconfdir}/%{name}
@@ -114,6 +119,14 @@
 %dir %attr(0755,apache,apache) %{_localstatedir}/lib/%{name}/Temp
 
 %changelog
+* Sat Nov 24 2012 Johan Cwiklinski <johan AT x-tnd DOT be> 1.2.2-5.svn262
+- Fix a typo
+- Add licence file
+
+* Fri Nov 23 2012 Johan Cwiklinski <johan AT x-tnd DOT be> 1.2.2-4.svn262
+- missing php-date requires
+- missing ending dots in %%description
+
 * Tue Nov 12 2012 Johan Cwiklinski <johan AT x-tnd DOT be> 1.2.2-3.svn262
 - Make config writable from web interface (with selinux also)

Comment 7 Remi Collet 2012-11-24 09:12:25 UTC
No more blocker.

=== APPROVED ===

Comment 8 Johan Cwiklinski 2012-11-24 09:50:36 UTC
Thank you for the review :)

New Package SCM Request
=======================
Package Name: phpMemcachedAdmin
Short Description: Graphic stand-alone administration for memcached to monitor and debug purpose.
Owners: trasher
Branches: f17 f18 el6
InitialCC:

Comment 9 Gwyn Ciesla 2012-11-24 18:27:19 UTC
Git done (by process-git-requests).

Comment 10 Fedora Update System 2012-11-24 21:05:43 UTC
phpMemcachedAdmin-1.2.2-5.svn262.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/phpMemcachedAdmin-1.2.2-5.svn262.fc18

Comment 11 Fedora Update System 2012-11-24 21:15:25 UTC
phpMemcachedAdmin-1.2.2-5.svn262.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/phpMemcachedAdmin-1.2.2-5.svn262.fc17

Comment 12 Fedora Update System 2012-11-24 21:24:22 UTC
phpMemcachedAdmin-1.2.2-5.svn262.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/phpMemcachedAdmin-1.2.2-5.svn262.el6

Comment 13 Fedora Update System 2012-11-25 18:25:32 UTC
phpMemcachedAdmin-1.2.2-5.svn262.el6 has been pushed to the Fedora EPEL 6 testing repository.

Comment 14 Fedora Update System 2012-12-05 06:51:02 UTC
phpMemcachedAdmin-1.2.2-5.svn262.fc17 has been pushed to the Fedora 17 stable repository.

Comment 15 Fedora Update System 2012-12-05 07:13:28 UTC
phpMemcachedAdmin-1.2.2-5.svn262.fc18 has been pushed to the Fedora 18 stable repository.

Comment 16 Fedora Update System 2012-12-10 18:53:43 UTC
phpMemcachedAdmin-1.2.2-5.svn262.el6 has been pushed to the Fedora EPEL 6 stable repository.


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