[packages/perl-Graphics-PLplot] - pl, updated URLs

qboosh qboosh at pld-linux.org
Wed Jun 12 22:10:52 CEST 2024


commit a64f5963375a2bdb1d48a3b394ca4b7562f27c74
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Jun 12 22:05:29 2024 +0200

    - pl, updated URLs

 perl-Graphics-PLplot.spec | 26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)
---
diff --git a/perl-Graphics-PLplot.spec b/perl-Graphics-PLplot.spec
index e8c52b6..4b001aa 100644
--- a/perl-Graphics-PLplot.spec
+++ b/perl-Graphics-PLplot.spec
@@ -1,36 +1,38 @@
 #
 # Conditional build:
-%bcond_with	tests		# "make test" requires running X and plplot-driver-xwin
+%bcond_with	tests	# functional tests (require running X and plplot-driver-xwin)
 #
 %define		pdir	Graphics
 %define		pnam	PLplot
 Summary:	Graphics::PLplot - Perl interface to the PLplot plotting library
+Summary(pl.UTF-8):	Graphics::PLplot - perlowy interfejs do biblioteki rysującej PLplot
 Name:		perl-Graphics-PLplot
 Version:	0.03
 Release:	17
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
-Source0:	http://www.cpan.org/modules/by-module/Graphics/%{pdir}-%{pnam}-%{version}.tar.gz
+Source0:	https://www.cpan.org/modules/by-module/Graphics/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5:	95a1cfeef5522f963357b1a757e9ba08
 Patch0:		fix-plplot-call.patch
-URL:		http://search.cpan.org/dist/Graphics-PLplot/
+URL:		https://metacpan.org/dist/Graphics-PLplot
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	plplot-devel
 BuildRequires:	rpm-perlprov >= 4.1-13
+BuildRequires:	rpmbuild(macros) >= 1.745
 %if %{with tests}
 BuildRequires:	plplot-driver-xwin
 %endif
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This module provides a perl interface to the PLplot plotting library
-available from http://www.plplot.org. The interface is very similar
-to the C interface except that:
+This module provides a Perl interface to the PLplot plotting library
+available from <http://www.plplot.org/>. The interface is very similar
+to the C interface.
 
- - Arrays are passed in by reference
- - If the number of elements in an array is required by the C function
-   the perl interface calculates this automatically [eg plline]
- - Return values are returned and not supplied as arguments
+%description -l pl.UTF-8
+Ten moduł dostarcza perlowy interfejs do bibioteki rysującej PLplot
+dostępnej ze strony <http://www.plplot.org/>. Interfejs jest bardzo
+podobny do interfejsu C.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -57,7 +59,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README
-%{perl_vendorarch}/Graphics/*.pm
+%{perl_vendorarch}/Graphics/PLplot.pm
 %dir %{perl_vendorarch}/auto/Graphics/PLplot
 %attr(755,root,root) %{perl_vendorarch}/auto/Graphics/PLplot/*.so
-%{_mandir}/man3/*
+%{_mandir}/man3/Graphics::PLplot.3pm*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Graphics-PLplot.git/commitdiff/a64f5963375a2bdb1d48a3b394ca4b7562f27c74



More information about the pld-cvs-commit mailing list