Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 294523 Details for
Bug 432289
Use system /etc/mime.types instead of an outdated private copy
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Use system /etc/mime.types instead of an outdate private copy
lwp-mediatypes.patch (text/plain), 1.60 KB, created by
Ville Skyttä
on 2008-02-10 23:03:15 UTC
(
hide
)
Description:
Use system /etc/mime.types instead of an outdate private copy
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2008-02-10 23:03:15 UTC
Size:
1.60 KB
patch
obsolete
>Index: perl-libwww-perl.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/perl-libwww-perl/devel/perl-libwww-perl.spec,v >retrieving revision 1.23 >diff -u -r1.23 perl-libwww-perl.spec >--- perl-libwww-perl.spec 25 Jan 2008 02:44:27 -0000 1.23 >+++ perl-libwww-perl.spec 10 Feb 2008 23:02:32 -0000 >@@ -1,6 +1,6 @@ > Name: perl-libwww-perl > Version: 5.808 >-Release: 5%{?dist} >+Release: 6%{?dist} > Summary: A Perl interface to the World-Wide Web > > Group: Development/Libraries >@@ -18,9 +18,11 @@ > > BuildArch: noarch > BuildRequires: perl(HTML::Entities), perl(URI), perl(Test::More), perl(ExtUtils::MakeMaker) >+BuildRequires: mailcap > Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) > Requires: perl(Compress::Zlib) > Requires: perl-HTML-Parser >= 3.33 >+Requires: mailcap > > > %description >@@ -79,6 +81,15 @@ > mv -f "${file}_" "$file" > done > >+# Use system wide MIME types (link also to blib/... for "make test"). Doing >+# this stuff before "make install" would not cause the symlink to be packaged >+# but a copy of /etc/mime.types. >+for file in {blib/lib,$RPM_BUILD_ROOT%{perl_vendorlib}}/LWP/media.types ; do >+ [ ! -f $file ] && echo ERROR && exit 1 >+ ln -sf /etc/mime.types $file >+done >+ >+ > %check > make test > >@@ -105,6 +116,9 @@ > > > %changelog >+* Mon Feb 11 2008 Ville Skyttä <ville.skytta at iki.fi> - 5.808-6 >+- Use system /etc/mime.types instead of an outdated private copy. >+ > * Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 5.808-5 > - rebuild for new perl >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 432289
: 294523