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