diff --git a/Apache-ASP-2.62.tar.gz b/Apache-ASP-2.62.tar.gz deleted file mode 100644 index a9543d1..0000000 --- a/Apache-ASP-2.62.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70c087aae90a5a087e9caa4ad63d5cfd3df74f69c15266817be78f815aa7b0e5 -size 514687 diff --git a/Apache-ASP-2.63.tar.gz b/Apache-ASP-2.63.tar.gz new file mode 100644 index 0000000..9b70f88 --- /dev/null +++ b/Apache-ASP-2.63.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5efdff6746c4124f2891272c93818172cc40ce427bc1bec12831caf88ff0ca11 +size 513869 diff --git a/perl-Apache-ASP.changes b/perl-Apache-ASP.changes index 72c1dee..bf236e6 100644 --- a/perl-Apache-ASP.changes +++ b/perl-Apache-ASP.changes @@ -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 diff --git a/perl-Apache-ASP.spec b/perl-Apache-ASP.spec index e8ef63c..baeec85 100644 --- a/perl-Apache-ASP.spec +++ b/perl-Apache-ASP.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,19 +17,23 @@ Name: perl-Apache-ASP -Version: 2.62 +Version: 2.63 Release: 0 %define cpan_name Apache-ASP 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 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 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(MLDBM) +BuildRequires: perl(MLDBM::Sync) +Requires: perl(MLDBM) +Requires: perl(MLDBM::Sync) %{perl_requires} # MANUAL BEGIN BuildRequires: perl(MLDBM) @@ -60,7 +64,7 @@ issues please read the FAQ section. %prep %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 %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -76,6 +80,6 @@ find . -type f -print0 | xargs -0 chmod 644 %files -f %{name}.files %defattr(-,root,root,755) -%doc asp-perl CHANGES LICENSE README +%doc asp-perl CHANGES README %changelog