Accepting request 297496 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/297496 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Plugin-Static-Simple?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
b81667fd7c
commit
a99f94aabb
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:639c9f8adbe32151e199e5f07cac0ef53e1625bfdeaf7c47094adadb70d296d5
|
|
||||||
size 43427
|
|
3
Catalyst-Plugin-Static-Simple-0.33.tar.gz
Normal file
3
Catalyst-Plugin-Static-Simple-0.33.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5e5713b45d01495477609b9084c114f6238be1782923fd12d61ac00f97080ec1
|
||||||
|
size 44753
|
20
cpanspec.yml
Normal file
20
cpanspec.yml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#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_install: |-
|
||||||
|
# sed on %{name}.files
|
||||||
|
#license: SUSE-NonFree
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: -
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 16 19:17:40 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.33
|
||||||
|
see /usr/share/doc/packages/perl-Catalyst-Plugin-Static-Simple/Changes
|
||||||
|
|
||||||
|
0.33 2014-09-26 17:00 BST
|
||||||
|
- In the case where someone is trying to merge configurations
|
||||||
|
and some config sets use the depracated 'static' keyword, the
|
||||||
|
configs will be properly merged.
|
||||||
|
|
||||||
|
0.32 2014-06-04 17:00 EDT
|
||||||
|
- Sets 'autoflush' in the Catalyst Log object to false if
|
||||||
|
available. This is a new API being added in Catalyst as of
|
||||||
|
version 5.90065
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 21 14:33:18 UTC 2014 - mardnh@gmx.de
|
Mon Apr 21 14:33:18 UTC 2014 - mardnh@gmx.de
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Catalyst-Plugin-Static-Simple
|
# spec file for package perl-Catalyst-Plugin-Static-Simple
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,30 +17,29 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Catalyst-Plugin-Static-Simple
|
Name: perl-Catalyst-Plugin-Static-Simple
|
||||||
Version: 0.31
|
Version: 0.33
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Catalyst-Plugin-Static-Simple
|
%define cpan_name Catalyst-Plugin-Static-Simple
|
||||||
Summary: Make serving static pages painless
|
Summary: Make serving static pages painless
|
||||||
License: GPL-1.0+ or Artistic-1.0
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Catalyst-Plugin-Static-Simple/
|
Url: http://search.cpan.org/dist/Catalyst-Plugin-Static-Simple/
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/A/AB/ABRAXXA/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/J/JJ/JJNAPIORK/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Catalyst::Runtime) >= 5.80008
|
BuildRequires: perl(Catalyst::Runtime) >= 5.80008
|
||||||
BuildRequires: perl(MIME::Types) >= 2.03
|
BuildRequires: perl(MIME::Types) >= 2.03
|
||||||
BuildRequires: perl(Module::Pluggable) >= 5.1
|
|
||||||
BuildRequires: perl(Moose)
|
BuildRequires: perl(Moose)
|
||||||
BuildRequires: perl(MooseX::Types)
|
BuildRequires: perl(MooseX::Types)
|
||||||
BuildRequires: perl(namespace::autoclean)
|
BuildRequires: perl(namespace::autoclean)
|
||||||
Requires: perl(Catalyst::Runtime) >= 5.80008
|
Requires: perl(Catalyst::Runtime) >= 5.80008
|
||||||
Requires: perl(MIME::Types) >= 1.25
|
Requires: perl(MIME::Types) >= 2.03
|
||||||
Requires: perl(Module::Pluggable) >= 5.1
|
|
||||||
Requires: perl(Moose)
|
Requires: perl(Moose)
|
||||||
Requires: perl(MooseX::Types)
|
Requires: perl(MooseX::Types)
|
||||||
Requires: perl(namespace::autoclean)
|
Requires: perl(namespace::autoclean)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -76,6 +75,7 @@ content; for an example see the USING WITH APACHE manpage, below.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
find . -type f -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
@@ -89,11 +89,8 @@ content; for an example see the USING WITH APACHE manpage, below.
|
|||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(644,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes
|
%doc Changes
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user