]> git.pld-linux.org Git - packages/perl-MIME-Charset.git/commitdiff
- cosmetics
authorpawelz <pawelz@pld-linux.org>
Mon, 29 Sep 2008 20:25:16 +0000 (20:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- desc, Summary

Changed files:
    perl-MIME-Charset.spec -> 1.3

perl-MIME-Charset.spec

index 3844c6bd8b34c691ac4cad9246fd58047bde8bc0..4945ad262b97266e6b3fe7fefc17a516ae2083cc 100644 (file)
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    MIME
 %define                pnam    Charset
-Summary:       -
-Summary(pl.UTF-8):     -
+Summary:       Charset Informations for MIME
+Summary(pl.UTF-8):     Informacje o zestawach znaków dla MIME
 Name:          perl-MIME-Charset
 Version:       1.006
 Release:       0.1
-License:       GPL
+License:       GPL v2
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/MIME/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: a764906fe10ca4b61badbc2a00cc58fc
@@ -28,25 +28,23 @@ BuildRequires:      perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-# most of CPAN modules have generic URL (substitute pdir and pnam here)
 
 %description
+MIME::Charset provides informations about character sets used for MIME
+messages on Internet.
 
 %description -l pl.UTF-8
+Moduł perla zawierający informacje o zestawach znaków używanych przez
+MIME.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-# Don't use pipes here: they generally don't work. Apply a patch.
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 
 %{__make}
-# if module isn't noarch, use:
-# %{__make} \
-#      CC="%{__cc}"
-#      OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
 
This page took 0.151124 seconds and 4 git commands to generate.