Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
OBS:Server:2.6
rubygem-mime-types
rubygem-mime-types.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rubygem-mime-types.spec of Package rubygem-mime-types
# # spec file for package rubygem-mime-types # # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # # This file was generated with a gem2rpm.yml and not just plain gem2rpm. # All sections marked as MANUAL, license headers, summaries and descriptions # can be maintained in that file. Please consult this file before editing any # of those fields # Name: rubygem-mime-types Version: 2.4.1 Release: 0 %define mod_name mime-types %define mod_full_name %{mod_name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: %{ruby >= 1.9.2} BuildRequires: %{rubygem gem2rpm} BuildRequires: %{rubygem rdoc > 3.10} BuildRequires: ruby-macros >= 5 Url: https://github.com/halostatue/mime-types/ Source: http://rubygems.org/gems/%{mod_full_name}.gem Source1: gem2rpm.yml Summary: The mime-types library provides a library and registry for License: MIT and Artistic-2.0 and GPL-2.0 Group: Development/Languages/Ruby %description The mime-types library provides a library and registry for information about MIME content type definitions. It can be used to determine defined filename extensions for MIME types, or to use filename extensions to look up the likely MIME type definitions. MIME content types are used in MIME-compliant communications, as in e-mail or HTTP traffic, to indicate the type of content which is transmitted. The mime-types library provides the ability for detailed information about MIME entities (provided as an enumerable collection of MIME::Type objects) to be determined and used programmatically. There are many types defined by RFCs and vendors, so the list is long but by definition incomplete; don't hesitate to to add additional type definitions (see Contributing.rdoc). The primary sources for MIME type definitions found in mime-types is the IANA collection of registrations (see below for the link), RFCs, and W3C recommendations. This is release 2.4.1 (2.4 was pulled), fixing a bug in observed use of the mime-types library where extensions were not previously sorted, such that MIME::Types.of('image.jpg').first.extensions.first returned a value of +jpeg+ in mime-types 1, but +jpe+ in mime-types 2. This was introduced because extensions were sorted during assignment (MIME::Type#extensions=). This behaviour has been reverted to protect clients that work as noted above. The preferred way to express this is the new method: MIME::Type.of('image.jpg').first.preferred_extension Łukasz Śliwa created the {friendly_mime}[https://github.com/lukaszsliwa/friendly_mime] gem, which offers friendly descriptive names for MIME types. This functionality and English-language data has been added to mime-types as MIME::Type#friendly. To make it easy for internationalization, MIME::Type#i18n_key has been added, which will return a key suitable for use with the {I18n}[https://github.com/svenfuchs/i18n] library. As a reminder, mime-types 2.x is no longer compatible with Ruby 1.8 and mime-types 1.x is only being maintained for security issues. No new MIME types or features will be added. mime-types (previously called MIME::Types for Ruby) was originally based on MIME::Types for Perl by Mark Overmeer, copyright 2001 - 2009. It is built to conform to the MIME types of RFCs 2045 and 2231. It tracks the {IANA Media Types registry}[https://www.iana.org/assignments/media-types/media-types.xhtml] with some types added by the users of mime-types. %prep %build %install %gem_install \ --doc-files="History.rdoc README.rdoc" \ -f %gem_packages %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor