forked from perl/perl-HTTP-Message
		
	Accepting request 64416 from devel:languages:perl
Accepted submit request 64416 from user vitezslav_cizek OBS-URL: https://build.opensuse.org/request/show/64416 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTTP-Message?expand=0&rev=1
This commit is contained in:
		
							
								
								
									
										23
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -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 | ||||||
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | |||||||
|  | .osc | ||||||
							
								
								
									
										3
									
								
								HTTP-Message-6.01.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								HTTP-Message-6.01.tar.gz
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | |||||||
|  | version https://git-lfs.github.com/spec/v1 | ||||||
|  | oid sha256:9f78b6df5330c3aad331101a4f96868c3c9a0030fe52b171b8a591c4c0af619f | ||||||
|  | size 49165 | ||||||
							
								
								
									
										13
									
								
								perl-HTTP-Message.changes
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								perl-HTTP-Message.changes
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | |||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Wed Mar 16 23:30:10 UTC 2011 - chris@computersalat.de | ||||||
|  |  | ||||||
|  | - fix deps | ||||||
|  |   o perl(Encode), perl(IO::Compress::Bzip2) and other subs,  | ||||||
|  |   o perl(MIME::Base64), perl(MIME::QuotedPrint) | ||||||
|  |  | ||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Mon Mar 14 10:17:03 UTC 2011 - vcizek@novell.com | ||||||
|  |  | ||||||
|  | - initial package 6.01 | ||||||
|  |   * created by cpanspec 1.78.03 | ||||||
|  |  | ||||||
							
								
								
									
										91
									
								
								perl-HTTP-Message.spec
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										91
									
								
								perl-HTTP-Message.spec
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,91 @@ | |||||||
|  | # | ||||||
|  | # spec file for package perl-HTTP-Message | ||||||
|  | # | ||||||
|  | # Copyright (c) 2011 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/ | ||||||
|  | # | ||||||
|  |  | ||||||
|  | Name:           perl-HTTP-Message | ||||||
|  | %define cpan_name HTTP-Message | ||||||
|  | Summary:        HTTP style message (base class) | ||||||
|  | Version:        6.01 | ||||||
|  | Release:        1 | ||||||
|  | License:        GPL+ or Artistic | ||||||
|  | Group:          Development/Libraries/Perl | ||||||
|  | Url:            http://search.cpan.org/dist/HTTP-Message/ | ||||||
|  | Source:         http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Message-%{version}.tar.gz | ||||||
|  | BuildArch:      noarch | ||||||
|  | BuildRoot:      %{_tmppath}/%{name}-%{version}-build | ||||||
|  | BuildRequires:  perl | ||||||
|  | BuildRequires:  perl-macros | ||||||
|  | BuildRequires:  perl(Compress::Raw::Zlib) | ||||||
|  | BuildRequires:  perl(Encode) >= 2.12 | ||||||
|  | BuildRequires:  perl(Encode::Locale) >= 1 | ||||||
|  | BuildRequires:  perl(HTML::Parser) >= 3.33 | ||||||
|  | BuildRequires:  perl(HTTP::Date) >= 6 | ||||||
|  | BuildRequires:  perl(IO::Compress::Bzip2) | ||||||
|  | BuildRequires:  perl(IO::Compress::Deflate) | ||||||
|  | BuildRequires:  perl(IO::Compress::Gzip) | ||||||
|  | BuildRequires:  perl(IO::Uncompress::Bunzip2) | ||||||
|  | BuildRequires:  perl(IO::Uncompress::Gunzip) | ||||||
|  | BuildRequires:  perl(IO::Uncompress::Inflate) | ||||||
|  | BuildRequires:  perl(IO::Uncompress::RawInflate) | ||||||
|  | BuildRequires:  perl(MIME::Base64) >= 2.1 | ||||||
|  | BuildRequires:  perl(MIME::QuotedPrint) | ||||||
|  | BuildRequires:  perl(LWP::MediaTypes) >= 6 | ||||||
|  | BuildRequires:  perl(URI) >= 1.10 | ||||||
|  | Requires:       perl(Compress::Raw::Zlib) | ||||||
|  | Requires:       perl(Encode) >= 2.12 | ||||||
|  | Requires:       perl(Encode::Locale) >= 1 | ||||||
|  | Requires:       perl(HTML::Parser) >= 3.33 | ||||||
|  | Requires:       perl(HTTP::Date) >= 6 | ||||||
|  | Requires:       perl(IO::Compress::Bzip2) | ||||||
|  | Requires:       perl(IO::Compress::Deflate) | ||||||
|  | Requires:       perl(IO::Compress::Gzip) | ||||||
|  | Requires:       perl(IO::Uncompress::Bunzip2) | ||||||
|  | Requires:       perl(IO::Uncompress::Gunzip) | ||||||
|  | Requires:       perl(IO::Uncompress::Inflate) | ||||||
|  | Requires:       perl(IO::Uncompress::RawInflate) | ||||||
|  | Requires:       perl(MIME::Base64) >= 2.1 | ||||||
|  | Requires:       perl(MIME::QuotedPrint) | ||||||
|  | Requires:       perl(LWP::MediaTypes) >= 6 | ||||||
|  | Requires:       perl(URI) >= 1.10 | ||||||
|  | %{perl_requires} | ||||||
|  |  | ||||||
|  | %description | ||||||
|  | An 'HTTP::Message' object contains some headers and a content body. The | ||||||
|  | following methods are available: | ||||||
|  |  | ||||||
|  | %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 | ||||||
|  |  | ||||||
|  | %clean | ||||||
|  | %{__rm} -rf %{buildroot} | ||||||
|  |  | ||||||
|  | %files -f %{name}.files | ||||||
|  | %defattr(644,root,root,755) | ||||||
|  | %doc Changes README | ||||||
|  |  | ||||||
|  | %changelog | ||||||
		Reference in New Issue
	
	Block a user