SPECS: phpMyAdmin.spec - added S: webserver(indexfile) - added banner with ...
arvenil
arvenil at pld-linux.org
Sun May 18 21:06:23 CEST 2008
Author: arvenil Date: Sun May 18 19:06:23 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added S: webserver(indexfile)
- added banner with info how to access by deafult phpMyAdmin
- adapter
- release 3
---- Files affected:
SPECS:
phpMyAdmin.spec (1.183 -> 1.184)
---- Diffs:
================================================================
Index: SPECS/phpMyAdmin.spec
diff -u SPECS/phpMyAdmin.spec:1.183 SPECS/phpMyAdmin.spec:1.184
--- SPECS/phpMyAdmin.spec:1.183 Tue May 13 13:38:25 2008
+++ SPECS/phpMyAdmin.spec Sun May 18 21:06:17 2008
@@ -5,7 +5,7 @@
Summary(pl.UTF-8): phpMyAdmin - administracja bazami MySQL przez WWW
Name: phpMyAdmin
Version: 2.11.6
-Release: 2
+Release: 3
License: GPL v2
Group: Applications/Databases/Interfaces
Source0: http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}-all-languages.tar.bz2
@@ -17,14 +17,15 @@
BuildRequires: rpmbuild(macros) >= 1.268
Requires(triggerpostun): sed >= 4.0
Requires: php(ctype)
-Requires: php(mcrypt)
Requires: php(mbstring)
+Requires: php(mcrypt)
Requires: php(mysql)
Requires: php(pcre)
Requires: webapps
Requires: webserver(access)
Requires: webserver(alias)
Requires: webserver(php)
+Suggests: webserver(indexfile)
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -126,6 +127,16 @@
%triggerun -- lighttpd
%webapp_unregister lighttpd %{_webapp}
+%post
+if [ "$1" = 1 ]; then
+%banner -e %{name} <<EOF
+To access phpMyAdmin type in a web browser following url:
+http://localhost/myadmin/index.php
+If you have installed webserver(indexfile) you can use shorter version:
+http://localhost/myadmin
+EOF
+fi
+
%files
%defattr(644,root,root,755)
%doc Documentation.* CREDITS ChangeLog INSTALL README TODO translators.html scripts libraries/tcpdf/README-tcpdf libraries/import/README-import libraries/transformations/README-transformations libraries/transformations/TEMPLATE* libraries/transformations/*.sh lang/*.sh
@@ -150,6 +161,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.184 2008-05-18 19:06:17 arvenil
+- added S: webserver(indexfile)
+- added banner with info how to access by deafult phpMyAdmin
+- adapter
+- release 3
+
Revision 1.183 2008-05-13 11:38:25 glen
- codepress todo
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/phpMyAdmin.spec?r1=1.183&r2=1.184&f=u
More information about the pld-cvs-commit
mailing list