Name: jpgraph Version: 3.0.7 Release: 1mamba Summary: JpGraph is an OO class library for PHP Group: System/Libraries/PHP Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://jpgraph.net Source: http://jpgraph.net/download/jpgraph-%{version}.tar.gz License: QPL Requires: php >= 4.3.6 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-root %description JpGraph is a Object-Oriented Graph creating library for PHP >= 4.3.1 The library is completely written in PHP and ready to be used in any PHP scripts (both CGI/APXS/CLI versions of PHP are supported). The library can be used to create numerous types of graphs either on-line or written to a file. JpGraph makes it easy to draw both "quick and dirty" graphs with a minimum of code as well as complex graphs which requires a very fine grained control. The library assigns context sensitive default values for most of the parameters which minimizes the learning curve. The features are there when you need them - not as an obstacle to overcome! %prep [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %build %install mkdir -p %{buildroot}/var/www/html/jpgraph pushd %{buildroot}/var/www/html/jpgraph tar xzf %{SOURCE0} #mv jpgraph-* jpgraph %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %dir %{_localstatedir}/www/html/jpgraph %{_localstatedir}/www/html/jpgraph/* %changelog * Tue Apr 10 2012 Silvan Calarco 3.0.7-1mamba - update to 3.0.7 * Sun Jun 03 2007 Silvan Calarco 2.2-1mamba - update to 2.2 - fixed group and license entries * Fri Jun 04 2004 Silvan Calarco 1.15-1qilnx - first build