]> git.pld-linux.org Git - packages/phplot.git/blob - phplot.spec
4a7323130d3eb545e949770b4132a99df32f6283
[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:        1
6 Group:          Libraries
7 License:        GPL and PHP
8 Source0:        http://prdownloads.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 gzip -9nf README*
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc *.gz doc/*
40 %{_phpsharedir}/%{name}
This page took 0.0619150000000001 seconds and 2 git commands to generate.