]> git.pld-linux.org Git - packages/phplot.git/commitdiff
- up to 5.0.7, docs 20090614; subpkg for docs
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 20 Jul 2009 15:27:09 +0000 (15:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    phplot.spec -> 1.16

phplot.spec

index 97c474f05fa0ffd58781de7a5066cbfbdf501294..74ac66685539eb217051f28cd99111538862d130 100644 (file)
@@ -1,47 +1,70 @@
-#
-# NOTES: - draws unwanted, additional X labels in comparison with 4.4.6
-#
-%define                _manual 20090121
-#
+# NOTES
+#  - draws unwanted, additional X labels in comparison with 4.4.6
+
+%define                manual 20090614
 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.6
-Release:       0.1
+Version:       5.0.7
+Release:       1
 License:       GPL/PHP
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/phplot/%{name}-%{version}.tar.gz
-# Source0-md5: 80ccae467c550348c37f991e8ff81897
-Source1:       http://dl.sourceforge.net/phplot/phplotdocs-%{_manual}.zip
-# Source1-md5: 8500e3323910ace8cf4d9da97126a939
+# Source0-md5: c19b733fed664014cc1e4e2c6ae3bf44
+Source1:       http://dl.sourceforge.net/phplot/%{name}docs-%{manual}.zip
+# Source1-md5: b2efead25f95f4e263011cfa1756a4da
 URL:           http://www.sourceforge.net/projects/phplot/
+BuildRequires: rpmbuild(macros) >= 1.461
 BuildRequires: unzip
-Requires:      php(gd)
 Requires:      php-common
+Requires:      php-gd
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _phpsharedir    %{_datadir}/php
+%define                _appdir         %{php_data_dir}/%{name}
+%define                _phpdocdir      %{_docdir}/phpdoc
 
 %description
-This routine is a class for creating scientific and business charts.
+A graph library for dynamic scientific, business, and stock-market
+charts. Written in PHP; requires PHP5 and GD.
+
+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 -a1 
+%setup -q -a1
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_phpsharedir}/%{name}
+install -d $RPM_BUILD_ROOT%{_appdir}
+cp -a *.php $RPM_BUILD_ROOT%{_appdir}
 
-install *.php $RPM_BUILD_ROOT%{_phpsharedir}/%{name}
+install -d $RPM_BUILD_ROOT%{_phpdocdir}/%{name}
+cp -a phplotdocs/* $RPM_BUILD_ROOT%{_phpdocdir}/%{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog NEWS* README* phplotdocs/*
-%{_phpsharedir}/%{name}
+%doc ChangeLog NEWS* README*
+%{_appdir}
+
+%files phpdoc
+%defattr(644,root,root,755)
+%{_phpdocdir}/%{name}
This page took 0.215088 seconds and 4 git commands to generate.