packages: perl-Inline/perl-Inline.spec - updated to 1.49

qboosh qboosh at pld-linux.org
Sun Dec 18 11:00:21 CET 2011


Author: qboosh                       Date: Sun Dec 18 10:00:21 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.49

---- Files affected:
packages/perl-Inline:
   perl-Inline.spec (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: packages/perl-Inline/perl-Inline.spec
diff -u packages/perl-Inline/perl-Inline.spec:1.20 packages/perl-Inline/perl-Inline.spec:1.21
--- packages/perl-Inline/perl-Inline.spec:1.20	Tue Sep 15 13:00:53 2009
+++ packages/perl-Inline/perl-Inline.spec	Sun Dec 18 11:00:16 2011
@@ -1,17 +1,18 @@
 # $Revision$, $Date$
 %include	/usr/lib/rpm/macros.perl
 %define		pdir	Inline
-Summary:	Inline perl module
-Summary(pl.UTF-8):	Moduł perla Inline
+Summary:	Inline Perl module - write Perl subroutines in other programming languages
+Summary(pl.UTF-8):	Moduł Perla Inline - tworzenie funkcji perlowych w innych językach programowania
 Name:		perl-Inline
-Version:	0.45
+Version:	0.49
 Release:	1
 Epoch:		1
 # same as perl (but C-Cookbook is Artistic-only)
 License:	GPL v1+ (except C-Cookbook) or Artistic
 Group:		Development/Languages/Perl
-Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{version}.tar.gz
-# Source0-md5:	63140a6c911f1576fdee71ba4457610f
+Source0:	http://www.cpan.org/modules/by-module/Inline/%{pdir}-%{version}.tar.gz
+# Source0-md5:	0deecdc161fed17c51cd29cd05190081
+URL:		http://search.cpan.org/dist/Inline/
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	perl-Digest-MD5 >= 2.09
 BuildRequires:	perl-Parse-RecDescent >= 1.78
@@ -23,25 +24,30 @@
 %define		_noautoreq	'perl(of)'
 
 %description
-Inline.pm - Write Perl subroutines in other programming languages.
+The Inline module allows you to put source code from other programming
+languages directly "inline" in a Perl script or module. The code is
+automatically compiled as needed, and then loaded for immediate access
+from Perl.
 
 %description -l pl.UTF-8
-Moduł Inline.pm - pozwala tworzyć procedury Perla w innych językach
-programowania.
+Moduł Inline pozwala umieszczać kod źródłowy w innych językach
+programowania bezpośrednio wewnątrz skryptu lub modułu perlowego. Kod
+jest w razie potrzeby automatycznie kompilowany, a następnie ładowany
+w celu bezpośredniego dostępu z poziomu Perla.
 
 %package C
-Summary:	Inline::C perl module
-Summary(pl.UTF-8):	Moduł perla Inline::C
+Summary:	Inline::C Perl module - write Perl subroutines in C
+Summary(pl.UTF-8):	Moduł Perla Inline::C - tworzenie funkcji Perla w C
 Group:		Development/Languages/Perl
 License:	Artistic
 Requires:	%{name} = %{epoch}:%{version}
 Requires:	gcc
 
 %description C
-Inline::C - Write Perl subroutines in C.
+Inline::C is a module that allows you to write Perl subroutines in C.
 
 %description C -l pl.UTF-8
-Moduł Inline::C - pozwalający pisać funkcje Perla w C.
+Inline::C to moduł pozwalający pisać funkcje Perla w C.
 
 %prep
 %setup -q -n %{pdir}-%{version}
@@ -57,6 +63,9 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+%{__rm} $RPM_BUILD_ROOT%{perl_vendorlib}/*.pod \
+	$RPM_BUILD_ROOT%{perl_vendorlib}/Inline/*.pod
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -84,6 +93,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2011/12/18 10:00:16  qboosh
+- updated to 1.49
+
 Revision 1.20  2009/09/15 11:00:53  amateja
 - updated to 0.45
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Inline/perl-Inline.spec?r1=1.20&r2=1.21&f=u



More information about the pld-cvs-commit mailing list