a9cd973414
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MIME-Charset?expand=0&rev=1
54 lines
1.3 KiB
RPMSpec
54 lines
1.3 KiB
RPMSpec
# vim: set sw=4 ts=4 et nu:
|
|
|
|
Name: perl-MIME-Charset
|
|
Version: 1.008
|
|
Release: 0
|
|
Summary: Charset Informations for MIME
|
|
Source: http://search.cpan.org/CPAN/authors/id/N/NE/NEZUMI/MIME-Charset-%{version}.tar.gz
|
|
URL: http://search.cpan.org/dist/MIME-Charset
|
|
Group: Development/Libraries/Perl
|
|
License: Perl License
|
|
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
|
%{perl_requires}
|
|
BuildRequires: perl-macros
|
|
BuildRequires: make
|
|
BuildRequires: perl(Test::More)
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
BuildRequires: perl(Encode) >= 1.98
|
|
Requires: perl(Encode) >= 1.98
|
|
%if 0%{?suse_version} >= 1120
|
|
BuildArch: noarch
|
|
%endif
|
|
|
|
%description
|
|
MIME::Charset provides informations about character sets used for MIME messages
|
|
on Internet.
|
|
|
|
%prep
|
|
%setup -q -n "MIME-Charset-%{version}"
|
|
%__sed -i '/^auto_install/d' Makefile.PL
|
|
|
|
%build
|
|
%__perl Makefile.PL PREFIX="%{_prefix}"
|
|
%__make %{?jobs:-j%{jobs}}
|
|
|
|
%install
|
|
%perl_make_install
|
|
%perl_process_packlist
|
|
|
|
%check
|
|
%__make test
|
|
|
|
%clean
|
|
%{?buildroot:%__rm -rf "%{buildroot}"}
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc Changes README GPL ARTISTIC
|
|
%dir %{perl_vendorlib}/MIME
|
|
%{perl_vendorlib}/MIME/Charset.pm
|
|
%{perl_vendorlib}/MIME/Charset
|
|
%doc %{perl_man3dir}/MIME::Charset.%{perl_man3ext}%{ext_man}
|
|
%doc %{perl_man3dir}/MIME::Charset::*.%{perl_man3ext}%{ext_man}
|
|
|