- updated to 1.03
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CGI-Application-Plugin-DevPopup-Query?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
4e3bda0a7e
commit
f5ef02d658
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d1649b5589b1914802e537fc8a7e7ad6752705d97dfb8a759a9f2abe2f7ed0d4
|
|
||||||
size 3148
|
|
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 14 09:56:59 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
- updated to 1.03
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 21 14:31:28 UTC 2011 - coolo@novell.com
|
Fri Jan 21 14:31:28 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-CGI-Application-Plugin-DevPopup-Query (Version 1.02)
|
# spec file for package perl-CGI-Application-Plugin-DevPopup-Query (Version 1.03)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2011 SUSE LINUX Products 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
|
||||||
@@ -16,31 +16,32 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: perl-CGI-Application-Plugin-DevPopup-Query
|
Name: perl-CGI-Application-Plugin-DevPopup-Query
|
||||||
Version: 1.02
|
Version: 1.03
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
%define cpan_name CGI-Application-Plugin-DevPopup-Query
|
%define cpan_name CGI-Application-Plugin-DevPopup-Query
|
||||||
Summary: show CGI query in DevPopup window
|
Summary: show CGI query in DevPopup window
|
||||||
Url: http://search.cpan.org/dist/CGI-Application-Plugin-DevPopup-Query/
|
Url: http://search.cpan.org/dist/CGI-Application-Plugin-DevPopup-Query/
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
#Source: http://www.cpan.org/authors/id/S/ST/STRO/CGI-Application-Plugin-DevPopup-Query-%{version}.tar.gz
|
#Source: http://www.cpan.org/authors/id/S/ST/STRO/%{cpan_name}-%{version}.zip
|
||||||
Source: %{cpan_name}-%{version}.tar.bz2
|
Source: CGI-Application-Plugin-DevPopup-Query-1.03.tar.gz
|
||||||
BuildRequires: perl(CGI::Application::Plugin::DevPopup) >= 1.03
|
BuildArch: noarch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(CGI::Application::Plugin::DevPopup) >= 1.03
|
||||||
Requires: perl(CGI::Application::Plugin::DevPopup) >= 1.03
|
Requires: perl(CGI::Application::Plugin::DevPopup) >= 1.03
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module is a plugin for the CGI::Application::Plugin::DevPopup manpage.
|
This module is a plugin for CGI::Application::Plugin::DevPopup. Whenever
|
||||||
Whenever used, it creates a "CGI Query" section in the DevPopup output.
|
used, it creates two sections in the DevPopup output. First section,
|
||||||
This section contains a list of CGI query parameters and associated values
|
"*Current Run Mode*", shows name of run mode executed. Second section,
|
||||||
passed to your CGI::Application.
|
"*CGI Query*", contains a list of CGI query parameters and associated
|
||||||
|
values passed to your CGI::Application.
|
||||||
|
|
||||||
See the CGI::Application/query() manpage and the CGI manpage for more
|
See the CGI::Application/query() manpage and CGI.pm for more information
|
||||||
information about query parameters.
|
about query parameters.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
@@ -61,7 +62,7 @@ information about query parameters.
|
|||||||
%{__rm} -rf %{buildroot}
|
%{__rm} -rf %{buildroot}
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(644,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc CHANGES README
|
%doc CHANGES README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user