File perl-CGI-Application.spec of Package perl-CGI-Application

#
# spec file for package perl-CGI-Application (Version 4.31)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           perl-CGI-Application
Version:        4.31
Release:        10
Provides:       CGI-Application
AutoReqProv:    on
Group:          Development/Libraries/Perl
License:        Artistic License ..
Url:            http://search.cpan.org/~jerlbaum/CGI-Application
Summary:        Framework for building reusable web-applications
Source:         CGI-Application-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl-macros

%description
CGI::Application is intended to make it easier to create sophisticated,
reusable web-based applications.

This module implements a methodology which, if followed, will make your
web software easier to design, easier to document, easier to write, and
easier to evolve.

CGI::Application builds on standard, non-proprietary technologies and
techniques, such as the Common Gateway Interface and Lincoln D. Stein's
excellent CGI.pm module. CGI::Application judiciously avoids employing
technologies and techniques which would bind a developer to any one set
of tools, operating system or web server.



Authors:
--------
    Jesse Erlbaum <jesse@erlbaum.net>

%prep
%setup -n CGI-Application-%{version}

%build
perl Makefile.PL 
make %{?_smp_mflags}

%install
make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_process_packlist

%clean
rm -rf $RPM_BUILD_ROOT

%files 
%defattr(-, root, root)
%doc Examples Changes README ARTISTIC GPL
%doc %{_mandir}/man?/*
%{perl_vendorlib}/CGI
%{perl_vendorarch}/auto/CGI

%changelog
openSUSE Build Service is sponsored by