update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Apache-ASP?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
c809ee8d84
commit
f169c447b1
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20da32f642bf76e845eef55b2e9fdde728fc96684e3d909e347822daa0d15d89
|
||||
size 515098
|
3
Apache-ASP-2.62.tar.gz
Normal file
3
Apache-ASP-2.62.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70c087aae90a5a087e9caa4ad63d5cfd3df74f69c15266817be78f815aa7b0e5
|
||||
size 514687
|
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: perl(MLDBM) perl(MLDBM::Sync)
|
||||
#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,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 19:09:49 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 2.62
|
||||
see /usr/share/doc/packages/perl-Apache-ASP/CHANGES
|
||||
|
||||
$MODULE=Apache::ASP; $VERSION = 2.62; $DATE="2011/08/16"
|
||||
|
||||
- Fixed 'application/x-www-form-urlencoded' for AJAX POSTs post
|
||||
Firefox 3.x
|
||||
|
||||
+ First sourceforge.net hosted version
|
||||
|
||||
+ Incremented version number to actually match SVN branch tag
|
||||
|
||||
+ Switched to Big-endian date format in the documentation.
|
||||
Less chance of misunderstandings
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 14 07:42:46 UTC 2011 - coolo@opensuse.org
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Apache-ASP (Version 2.61)
|
||||
# spec file for package perl-Apache-ASP
|
||||
#
|
||||
# Copyright (c) 2010 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -15,30 +15,26 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Apache-ASP
|
||||
Version: 2.61
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
Version: 2.62
|
||||
Release: 0
|
||||
%define cpan_name Apache-ASP
|
||||
Summary: Active Server Pages for Apache with mod_perl
|
||||
Url: http://search.cpan.org/dist/Apache-ASP/
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
Source: http://www.cpan.org/authors/id/C/CH/CHAMAS/%{cpan_name}-%{version}.tar.gz
|
||||
Url: http://search.cpan.org/dist/Apache-ASP/
|
||||
Source0: http://www.cpan.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(Carp)
|
||||
BuildRequires: perl(Class::Struct)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(Digest::MD5)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Fcntl)
|
||||
BuildRequires: perl(File::Basename)
|
||||
%{perl_requires}
|
||||
# MANUAL BEGIN
|
||||
BuildRequires: perl(MLDBM)
|
||||
BuildRequires: perl(MLDBM::Sync)
|
||||
BuildRequires: perl(SDBM_File)
|
||||
%{perl_requires}
|
||||
# MANUAL END
|
||||
|
||||
%description
|
||||
Apache::ASP provides an Active Server Pages port to the Apache Web Server
|
||||
@@ -64,6 +60,7 @@ issues please read the FAQ section.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
@@ -77,11 +74,8 @@ issues please read the FAQ section.
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc asp-perl CHANGES README
|
||||
%doc asp-perl CHANGES LICENSE README
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user