Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 636429f12a096b6d543f01a4709825a4 > files > 2

perl-Padre-Plugin-Nopaste-0.60.0-2.mga3.src.rpm

%define upstream_name    Padre-Plugin-Nopaste
%define upstream_version 0.06

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

Summary:    Send code on a nopaste website from padre
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Padre/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(App::Nopaste) >= 0.350.0
BuildRequires: perl(Carp) >= 1.260.0
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.590.0
BuildRequires: perl(Moo) >= 1.0.3
BuildRequires: perl(Padre) >= 0.960.0
BuildRequires: perl(Test::More) >= 0.980.0
BuildRequires: perl(Test::Pod) >= 1.450.0
BuildRequires: perl(Test::Pod::Coverage) >= 1.80.0
BuildRequires: perl(Try::Tiny) >= 0.110.0
BuildRequires: perl(strictures) >= 1.4.1
BuildArch:  noarch

Requires:   perl(parent)
%description
This plugin allows one to send stuff from Padre to a nopaste website with
Ctrl+Shift+V, allowing for easy code / whatever sharing without having to
open a browser.

It is using 'App::Nopaste' underneath, so check this module's pod for more
information.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

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

%check
#make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.yml MYMETA.yml README
%{_mandir}/man3/*
%perl_vendorlib/*

%changelog

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

* Wed Sep 26 2012 jquelin <jquelin> 0.60.0-1.mga3
+ Revision: 298083
- update to 0.06

* Mon Jan 24 2011 jquelin <jquelin> 0.3.1-1.mga1
+ Revision: 37626
- mageia rebuild
- imported package perl-Padre-Plugin-Nopaste