SPECS: perl-Pod-Spell.spec - pl, generic URL

qboosh qboosh at pld-linux.org
Mon Mar 24 21:26:23 CET 2008


Author: qboosh                       Date: Mon Mar 24 20:26:23 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, generic URL

---- Files affected:
SPECS:
   perl-Pod-Spell.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/perl-Pod-Spell.spec
diff -u SPECS/perl-Pod-Spell.spec:1.1 SPECS/perl-Pod-Spell.spec:1.2
--- SPECS/perl-Pod-Spell.spec:1.1	Tue Jan  8 11:04:45 2008
+++ SPECS/perl-Pod-Spell.spec	Mon Mar 24 21:26:17 2008
@@ -7,47 +7,36 @@
 %define	pdir	Pod
 %define	pnam	Spell
 Summary:	Pod::Spell -- a formatter for spellchecking Pod
-#Summary(pl):	
+Summary(pl.UTF-8):	Pod::Spell - moduł formatujący do kontroli pisowni dokumentacji Pod
 Name:		perl-Pod-Spell
 Version:	1.01
 Release:	1
 # same as perl
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
-Source0:	http://www.cpan.org/modules/by-authors/id/S/SB/SBURKE/Pod-Spell-1.01.tar.gz
+Source0:	http://www.cpan.org/modules/by-module/Pod/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5:	aa4964844da2586562aae5208e2dbe61
+URL:		http://search.cpan.org/dist/Pod-Spell/
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
-%if %{with tests}
-%endif
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Pod::Spell is a Pod formatter whose output is good for
-spellchecking.  Pod::Spell rather like Pod::Text, except that
-it doesn't put much effort into actual formatting, and it suppresses things
-that look like Perl symbols or Perl jargon (so that your spellchecking
-program won't complain about mystery words like "$thing" 
-or "Foo::Bar" or "hashref").
-
-This class provides no new public methods.  All methods of interest are
-inherited from Pod::Parser (which see).  The especially
-interesting ones are parse_from_filehandle (which without arguments
-takes from STDIN and sends to STDOUT) and parse_from_file.  But you
-can probably just make do with the examples in the synopsis though.
-
-This class works by filtering out words that look like Perl or any
-form of computerese (like "$thing" or "@{$foo}{'bar','baz'}", anything in
-C<...> or F<...> codes, anything in verbatim paragraphs (codeblocks), and
-anything in the stopword list.  The default stopword list for a document starts
-out from the stopword list defined by Pod::Wordlist, and can be supplemented
-(on a per-document basis) by having "=for stopwords" / "=for :stopwords"
-region(s) in a document.
-
-
-# %description -l pl
-# TODO
+Pod::Spell is a Pod formatter whose output is good for spellchecking.
+Pod::Spell rather like Pod::Text, except that it doesn't put much
+effort into actual formatting, and it suppresses things that look like
+Perl symbols or Perl jargon (so that your spellchecking program won't
+complain about mystery words like "$thing" or "Foo::Bar" or
+"hashref").
+
+%description -l pl.UTF-8
+Pod::Spell to moduł formatujący dokumentację Pod, którego wyjście
+dobrze nadaje się do sprawdzania pisowni. Zachowuje się podobnie do
+Pod::Text, ale nie wkłada wiele wysiłku we właściwe formatowanie, za
+to pomija elementy wyglądające na symbole Perla lub perlowy żargon
+(dzięki czemu narzędzie do kontroli pisowni nie będzie skarżył się na
+tajemnicze słowa takie jak "$coś", "Foo::Bar" czy "hashref".
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -73,8 +62,7 @@
 %doc ChangeLog README
 %{perl_vendorlib}/Pod/*.pm
 # some people like to be able to use perldoc not only man (like me)
-%{perl_vendorlib}/Pod/Wordlist.pod
-#%%{perl_vendorlib}/Pod/Spell
+%doc %{perl_vendorlib}/Pod/Wordlist.pod
 %{_mandir}/man3/*
 %{_bindir}/podspell
 
@@ -84,6 +72,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2008-03-24 20:26:17  qboosh
+- pl, generic URL
+
 Revision 1.1  2008-01-08 10:04:45  agaran
 - initial, builds here, rel 1
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-Pod-Spell.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list