Author: iarnell Update of /cvs/pkgs/rpms/perl-App-Nopaste/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13897/F-11 Modified Files: .cvsignore sources Added Files: perl-App-Nopaste.spec Log Message: initial import --- NEW FILE perl-App-Nopaste.spec --- Name: perl-App-Nopaste Version: 0.10 Release: 1%{?dist} Summary: Easy access to any pastebin License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/App-Nopaste/ Source0: http://www.cpan.org/authors/id/S/SA/SARTAK/App-Nopaste-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Pluggable) BuildRequires: perl(Moose) BuildRequires: perl(MooseX::Getopt) BuildRequires: perl(Test::More) BuildRequires: perl(WWW::Mechanize) # necessary for optional modules BuildRequires: perl(Clipboard) BuildRequires: perl(Config::INI::Reader) BuildRequires: perl(Git) BuildRequires: perl(WWW::Pastebin::PastebinCom::Create) BuildRequires: perl(WWW::Pastebin::RafbNet::Create) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # autoreq doesn't catch this Requires: perl(MooseX::Getopt) # necessary for optional modules Requires: perl(Clipboard) Requires: perl(Config::INI::Reader) Requires: perl(Git) Requires: perl(WWW::Pastebin::PastebinCom::Create) Requires: perl(WWW::Pastebin::RafbNet::Create) %description Pastebins (also known as nopaste sites) let you post text, usually code, for public viewing. They're used a lot in IRC channels to show code that would normally be too long to give directly in the channel (hence the name nopaste). %prep %setup -q -n App-Nopaste-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/* %{_bindir}/* %{_mandir}/man1/* %{_mandir}/man3/* %changelog * Sun Apr 19 2009 Iain Arnell <iarnell@xxxxxxxxx> 0.10-1 - Specfile autogenerated by cpanspec 1.77. - add requires for optional modules - add bindir and man1 to files Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-App-Nopaste/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 30 Apr 2009 05:00:58 -0000 1.1 +++ .cvsignore 30 Apr 2009 07:18:16 -0000 1.2 @@ -0,0 +1 @@ +App-Nopaste-0.10.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-App-Nopaste/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 30 Apr 2009 05:00:58 -0000 1.1 +++ sources 30 Apr 2009 07:18:16 -0000 1.2 @@ -0,0 +1 @@ +78d560ad4fb67cb8ceb0d84c4de40ed0 App-Nopaste-0.10.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list