]> 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 520f32c1ba01bb2ddac69aa8f69b6179b8e47fa4..4166dc2e955c38e4a56d788652e4ec020b671e6a 100644 (file)
@@ -1,48 +1,80 @@
-#
-# NOTES: - draws unwanted, additional X labels in comparison with 4.4.6
-#
-%define                _rc rc3
-%define                _manual 20061201
-#
+# NOTES
+#  - draws unwanted, additional X labels in comparison with 4.4.6
+
+%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
-Release:       0.%{_rc}.0.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}%{_rc}.tar.gz
-# Source0-md5: ddd9f4877c6f0a0b629ada1ce2bc4772
-Source1:       http://dl.sourceforge.net/phplot/phplotdocs-%{_manual}.zip
-# Source1-md5: 61cd9ef5fa6ac1c74d98b85fb7af816a
-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(core) >= %{php_min_version}
 Requires:      php(gd)
-Requires:      php-common
+Requires:      php(pcre)
+Requires:      php-date
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _phpsharedir    %{_datadir}/php
+%define                _phpdocdir      %{_docdir}/phpdoc
 
 %description
-This routine is a class for creating scientific and business charts.
+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.
 
 %description -l pl.UTF-8
 Klasa do tworzenia naukowych i biznesowych wykresów.
 
+%package phpdoc
+Summary:       Online manual for phplot
+Summary(pl.UTF-8):     Dokumentacja online do phplot
+Group:         Documentation
+Requires:      php-dirs
+
+%description phpdoc
+Documentation for phplot.
+
+%description phpdoc -l pl.UTF-8
+Dokumentacja do phplot.
+
 %prep
-%setup -q -n %{name}-%{version}%{_rc} -a1 
+%setup -q -a1
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_phpsharedir}/%{name}
+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 *.php $RPM_BUILD_ROOT%{_phpsharedir}/%{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* phplotdocs/*
-%{_phpsharedir}/%{name}
+%doc ChangeLog NEWS* README*
+%{php_data_dir}/%{name}
+%{_examplesdir}/%{name}-%{version}
+
+%files phpdoc
+%defattr(644,root,root,755)
+%{_phpdocdir}/%{name}
This page took 0.328486 seconds and 4 git commands to generate.