From bf7bb460776b16b9a302cba79ad50596ee5d325434e97a20a203e49e3de46bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 3 May 2024 18:26:18 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main perl-LWP-MediaTypes revision f8157d5f19e0849c79dd09ee112180c8 --- .gitattributes | 23 +++++++ LWP-MediaTypes-6.04.tar.gz | 3 + cpanspec.yml | 28 +++++++++ perl-LWP-MediaTypes.changes | 19 ++++++ perl-LWP-MediaTypes.spec | 118 ++++++++++++++++++++++++++++++++++++ 5 files changed, 191 insertions(+) create mode 100644 .gitattributes create mode 100644 LWP-MediaTypes-6.04.tar.gz create mode 100644 cpanspec.yml create mode 100644 perl-LWP-MediaTypes.changes create mode 100644 perl-LWP-MediaTypes.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/LWP-MediaTypes-6.04.tar.gz b/LWP-MediaTypes-6.04.tar.gz new file mode 100644 index 0000000..6151715 --- /dev/null +++ b/LWP-MediaTypes-6.04.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1bca12dab16a1c2a7c03a49c5e58cce41a6fec9519f0aadfba8dad997919d9 +size 40000 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-LWP-MediaTypes.changes b/perl-LWP-MediaTypes.changes new file mode 100644 index 0000000..615f222 --- /dev/null +++ b/perl-LWP-MediaTypes.changes @@ -0,0 +1,19 @@ +------------------------------------------------------------------- +Thu Mar 21 06:15:07 UTC 2019 - Stephan Kulow + +- updated to 6.04 + see /usr/share/doc/packages/perl-LWP-MediaTypes/Changes + +------------------------------------------------------------------- +Mon Feb 20 10:48:49 UTC 2012 - coolo@suse.com + +- updated to 6.02 + * Update the media.types database + * Restore perl-5.6 compatiblity. + +------------------------------------------------------------------- +Mon Mar 14 11:57:10 UTC 2011 - vcizek@novell.com + +- initial package 6.01 + * created by cpanspec 1.78.03 + diff --git a/perl-LWP-MediaTypes.spec b/perl-LWP-MediaTypes.spec new file mode 100644 index 0000000..626d46d --- /dev/null +++ b/perl-LWP-MediaTypes.spec @@ -0,0 +1,118 @@ +# +# spec file for package perl-LWP-MediaTypes +# +# Copyright (c) 2019 SUSE LINUX 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 https://bugs.opensuse.org/ +# + + +Name: perl-LWP-MediaTypes +Version: 6.04 +Release: 0 +%define cpan_name LWP-MediaTypes +Summary: Guess media type for a file or a URL +License: Artistic-1.0 OR GPL-1.0-or-later +Group: Development/Libraries/Perl +Url: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: perl +BuildRequires: perl-macros +BuildRequires: perl(Test::Fatal) +%{perl_requires} + +%description +This module provides functions for handling media (also known as MIME) +types and encodings. The mapping from file extensions to media types is +defined by the _media.types_ file. If the _~/.media.types_ file exists it +is used instead. For backwards compatibility we will also look for +_~/.mime.types_. + +The following functions are exported by default: + +* guess_media_type( $filename ) + +* guess_media_type( $uri ) + +* guess_media_type( $filename_or_object, $header_to_modify ) + +This function tries to guess media type and encoding for a file or objects +that support the a 'path' or 'filename' method, eg, URI or File::Temp +objects. When an object does not support either method, it will be +stringified to determine the filename. It returns the content type, which +is a string like '"text/html"'. In array context it also returns any +content encodings applied (in the order used to encode the file). You can +pass a URI object reference, instead of the file name. + +If the type can not be deduced from looking at the file name, then +guess_media_type() will let the '-T' Perl operator take a look. If this +works (and '-T' returns a TRUE value) then we return _text/plain_ as the +type, otherwise we return _application/octet-stream_ as the type. + +The optional second argument should be a reference to a HTTP::Headers +object or any object that implements the $obj->header method in a similar +way. When it is present the values of the 'Content-Type' and +'Content-Encoding' will be set for this header. + +* media_suffix( $type, ... ) + +This function will return all suffixes that can be used to denote the +specified media type(s). Wildcard types can be used. In a scalar context it +will return the first suffix found. Examples: + + @suffixes = media_suffix('image/*', 'audio/basic'); + $suffix = media_suffix('text/html'); + +The following functions are only exported by explicit request: + +* add_type( $type, @exts ) + +Associate a list of file extensions with the given media type. Example: + + add_type("x-world/x-vrml" => qw(wrl vrml)); + +* add_encoding( $type, @ext ) + +Associate a list of file extensions with an encoding type. Example: + + add_encoding("x-gzip" => "gz"); + +* read_media_types( @files ) + +Parse media types files and add the type mappings found there. Example: + + read_media_types("conf/mime.types"); + +%prep +%setup -q -n %{cpan_name}-%{version} + +%build +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%check +make test + +%install +%perl_make_install +%perl_process_packlist +%perl_gen_filelist + +%files -f %{name}.files +%defattr(-,root,root,755) +%doc Changes README +%license LICENSE + +%changelog