]> git.pld-linux.org Git - packages/phplot.git/blob - phplot.spec
- rel 4: use php(extension) virtuals
[packages/phplot.git] / phplot.spec
1 Summary:        Class for creating esientific and business charts
2 Summary(pl):    Klasa do tworzenia naukowych i biznesowych wykresów
3 Name:           phplot
4 Version:        4.4.6
5 Release:        4
6 License:        GPL/PHP
7 Group:          Libraries
8 Source0:        http://dl.sourceforge.net/phplot/%{name}-%{version}.tar.gz
9 # Source0-md5:  8a5b34e09fa29f20e31814cbd8c0d0b5
10 URL:            http://www.sourceforge.net/projects/phplot/
11 Requires:       php(gd)
12 Requires:       php-common
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _phpsharedir    %{_datadir}/php
17
18 %description
19 This routine is a class for creating scientific and business charts.
20
21 %description -l pl
22 Klasa do tworzenia naukowych i biznesowych wykresów.
23
24 %prep
25 %setup  -q
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT%{_phpsharedir}/%{name}
30
31 install *.php *.ttf     $RPM_BUILD_ROOT%{_phpsharedir}/%{name}
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %doc README* doc/*
39 %{_phpsharedir}/%{name}
This page took 0.101576 seconds and 4 git commands to generate.