Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 40743109ea225233398f3216f91f2205 > files > 2

perl-CGI-Panel-0.970.0-10.mga9.src.rpm

%define upstream_name    CGI-Panel
%define upstream_version 0.97

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 10

Summary:	CGI-Panel module for perl 
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		https://metacpan.org/release/%{upstream_name}
Source0:	https://cpan.metacpan.org/modules/by-module/CGI/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires:  perl(Apache::Session)
BuildRequires:  perl(CGI)
BuildArch:	noarch


%description
CGI::Panel allows applications to be built out of simple object-based
components. It'll handle the state of your data and objects so you can
write a web application just like a desktop app. You can forget about
the http requests and responses, whether we're getting or posting, and
all that stuff because that is all handled for you leaving to you
interact with a simple API.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
find . -type d -name CVS -exec rm -rf {} \; || :

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make_build
make test

%install
%make_install

%files
%doc Changes demo LICENSE README TODO
%{perl_vendorlib}/CGI/Panel
%{perl_vendorlib}/CGI/Panel.pm
%{_mandir}/*/*

%changelog
* Tue Nov 01 2022 umeabot <umeabot> 0.970.0-10.mga9
+ Revision: 1901141
- Mageia 9 Mass Rebuild

* Wed Feb 12 2020 umeabot <umeabot> 0.970.0-9.mga8
+ Revision: 1493492
- Mageia 8 Mass Rebuild
+ wally <wally>
- replace deprecated %%makeinstall_std

* Wed Sep 19 2018 umeabot <umeabot> 0.970.0-8.mga7
+ Revision: 1266029
- Mageia 7 Mass Rebuild

* Sat Jun 18 2016 pterjan <pterjan> 0.970.0-7.mga6
+ Revision: 1023815
- Rebuild for perl 5.22.2

* Fri Jan 29 2016 umeabot <umeabot> 0.970.0-6.mga6
+ Revision: 928735
- Mageia 6 Mass Rebuild
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 0.970.0-4.mga5
+ Revision: 683651
- Mageia 5 Mass Rebuild

* Fri Oct 18 2013 umeabot <umeabot> 0.970.0-3.mga4
+ Revision: 509488
- Mageia 4 Mass Rebuild

* Sun Jan 13 2013 umeabot <umeabot> 0.970.0-2.mga3
+ Revision: 363539
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Mon Jan 24 2011 jquelin <jquelin> 0.970.0-1.mga1
+ Revision: 36151
- mageia rebuild
- imported package perl-CGI-Panel