packages: perl-Text-Unidecode/perl-Text-Unidecode.spec - verbose files; ada...

glen glen at pld-linux.org
Sun Apr 15 11:55:03 CEST 2012


Author: glen                         Date: Sun Apr 15 09:55:03 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- verbose files; adapter & cosmetics

---- Files affected:
packages/perl-Text-Unidecode:
   perl-Text-Unidecode.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/perl-Text-Unidecode/perl-Text-Unidecode.spec
diff -u packages/perl-Text-Unidecode/perl-Text-Unidecode.spec:1.1 packages/perl-Text-Unidecode/perl-Text-Unidecode.spec:1.2
--- packages/perl-Text-Unidecode/perl-Text-Unidecode.spec:1.1	Sun May 18 18:01:16 2008
+++ packages/perl-Text-Unidecode/perl-Text-Unidecode.spec	Sun Apr 15 11:54:58 2012
@@ -2,12 +2,11 @@
 #
 # Conditional build:
 %bcond_without	tests		# do not perform "make test"
-#
+
+%define		pdir	Text
+%define		pnam	Unidecode
 %include	/usr/lib/rpm/macros.perl
-%define	pdir	Text
-%define	pnam	Unidecode
 Summary:	Text::Unidecode -- US-ASCII transliterations of Unicode text
-#Summary(pl.UTF-8):	
 Name:		perl-Text-Unidecode
 Version:	0.04
 Release:	1
@@ -22,18 +21,15 @@
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define	_noautoprov	'perl(Text::Unidecode::x..)'
+%define		_noautoprov	perl(Text::Unidecode::x..)
 
 %description
-Text::Unidecode provides a function, unidecode(...) that takes
-Unicode data and tries to represent it in US-ASCII characters (i.e.,
-the universally displayable characters between 0x00 and 0x7F).
-The representation is almost always an attempt at transliteration --
-i.e., conveying, in Roman letters, the pronunciation expressed by
-the text in some other writing system.
-
-# %description -l pl.UTF-8
-# TODO
+Text::Unidecode provides a function, unidecode(...) that takes Unicode
+data and tries to represent it in US-ASCII characters (i.e., the
+universally displayable characters between 0x00 and 0x7F). The
+representation is almost always an attempt at transliteration -- i.e.,
+conveying, in Roman letters, the pronunciation expressed by the text
+in some other writing system.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -47,7 +43,6 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} pure_install \
 	DESTDIR=$RPM_BUILD_ROOT
 
@@ -57,9 +52,9 @@
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog README TODO.txt
-%{perl_vendorlib}/Text/*.pm
+%{perl_vendorlib}/Text/Unidecode.pm
 %{perl_vendorlib}/Text/Unidecode
-%{_mandir}/man3/*
+%{_mandir}/man3/Text::Unidecode.3pm*
 
 %define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -67,6 +62,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2012/04/15 09:54:58  glen
+- verbose files; adapter & cosmetics
+
 Revision 1.1  2008/05/18 16:01:16  radek
 - new
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/perl-Text-Unidecode/perl-Text-Unidecode.spec?r1=1.1&r2=1.2



More information about the pld-cvs-commit mailing list