Accepting request 587798 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/587798
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Apache-ASP?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2018-04-04 10:12:29 +00:00
committed by Git OBS Bridge
parent f169c447b1
commit 851d93842d
4 changed files with 19 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:70c087aae90a5a087e9caa4ad63d5cfd3df74f69c15266817be78f815aa7b0e5
size 514687

3
Apache-ASP-2.63.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5efdff6746c4124f2891272c93818172cc40ce427bc1bec12831caf88ff0ca11
size 513869

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 16 06:02:16 UTC 2018 - coolo@suse.com
- updated to 2.63
see /usr/share/doc/packages/perl-Apache-ASP/CHANGES
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 17 19:09:49 UTC 2015 - coolo@suse.com Fri Apr 17 19:09:49 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Apache-ASP # spec file for package perl-Apache-ASP
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 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,19 +17,23 @@
Name: perl-Apache-ASP Name: perl-Apache-ASP
Version: 2.62 Version: 2.63
Release: 0 Release: 0
%define cpan_name Apache-ASP %define cpan_name Apache-ASP
Summary: Active Server Pages for Apache with mod_perl Summary: Active Server Pages for Apache with mod_perl
License: GPL-1.0+ or Artistic-1.0 License: GPL-1.0-or-later OR Artistic-1.0
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Apache-ASP/ Url: http://search.cpan.org/dist/Apache-ASP/
Source0: http://www.cpan.org/authors/id/C/CH/CHAMAS/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/C/CH/CHAMAS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(MLDBM)
BuildRequires: perl(MLDBM::Sync)
Requires: perl(MLDBM)
Requires: perl(MLDBM::Sync)
%{perl_requires} %{perl_requires}
# MANUAL BEGIN # MANUAL BEGIN
BuildRequires: perl(MLDBM) BuildRequires: perl(MLDBM)
@@ -60,7 +64,7 @@ issues please read the FAQ section.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -76,6 +80,6 @@ find . -type f -print0 | xargs -0 chmod 644
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc asp-perl CHANGES LICENSE README %doc asp-perl CHANGES README
%changelog %changelog