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,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