Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=879016 --- Comment #6 from Remi Collet <fedora@xxxxxxxxxxxxxxxxx> --- --- 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) -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review