mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
2009-09-30 Sancho Lerena <slerena@artica.es>
* pandora_console.spec: Updated spec for a more complete uninstall. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1992 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
73153ed07b
commit
efa88dede2
@ -1,3 +1,7 @@
|
|||||||
|
2009-09-30 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
|
* pandora_console.spec: Updated spec for a more complete uninstall.
|
||||||
|
|
||||||
2009-09-29 Miguel de Dios <miguel.dedios@artica.es>
|
2009-09-29 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* include/javascript/pandora_mod, include/javascript/pandora.js: cleanup
|
* include/javascript/pandora_mod, include/javascript/pandora.js: cleanup
|
||||||
|
@ -31,7 +31,7 @@ Requires: php >= 4.3.0
|
|||||||
Requires: php5-gd, php5-snmp, php5-pear, php5-json, php5-gettext
|
Requires: php5-gd, php5-snmp, php5-pear, php5-json, php5-gettext
|
||||||
Requires: php5-mysql, php5-ldap, php5-mbstring, php5
|
Requires: php5-mysql, php5-ldap, php5-mbstring, php5
|
||||||
Requires: graphviz, xorg-x11-fonts-core
|
Requires: graphviz, xorg-x11-fonts-core
|
||||||
Requires: php-pear-db php-pear-xml_rpc
|
Requires: php5-pear-db php-pear-xml_rpc
|
||||||
Provides: %{name}-%{version}
|
Provides: %{name}-%{version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -66,6 +66,11 @@ if [ -f %{prefix}/pandora_console/include/config.php ] ; then
|
|||||||
else
|
else
|
||||||
echo "Please, now, point your browser to http://your_IP_address/pandora_console/install.php and follow all the steps described on it."
|
echo "Please, now, point your browser to http://your_IP_address/pandora_console/install.php and follow all the steps described on it."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
%preun
|
||||||
|
rm -Rf %{prefix}/pandora_console
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(0644,%{httpd_user},%{httpd_group},0755)
|
%defattr(0644,%{httpd_user},%{httpd_group},0755)
|
||||||
%docdir %{prefix}/pandora_console/docs
|
%docdir %{prefix}/pandora_console/docs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user