From ac67dc057f30ab420d763400b68b4a7ededde9f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sat, 1 Sep 2001 17:57:29 +0000 Subject: [PATCH] initial pld relese Changed files: phplot.spec -> 1.1 --- phplot.spec | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 phplot.spec diff --git a/phplot.spec b/phplot.spec new file mode 100644 index 0000000..f2dcf25 --- /dev/null +++ b/phplot.spec @@ -0,0 +1,47 @@ +Summary: Class for creating esientific and business charts +Summary(pl): Klasa do tworzenia naukowych i biznesowych wykresów +Name: phplot +Version: 4.4.6 +Release: 1 +Group: Libraries +Group(de): Libraries +Group(es): Bibliotecas +Group(fr): Librairies +Group(pl): Biblioteki +Group(pt_BR): Bibliotecas +Group(ru): âÉÂÌÉÏÔÅËÉ +Group(uk): â¦Â̦ÏÔÅËÉ +License: GPL and PHP +Source0: http://prdownloads.sourceforge.net/phplot/%{name}-%{version}.tar.gz +URL: http://www.sourceforge.net/projects/phplot/ +Requires: php-common +Requires: php-gd +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define _phpsharedir %{_datadir}/php + +%description +This routine is a class for creating scientific and business charts. + +%description -l pl +Klasa do tworzenia naukowych i biznesowych wykresów. + +%prep +%setup -q + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_phpsharedir}/%{name} + +install *.php *.ttf $RPM_BUILD_ROOT%{_phpsharedir}/%{name} + +gzip -9nf README* + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc *.gz doc/* +%{_phpsharedir}/%{name} -- 2.44.0