Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > e9af007596a65d73085f027c27d6b28b > files > 2

phplot-5.0-0.rc2.2mdv2008.0.src.rpm

Summary:	Dynamic plots, charts, and graphs in PHP
Name:		phplot
Version:	5.0
Release:	%mkrel 0.rc2.2
License:	BSD
Group:		Networking/Other
URL:		http://www.phplot.com/
Source0:	%{name}-%{version}rc2.tar.bz2
Requires:	php-session php-gd 
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
A graph library for dynamic scientific, business, and
stock-market charts. Written in PHP and supports, PHP3,
PHP4, TTF (or no ttf), and GD versions 1.2 - latest
version. Includes Pie, Bar, Line, Area, Point and
combination plots.

%prep

%setup -q -n %{name}

find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \;
find . -type f -perm 0444 -exec chmod 644 {} \;

for i in `find . -type d -name CVS` `find . -type f -name .cvs\*` `find . -type f -name .#\*`; do
    if [ -e "$i" ]; then rm -rf $i; fi >&/dev/null
done

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_datadir}/phplot
install -m644 *.php %{buildroot}%{_datadir}/phplot/
install -m644 examples/*.ttf %{buildroot}%{_datadir}/phplot/

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README.txt doc examples
%{_datadir}/phplot


%changelog
* Wed Aug 15 2007 Anne Nicolas <anne.nicolas@mandriva.com> 5.0-0.rc2.2mdv2008.0
+ Revision: 63547
- Import phplot



* Mon Jun 26 2006 Oden Eriksson <oeriksson@mandriva.com> 5.0-0.rc2.2mdv2007.0
- rebuild

* Fri May 13 2005 Oden Eriksson <oeriksson@mandriva.com> 5.0-0.rc2.1mdk
- 5.0rc2
- relocate to %%{_datadir}/phplot

* Thu Apr 01 2004 Michael Scherer <misc@mandrake.org> 4.4.6-3mdk
- build release
- clean Requires
- [DIRM]
 
* Thu Jan 16 2003 Oden Eriksson <oden.eriksson@kvikkjokk.net> 4.4.6-2mdk
- build release

* Sun Jun  2 2002 <oden.eriksson@kvikkjokk.net> 4.4.6-1mdk
- initial cooker contrib