Stephan Kulow
2015-04-17 19:13:54 +00:00
committed by Git OBS Bridge
parent c809ee8d84
commit f169c447b1
5 changed files with 55 additions and 23 deletions

View File

@@ -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
View File

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

20
cpanspec.yml Normal file
View 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

View File

@@ -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 Thu Apr 14 07:42:46 UTC 2011 - coolo@opensuse.org

View File

@@ -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 # 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
@@ -15,30 +15,26 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: perl-Apache-ASP Name: perl-Apache-ASP
Version: 2.61 Version: 2.62
Release: 1 Release: 0
License: GPL+ or Artistic
%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
Url: http://search.cpan.org/dist/Apache-ASP/ License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl 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 BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Carp) %{perl_requires}
BuildRequires: perl(Class::Struct) # MANUAL BEGIN
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Digest::MD5)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Fcntl)
BuildRequires: perl(File::Basename)
BuildRequires: perl(MLDBM) BuildRequires: perl(MLDBM)
BuildRequires: perl(MLDBM::Sync) BuildRequires: perl(MLDBM::Sync)
BuildRequires: perl(SDBM_File) # MANUAL END
%{perl_requires}
%description %description
Apache::ASP provides an Active Server Pages port to the Apache Web Server Apache::ASP provides an Active Server Pages port to the Apache Web Server
@@ -64,6 +60,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
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -77,11 +74,8 @@ issues please read the FAQ section.
%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(-,root,root,755) %defattr(-,root,root,755)
%doc asp-perl CHANGES README %doc asp-perl CHANGES LICENSE README
%changelog %changelog