]> git.pld-linux.org Git - packages/perl-MIME-Charset.git/blobdiff - perl-MIME-Charset.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-MIME-Charset.git] / perl-MIME-Charset.spec
index 3844c6bd8b34c691ac4cad9246fd58047bde8bc0..eca92c47c5c213614e87033ac8e26b2980da11f7 100644 (file)
@@ -1,61 +1,57 @@
 #
-############################################################
-#
-# NOTE
-# - use the SOURCES/pldcpan.pl script for new perl packages
-#   also available in pldcpan package.
-#
-############################################################
-#
 # Conditional build:
 %bcond_without autodeps        # don't BR packages needed only for resolving deps
 %bcond_without tests   # do not perform "make test"
 #
-%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
+Version:       1.012.2
+Release:       1
+# same as perl
+License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/MIME/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: a764906fe10ca4b61badbc2a00cc58fc
+# Source0-md5: 71440416376248c31aa3bef753fae28d
 URL:           http://search.cpan.org/dist/MIME-Charset/
-BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: perl-Encode >= 1:1.98
+BuildRequires: perl-devel >= 1:5.8.1
 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
+       INSTALLDIRS=vendor \
+       --skipdeps
 
 %{__make}
-# if module isn't noarch, use:
-# %{__make} \
-#      CC="%{__cc}"
-#      OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_mandir}/ja/man3
 
 %{__make} pure_install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%{__rm} $RPM_BUILD_ROOT%{perl_vendorlib}/POD2/JA/MIME/Charset.pod
+%{__mv} $RPM_BUILD_ROOT%{_mandir}/man3/POD2::JA::MIME::Charset.3pm $RPM_BUILD_ROOT%{_mandir}/ja/man3/MIME::Charset.3pm
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -65,6 +61,7 @@ rm -rf $RPM_BUILD_ROOT
 %{perl_vendorlib}/MIME/Charset.pm
 %dir %{perl_vendorlib}/MIME/Charset
 %{perl_vendorlib}/MIME/Charset/Defaults.pm.sample
-%{perl_vendorlib}/MIME/Charset/JA_JP.pod
 %{perl_vendorlib}/MIME/Charset/_Compat.pm
-%{_mandir}/man3/*
+%{perl_vendorlib}/MIME/Charset/UTF.pm
+%{_mandir}/man3/MIME::Charset.3pm*
+%lang(ja) %{_mandir}/ja/man3/MIME::Charset.3pm*
This page took 0.95431 seconds and 4 git commands to generate.