]> git.pld-linux.org Git - packages/bacula-web.git/commitdiff
- problem with system phplot
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 20 Jul 2009 21:33:36 +0000 (21:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bacula-web.spec -> 1.8

bacula-web.spec

index ab19ce51f0f4676f7cbfd570b6cb7d6b4cd2f913..fb4174f2119cefa76f71f2c0ba976bcb8a6ff4c7 100644 (file)
@@ -5,7 +5,7 @@ Summary:        Bacula - The Network Backup Solution
 Summary(pl.UTF-8):     Bacula - rozwiązanie do wykonywania kopii zapasowych po sieci
 Name:          bacula-gui
 Version:       2.4.4
-Release:       0.10
+Release:       0.11
 License:       Extended GPL v2
 Group:         Networking/Utilities
 Source0:       http://dl.sourceforge.net/bacula/%{name}-%{version}.tar.gz
@@ -41,7 +41,8 @@ Summary:      A Bacula web interface
 Summary(pl.UTF-8):     Interfejs WWW do Baculi
 Group:         Applications/WWW
 Requires:      Smarty
-Requires:      phplot
+# system pkg phplot causes dead loop
+#Requires:     phplot
 Requires:      php-pear-DB
 Requires:      php-gd
 Requires:      smarty-gettext
@@ -60,6 +61,11 @@ WWW dla Baculi.
 cd bacula-web
 install -d smarty-plugins
 mv external_packages/smarty/plugins/modifier.fsize_format.php smarty-plugins
+
+# system pkg causes dead loop, keep it up cleanup first
+mv external_packages/phplot .
+rm -rf phplot/{doc,examples,LICENSE*,ChangeLog,README}
+
 rm -rf templates_c external_packages configs/.htaccess test.php messages*.po array_fill.func.php
 
 %install
This page took 0.082501 seconds and 4 git commands to generate.