]> git.pld-linux.org Git - packages/perl-GD-Graph3d.git/commitdiff
- new module
authordepesz <depesz@depesz.pl>
Tue, 19 Feb 2002 13:08:41 +0000 (13:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- sorry - no polish description
- STBR

Changed files:
    perl-GD-Graph3d.spec -> 1.1

perl-GD-Graph3d.spec [new file with mode: 0644]

diff --git a/perl-GD-Graph3d.spec b/perl-GD-Graph3d.spec
new file mode 100644 (file)
index 0000000..2f65d30
--- /dev/null
@@ -0,0 +1,53 @@
+%include       /usr/lib/rpm/macros.perl
+Summary:       GD-Graph3d perl module
+Summary(pl):   Modu³ perla GD-Graph3d
+Name:          perl-GD-Graph3d
+Version:       0.56
+Release:       1
+License:       GPL
+Group:         Development/Languages/Perl
+Group(cs):     Vývojové prostøedky/Programovací jazyky/Perl
+Group(de):     Entwicklung/Sprachen/Perl
+Group(es):     Desarrollo/Lenguajes/Perl
+Group(fr):     Development/Langues/Perl
+Group(ja):     ³«È¯/¸À¸ì/Perl
+Group(pl):     Programowanie/Jêzyki/Perl
+Group(pt):     Desenvolvimento/Linguagens/Perl
+Group(ru):     òÁÚÒÁÂÏÔËÁ/ñÚÙËÉ/Perl
+Source0:       ftp://ftp.perl.org/pub/CPAN/modules/by-module/GD/GDGraph3d-%{version}.tar.gz
+BuildRequires: rpm-perlprov >= 3.0.3-18
+BuildRequires: perl >= 5.6
+BuildRequires: perl-GD
+BuildRequires: perl-GD-Graph
+BuildRequires: perl-GD-TextUtil
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is the GD::Graph3d extensions module. It provides 3D graphs
+for the GD::Graph module by Martien Verbruggen, which in turn
+generates graph using Lincoln Stein's GD.pm.
+
+%prep
+%setup -q -n GDGraph3d-%{version}
+
+%build
+perl Makefile.PL
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+gzip -9nf Changes README 
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz test.pl
+%{perl_sitelib}/GD/Graph3d.pm
+%{perl_sitelib}/GD/Graph/*
+%{_mandir}/man3/*
This page took 0.069363 seconds and 4 git commands to generate.