fd0373
# Use system-wide mailcap database
fd0373
%bcond_without perl_LWP_MediaTypes_enables_mailcap
fd0373
fd0373
Name:           perl-LWP-MediaTypes
fd0373
Version:        6.02
fd0373
Release:        14%{?dist}
fd0373
Summary:        Guess media type for a file or a URL
fd0373
License:        (GPL+ or Artistic) and Public Domain
fd0373
Group:          Development/Libraries
fd0373
URL:            http://search.cpan.org/dist/LWP-MediaTypes/
fd0373
Source0:        http://www.cpan.org/authors/id/G/GA/GAAS/LWP-MediaTypes-%{version}.tar.gz
fd0373
BuildArch:      noarch
fd0373
BuildRequires:  perl-generators
fd0373
BuildRequires:  perl(Exporter)
fd0373
BuildRequires:  perl(ExtUtils::MakeMaker)
fd0373
BuildRequires:  perl(File::Basename)
fd0373
# Tests only:
fd0373
BuildRequires:  perl(Test)
fd0373
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
fd0373
Requires:       perl(File::Basename)
fd0373
%if %{with perl_LWP_MediaTypes_enables_mailcap}
fd0373
Requires:       mailcap
fd0373
%endif
fd0373
Conflicts:      perl-libwww-perl < 6
fd0373
fd0373
%description
fd0373
This module provides functions for handling media (also known as MIME)
fd0373
types and encodings. The mapping from file extensions to media types is
fd0373
defined by the media.types file. If the ~/.media.types file exists it is
fd0373
used instead. For backwards compatibility we will also look for
fd0373
~/.mime.types.
fd0373
fd0373
%prep
fd0373
%setup -q -n LWP-MediaTypes-%{version}
fd0373
%if %{with perl_LWP_MediaTypes_enables_mailcap}
fd0373
# Use system-wide mailcap database
fd0373
sed -i -e '/my @priv_files = ();/ s|()|("%{_sysconfdir}/mime.types")|' \
fd0373
    lib/LWP/MediaTypes.pm
fd0373
%endif
fd0373
fd0373
%build
fd0373
perl Makefile.PL INSTALLDIRS=vendor
fd0373
make %{?_smp_mflags}
fd0373
fd0373
%install
fd0373
make pure_install DESTDIR=%{buildroot}
fd0373
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
fd0373
%{_fixperms} %{buildroot}/*
fd0373
fd0373
%check
fd0373
make test
fd0373
fd0373
%files
fd0373
%doc Changes README
fd0373
%{perl_vendorlib}/*
fd0373
%{_mandir}/man3/*
fd0373
fd0373
%changelog
fd0373
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.02-14
fd0373
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
fd0373
fd0373
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.02-13
fd0373
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
fd0373
fd0373
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 6.02-12
fd0373
- Perl 5.26 rebuild
fd0373
fd0373
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.02-11
fd0373
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
fd0373
fd0373
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 6.02-10
fd0373
- Perl 5.24 rebuild
fd0373
fd0373
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 6.02-9
fd0373
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
fd0373
fd0373
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.02-8
fd0373
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
fd0373
fd0373
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 6.02-7
fd0373
- Perl 5.22 rebuild
fd0373
fd0373
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 6.02-6
fd0373
- Perl 5.20 rebuild
fd0373
fd0373
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.02-5
fd0373
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
fd0373
fd0373
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.02-4
fd0373
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
fd0373
fd0373
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 6.02-3
fd0373
- Perl 5.18 rebuild
fd0373
fd0373
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.02-2
fd0373
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
fd0373
fd0373
* Thu Nov 22 2012 Petr Šabata <contyk@redhat.com> - 6.02-1
fd0373
- 6.02 bump
fd0373
- Drop command macros
fd0373
- Modernize the spec
fd0373
- Correct the Lincense tag
fd0373
fd0373
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.01-6
fd0373
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
fd0373
fd0373
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 6.01-5
fd0373
- Perl 5.16 rebuild
fd0373
fd0373
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.01-4
fd0373
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
fd0373
fd0373
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 6.01-3
fd0373
- Perl mass rebuild
fd0373
fd0373
* Thu Mar 17 2011 Petr Pisar <ppisar@redhat.com> - 6.01-2
fd0373
- Use MIME type database from mailcap
fd0373
fd0373
* Thu Mar 17 2011 Petr Pisar <ppisar@redhat.com> 6.01-1
fd0373
- Specfile autogenerated by cpanspec 1.78.
fd0373
- Remove BuildRoot stuff
fd0373
- Conflicts with perl-libwww-perl 5* and older