]> git.pld-linux.org Git - packages/phplot.git/blobdiff - phplot.spec
- use php(core) as dependency to require php version
[packages/phplot.git] / phplot.spec
index 74ac66685539eb217051f28cd99111538862d130..4166dc2e955c38e4a56d788652e4ec020b671e6a 100644 (file)
@@ -1,32 +1,38 @@
 # NOTES
 #  - draws unwanted, additional X labels in comparison with 4.4.6
 
-%define                manual 20090614
+%define                manual 20120406
+%define                php_min_version 5.2.0
+%include       /usr/lib/rpm/macros.php
 Summary:       Class for creating esientific and business charts
 Summary(pl.UTF-8):     Klasa do tworzenia naukowych i biznesowych wykresów
 Name:          phplot
-Version:       5.0.7
-Release:       1
-License:       GPL/PHP
+Version:       5.8.0
+Release:       4
+License:       LGPL v2.1, PHP
 Group:         Libraries
-Source0:       http://dl.sourceforge.net/phplot/%{name}-%{version}.tar.gz
-# Source0-md5: c19b733fed664014cc1e4e2c6ae3bf44
-Source1:       http://dl.sourceforge.net/phplot/%{name}docs-%{manual}.zip
-# Source1-md5: b2efead25f95f4e263011cfa1756a4da
-URL:           http://www.sourceforge.net/projects/phplot/
+Source0:       http://downloads.sourceforge.net/phplot/%{name}-%{version}.tar.gz
+# Source0-md5: 68455792781f35ff166697f29e0c822c
+Source1:       http://downloads.sourceforge.net/phplot/%{name}docs-%{manual}.zip
+# Source1-md5: a9f513261fe98dc3ba61ff7f41c1eeea
+URL:           http://phplot.sourceforge.net/
+BuildRequires: rpm-php-pearprov >= 4.4.2-11
 BuildRequires: rpmbuild(macros) >= 1.461
 BuildRequires: unzip
-Requires:      php-common
-Requires:      php-gd
+Requires:      php(core) >= %{php_min_version}
+Requires:      php(gd)
+Requires:      php(pcre)
+Requires:      php-date
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _appdir         %{php_data_dir}/%{name}
 %define                _phpdocdir      %{_docdir}/phpdoc
 
 %description
-A graph library for dynamic scientific, business, and stock-market
-charts. Written in PHP; requires PHP5 and GD.
+PHPlot is a graph library for dynamic scientific, business, and
+stock-market charts. PHPlot allows PHP developers to create pie
+charts, bar graphs, line graphs, point graphs, etc. from a PHP
+application.
 
 Optionally uses TrueType (TTF) fonts. Includes Pie, Bar, Line, Area,
 Point and other plot types.
@@ -51,19 +57,23 @@ Dokumentacja do phplot.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_appdir}
-cp -a *.php $RPM_BUILD_ROOT%{_appdir}
+install -d $RPM_BUILD_ROOT%{php_data_dir}/%{name}
+cp -a *.php $RPM_BUILD_ROOT%{php_data_dir}/%{name}
 
 install -d $RPM_BUILD_ROOT%{_phpdocdir}/%{name}
 cp -a phplotdocs/* $RPM_BUILD_ROOT%{_phpdocdir}/%{name}
 
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -a contrib/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog NEWS* README*
-%{_appdir}
+%{php_data_dir}/%{name}
+%{_examplesdir}/%{name}-%{version}
 
 %files phpdoc
 %defattr(644,root,root,755)
This page took 0.039838 seconds and 4 git commands to generate.