rpms/perl-App-Daemon/F-11 perl-App-Daemon.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-30 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-App-Daemon/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11581/F-11

Modified Files:
.cvsignore sources 
Added Files:
perl-App-Daemon.spec 
Log Message:
initial import


--- NEW FILE perl-App-Daemon.spec ---
Name:   perl-App-Daemon
Version:0.06
Release:1%{?dist}
Summary:Start an Application as a Daemon
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/App-Daemon/
Source0:
http://www.cpan.org/authors/id/M/MS/MSCHILLI/App-Daemon-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(File::Pid)
BuildRequires:  perl(Log::Log4perl) >= 1.0
BuildRequires:  perl(Proc::ProcessTable)
BuildRequires:  perl(Test::More)
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%description
App::Daemon helps running an application as a daemon.

%prep
%setup -q -n App-Daemon-%{version}
chmod 644 eg/*
sed -i -e 's!/usr/local!/usr!' eg/*

%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 README eg
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Apr 10 2009 Iain Arnell 0.06-1
- Specfile autogenerated by cpanspec 1.77.
- remove explicit requires
- add eg to docs


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-App-Daemon/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  30 Apr 2009 04:49:22 -  1.1
+++ .cvsignore  30 Apr 2009 07:11:17 -  1.2
@@ -0,0 +1 @@
+App-Daemon-0.06.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-App-Daemon/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 04:49:22 -  1.1
+++ sources 30 Apr 2009 07:11:18 -  1.2
@@ -0,0 +1 @@
+475859e3fa7f67c2dfd4d5d8bea1475d  App-Daemon-0.06.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-App-Daemon/F-10 perl-App-Daemon.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-30 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-App-Daemon/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11581/F-10

Modified Files:
.cvsignore sources 
Added Files:
perl-App-Daemon.spec 
Log Message:
initial import


--- NEW FILE perl-App-Daemon.spec ---
Name:   perl-App-Daemon
Version:0.06
Release:1%{?dist}
Summary:Start an Application as a Daemon
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/App-Daemon/
Source0:
http://www.cpan.org/authors/id/M/MS/MSCHILLI/App-Daemon-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(File::Pid)
BuildRequires:  perl(Log::Log4perl) >= 1.0
BuildRequires:  perl(Proc::ProcessTable)
BuildRequires:  perl(Test::More)
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%description
App::Daemon helps running an application as a daemon.

%prep
%setup -q -n App-Daemon-%{version}
chmod 644 eg/*
sed -i -e 's!/usr/local!/usr!' eg/*

%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 README eg
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Apr 10 2009 Iain Arnell 0.06-1
- Specfile autogenerated by cpanspec 1.77.
- remove explicit requires
- add eg to docs


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-App-Daemon/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  30 Apr 2009 04:49:22 -  1.1
+++ .cvsignore  30 Apr 2009 07:11:17 -  1.2
@@ -0,0 +1 @@
+App-Daemon-0.06.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-App-Daemon/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 04:49:22 -  1.1
+++ sources 30 Apr 2009 07:11:17 -  1.2
@@ -0,0 +1 @@
+475859e3fa7f67c2dfd4d5d8bea1475d  App-Daemon-0.06.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-App-Daemon/devel perl-App-Daemon.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-30 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-App-Daemon/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11581/devel

Modified Files:
.cvsignore sources 
Added Files:
perl-App-Daemon.spec 
Log Message:
initial import


--- NEW FILE perl-App-Daemon.spec ---
Name:   perl-App-Daemon
Version:0.06
Release:1%{?dist}
Summary:Start an Application as a Daemon
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/App-Daemon/
Source0:
http://www.cpan.org/authors/id/M/MS/MSCHILLI/App-Daemon-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(File::Pid)
BuildRequires:  perl(Log::Log4perl) >= 1.0
BuildRequires:  perl(Proc::ProcessTable)
BuildRequires:  perl(Test::More)
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%description
App::Daemon helps running an application as a daemon.

%prep
%setup -q -n App-Daemon-%{version}
chmod 644 eg/*
sed -i -e 's!/usr/local!/usr!' eg/*

%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 README eg
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Apr 10 2009 Iain Arnell 0.06-1
- Specfile autogenerated by cpanspec 1.77.
- remove explicit requires
- add eg to docs


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-App-Daemon/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  30 Apr 2009 04:49:22 -  1.1
+++ .cvsignore  30 Apr 2009 07:11:18 -  1.2
@@ -0,0 +1 @@
+App-Daemon-0.06.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-App-Daemon/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 04:49:22 -  1.1
+++ sources 30 Apr 2009 07:11:18 -  1.2
@@ -0,0 +1 @@
+475859e3fa7f67c2dfd4d5d8bea1475d  App-Daemon-0.06.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Perl-Tags/F-10 perl-Perl-Tags.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-30 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Perl-Tags/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12537/F-10

Modified Files:
.cvsignore sources 
Added Files:
perl-Perl-Tags.spec 
Log Message:
initial import


--- NEW FILE perl-Perl-Tags.spec ---
Name:   perl-Perl-Tags
Version:0.26
Release:1%{?dist}
Summary:Generate Ctags style tags for Perl sourcecode
License:(GPL+ or Artistic) or Vim
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Perl-Tags/
Source0:
http://www.cpan.org/authors/id/O/OS/OSFAMERON/Perl-Tags-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Module::Locate)
BuildRequires:  perl(PPI)
BuildRequires:  perl(Test::More) >= 0.42
BuildRequires:  perl(Test::Pod)
BuildRequires:  vim-enhanced
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%description
Generate (possibly exuberant) Ctags style tags for Perl sourcecode.

Recursively follows use and require statements, up to a maximum of max_level.

The implemented tagger, Perl::Tags::Naive is a more-or-less straight ripoff,
slightly updated, of the original pltags code, and is rather naive. It should
be possible to subclass using something like PPI or Text::Balanced, though be
aware that this is alpha software and the internals are subject to change.

%prep
%setup -q -n Perl-Tags-%{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 README TODO
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Wed Apr 29 2009 Iain Arnell 0.26-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Perl-Tags/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  30 Apr 2009 05:03:28 -  1.1
+++ .cvsignore  30 Apr 2009 07:14:14 -  1.2
@@ -0,0 +1 @@
+Perl-Tags-0.26.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Perl-Tags/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 05:03:28 -  1.1
+++ sources 30 Apr 2009 07:14:14 -  1.2
@@ -0,0 +1 @@
+7ce83250ffa83ca25c40c9aaa9adc9b2  Perl-Tags-0.26.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Perl-Tags/F-11 perl-Perl-Tags.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-30 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Perl-Tags/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12537/F-11

Modified Files:
.cvsignore sources 
Added Files:
perl-Perl-Tags.spec 
Log Message:
initial import


--- NEW FILE perl-Perl-Tags.spec ---
Name:   perl-Perl-Tags
Version:0.26
Release:1%{?dist}
Summary:Generate Ctags style tags for Perl sourcecode
License:(GPL+ or Artistic) or Vim
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Perl-Tags/
Source0:
http://www.cpan.org/authors/id/O/OS/OSFAMERON/Perl-Tags-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Module::Locate)
BuildRequires:  perl(PPI)
BuildRequires:  perl(Test::More) >= 0.42
BuildRequires:  perl(Test::Pod)
BuildRequires:  vim-enhanced
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%description
Generate (possibly exuberant) Ctags style tags for Perl sourcecode.

Recursively follows use and require statements, up to a maximum of max_level.

The implemented tagger, Perl::Tags::Naive is a more-or-less straight ripoff,
slightly updated, of the original pltags code, and is rather naive. It should
be possible to subclass using something like PPI or Text::Balanced, though be
aware that this is alpha software and the internals are subject to change.

%prep
%setup -q -n Perl-Tags-%{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 README TODO
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Wed Apr 29 2009 Iain Arnell 0.26-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Perl-Tags/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  30 Apr 2009 05:03:28 -  1.1
+++ .cvsignore  30 Apr 2009 07:14:14 -  1.2
@@ -0,0 +1 @@
+Perl-Tags-0.26.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Perl-Tags/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 05:03:28 -  1.1
+++ sources 30 Apr 2009 07:14:14 -  1.2
@@ -0,0 +1 @@
+7ce83250ffa83ca25c40c9aaa9adc9b2  Perl-Tags-0.26.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Perl-Tags/devel perl-Perl-Tags.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-30 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Perl-Tags/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12537/devel

Modified Files:
.cvsignore sources 
Added Files:
perl-Perl-Tags.spec 
Log Message:
initial import


--- NEW FILE perl-Perl-Tags.spec ---
Name:   perl-Perl-Tags
Version:0.26
Release:1%{?dist}
Summary:Generate Ctags style tags for Perl sourcecode
License:(GPL+ or Artistic) or Vim
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Perl-Tags/
Source0:
http://www.cpan.org/authors/id/O/OS/OSFAMERON/Perl-Tags-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Module::Locate)
BuildRequires:  perl(PPI)
BuildRequires:  perl(Test::More) >= 0.42
BuildRequires:  perl(Test::Pod)
BuildRequires:  vim-enhanced
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%description
Generate (possibly exuberant) Ctags style tags for Perl sourcecode.

Recursively follows use and require statements, up to a maximum of max_level.

The implemented tagger, Perl::Tags::Naive is a more-or-less straight ripoff,
slightly updated, of the original pltags code, and is rather naive. It should
be possible to subclass using something like PPI or Text::Balanced, though be
aware that this is alpha software and the internals are subject to change.

%prep
%setup -q -n Perl-Tags-%{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 README TODO
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Wed Apr 29 2009 Iain Arnell 0.26-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Perl-Tags/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  30 Apr 2009 05:03:28 -  1.1
+++ .cvsignore  30 Apr 2009 07:14:15 -  1.2
@@ -0,0 +1 @@
+Perl-Tags-0.26.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Perl-Tags/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 05:03:28 -  1.1
+++ sources 30 Apr 2009 07:14:15 -  1.2
@@ -0,0 +1 @@
+7ce83250ffa83ca25c40c9aaa9adc9b2  Perl-Tags-0.26.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-App-Nopaste/F-10 perl-App-Nopaste.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-30 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-App-Nopaste/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13897/F-10

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  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-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  30 Apr 2009 05:00:58 -  1.1
+++ .cvsignore  30 Apr 2009 07:18:15 -  1.2
@@ -0,0 +1 @@
+App-Nopaste-0.10.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-App-Nopaste/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 05:00:58 -  1.1
+++ sources 30 Apr 2009 07:18:15 -  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@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-App-Nopaste/F-11 perl-App-Nopaste.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-30 Thread Iain Arnell
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  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 -  1.1
+++ .cvsignore  30 Apr 2009 07:18:16 -  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 -  1.1
+++ sources 30 Apr 2009 07:18:16 -  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@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-App-Nopaste/devel perl-App-Nopaste.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-30 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-App-Nopaste/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13897/devel

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  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/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  30 Apr 2009 05:00:58 -  1.1
+++ .cvsignore  30 Apr 2009 07:18:16 -  1.2
@@ -0,0 +1 @@
+App-Nopaste-0.10.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-App-Nopaste/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 05:00:58 -  1.1
+++ sources 30 Apr 2009 07:18:16 -  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@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Module-Used/F-10 perl-Module-Used.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-30 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Module-Used/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15263/F-10

Modified Files:
.cvsignore sources 
Added Files:
perl-Module-Used.spec 
Log Message:
initial import


--- NEW FILE perl-Module-Used.spec ---
Name:   perl-Module-Used
Version:1.2.0
Release:1%{?dist}
Summary:Find modules loaded by Perl code without running it
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Module-Used/
Source0:
http://www.cpan.org/authors/id/E/EL/ELLIOTJS/Module-Used-v%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(File::Next) >= 1.02
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(PPI::Document) >= 1.203
BuildRequires:  perl(Readonly) >= 1.03
BuildRequires:  perl(Test::Deep) >= 0.098
BuildRequires:  perl(Test::More) >= 0.72
BuildRequires:  perl(version) >= 0.74
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%description
Modules are found statically based upon use and require statements. If use
of the base or parent is found, both that module and the referenced ones
will be returned. If Moose or Moose::Role are found, this will look for
extends and with sugar will be looked for; presently, this will miss
modules listed in parentheses.

%prep
%setup -q -n Module-Used-v%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*

%changelog
* Wed Apr 29 2009 Iain Arnell 1.2.0-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Module-Used/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  30 Apr 2009 05:04:14 -  1.1
+++ .cvsignore  30 Apr 2009 07:22:25 -  1.2
@@ -0,0 +1 @@
+Module-Used-v1.2.0.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Module-Used/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 05:04:14 -  1.1
+++ sources 30 Apr 2009 07:22:25 -  1.2
@@ -0,0 +1 @@
+ba3421bb8f990f1729b8e2ad7fa233dc  Module-Used-v1.2.0.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Module-Used/F-11 perl-Module-Used.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-30 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Module-Used/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15263/F-11

Modified Files:
.cvsignore sources 
Added Files:
perl-Module-Used.spec 
Log Message:
initial import


--- NEW FILE perl-Module-Used.spec ---
Name:   perl-Module-Used
Version:1.2.0
Release:1%{?dist}
Summary:Find modules loaded by Perl code without running it
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Module-Used/
Source0:
http://www.cpan.org/authors/id/E/EL/ELLIOTJS/Module-Used-v%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(File::Next) >= 1.02
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(PPI::Document) >= 1.203
BuildRequires:  perl(Readonly) >= 1.03
BuildRequires:  perl(Test::Deep) >= 0.098
BuildRequires:  perl(Test::More) >= 0.72
BuildRequires:  perl(version) >= 0.74
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%description
Modules are found statically based upon use and require statements. If use
of the base or parent is found, both that module and the referenced ones
will be returned. If Moose or Moose::Role are found, this will look for
extends and with sugar will be looked for; presently, this will miss
modules listed in parentheses.

%prep
%setup -q -n Module-Used-v%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*

%changelog
* Wed Apr 29 2009 Iain Arnell 1.2.0-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Module-Used/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  30 Apr 2009 05:04:14 -  1.1
+++ .cvsignore  30 Apr 2009 07:22:26 -  1.2
@@ -0,0 +1 @@
+Module-Used-v1.2.0.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Module-Used/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 05:04:14 -  1.1
+++ sources 30 Apr 2009 07:22:26 -  1.2
@@ -0,0 +1 @@
+ba3421bb8f990f1729b8e2ad7fa233dc  Module-Used-v1.2.0.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Module-Used/devel perl-Module-Used.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-30 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Module-Used/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15263/devel

Modified Files:
.cvsignore sources 
Added Files:
perl-Module-Used.spec 
Log Message:
initial import


--- NEW FILE perl-Module-Used.spec ---
Name:   perl-Module-Used
Version:1.2.0
Release:1%{?dist}
Summary:Find modules loaded by Perl code without running it
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Module-Used/
Source0:
http://www.cpan.org/authors/id/E/EL/ELLIOTJS/Module-Used-v%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(File::Next) >= 1.02
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(PPI::Document) >= 1.203
BuildRequires:  perl(Readonly) >= 1.03
BuildRequires:  perl(Test::Deep) >= 0.098
BuildRequires:  perl(Test::More) >= 0.72
BuildRequires:  perl(version) >= 0.74
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%description
Modules are found statically based upon use and require statements. If use
of the base or parent is found, both that module and the referenced ones
will be returned. If Moose or Moose::Role are found, this will look for
extends and with sugar will be looked for; presently, this will miss
modules listed in parentheses.

%prep
%setup -q -n Module-Used-v%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*

%changelog
* Wed Apr 29 2009 Iain Arnell 1.2.0-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Module-Used/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  30 Apr 2009 05:04:14 -  1.1
+++ .cvsignore  30 Apr 2009 07:22:26 -  1.2
@@ -0,0 +1 @@
+Module-Used-v1.2.0.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Module-Used/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 05:04:14 -  1.1
+++ sources 30 Apr 2009 07:22:26 -  1.2
@@ -0,0 +1 @@
+ba3421bb8f990f1729b8e2ad7fa233dc  Module-Used-v1.2.0.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MIME-Charset/devel import.log, NONE, 1.1 perl-MIME-Charset.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-30 Thread Xavier Bachelot
Author: xavierb

Update of /cvs/pkgs/rpms/perl-MIME-Charset/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25249/devel

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-MIME-Charset.spec 
Log Message:
Initial import.



--- NEW FILE import.log ---
perl-MIME-Charset-1_006_2-2_fc10:HEAD:perl-MIME-Charset-1.006.2-2.fc10.src.rpm:1241112010


--- NEW FILE perl-MIME-Charset.spec ---
Name:   perl-MIME-Charset
Version:1.006.2
Release:2%{?dist}
Summary:Charset Informations for MIME
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/MIME-Charset/
Source0:
http://www.cpan.org/modules/by-module/MIME/MIME-Charset-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%description
MIME::Charset provides informations about character sets used for MIME
messages on Internet.

%prep
%setup -q -n MIME-Charset-%{version}

cat << \EOF > %{name}-prov
#!/bin/sh
%{__perl_provides} $* |\
sed -e '/perl(MIME::Charset)$/d'
EOF

%global __perl_provides %{_builddir}/MIME-Charset-%{version}/%{name}-prov
chmod +x %{__perl_provides}


%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 ARTISTIC Changes COPYING GPL README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Tue Apr 28 2009 Xavier Bachelot  1.006.2-2
- Filter duplicate Provides:.

* Fri Apr 24 2009 Xavier Bachelot  1.006.2-1
- Specfile autogenerated by cpanspec 1.77.
- Fix license.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-MIME-Charset/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  30 Apr 2009 04:50:20 -  1.1
+++ .cvsignore  30 Apr 2009 17:22:06 -  1.2
@@ -0,0 +1 @@
+MIME-Charset-1.006.2.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-MIME-Charset/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 04:50:20 -  1.1
+++ sources 30 Apr 2009 17:22:06 -  1.2
@@ -0,0 +1 @@
+22a140a7f323518301d9998bf50e2e17  MIME-Charset-1.006.2.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MIME-Charset/EL-5 perl-MIME-Charset.spec, NONE, 1.1 sources, 1.1, 1.2

2009-04-30 Thread Xavier Bachelot
Author: xavierb

Update of /cvs/pkgs/rpms/perl-MIME-Charset/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26368/EL-5

Modified Files:
sources 
Added Files:
perl-MIME-Charset.spec 
Log Message:
Import into F-9, F-10, F-11 and EL-5


--- NEW FILE perl-MIME-Charset.spec ---
Name:   perl-MIME-Charset
Version:1.006.2
Release:2%{?dist}
Summary:Charset Informations for MIME
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/MIME-Charset/
Source0:
http://www.cpan.org/modules/by-module/MIME/MIME-Charset-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%description
MIME::Charset provides informations about character sets used for MIME
messages on Internet.

%prep
%setup -q -n MIME-Charset-%{version}

cat << \EOF > %{name}-prov
#!/bin/sh
%{__perl_provides} $* |\
sed -e '/perl(MIME::Charset)$/d'
EOF

%global __perl_provides %{_builddir}/MIME-Charset-%{version}/%{name}-prov
chmod +x %{__perl_provides}


%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 ARTISTIC Changes COPYING GPL README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Tue Apr 28 2009 Xavier Bachelot  1.006.2-2
- Filter duplicate Provides:.

* Fri Apr 24 2009 Xavier Bachelot  1.006.2-1
- Specfile autogenerated by cpanspec 1.77.
- Fix license.


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-MIME-Charset/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 04:50:20 -  1.1
+++ sources 30 Apr 2009 17:26:57 -  1.2
@@ -0,0 +1 @@
+22a140a7f323518301d9998bf50e2e17  MIME-Charset-1.006.2.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MIME-Charset/F-10 perl-MIME-Charset.spec, NONE, 1.1 sources, 1.1, 1.2

2009-04-30 Thread Xavier Bachelot
Author: xavierb

Update of /cvs/pkgs/rpms/perl-MIME-Charset/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26368/F-10

Modified Files:
sources 
Added Files:
perl-MIME-Charset.spec 
Log Message:
Import into F-9, F-10, F-11 and EL-5


--- NEW FILE perl-MIME-Charset.spec ---
Name:   perl-MIME-Charset
Version:1.006.2
Release:2%{?dist}
Summary:Charset Informations for MIME
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/MIME-Charset/
Source0:
http://www.cpan.org/modules/by-module/MIME/MIME-Charset-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%description
MIME::Charset provides informations about character sets used for MIME
messages on Internet.

%prep
%setup -q -n MIME-Charset-%{version}

cat << \EOF > %{name}-prov
#!/bin/sh
%{__perl_provides} $* |\
sed -e '/perl(MIME::Charset)$/d'
EOF

%global __perl_provides %{_builddir}/MIME-Charset-%{version}/%{name}-prov
chmod +x %{__perl_provides}


%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 ARTISTIC Changes COPYING GPL README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Tue Apr 28 2009 Xavier Bachelot  1.006.2-2
- Filter duplicate Provides:.

* Fri Apr 24 2009 Xavier Bachelot  1.006.2-1
- Specfile autogenerated by cpanspec 1.77.
- Fix license.


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-MIME-Charset/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 04:50:20 -  1.1
+++ sources 30 Apr 2009 17:26:57 -  1.2
@@ -0,0 +1 @@
+22a140a7f323518301d9998bf50e2e17  MIME-Charset-1.006.2.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MIME-Charset/F-11 perl-MIME-Charset.spec, NONE, 1.1 sources, 1.1, 1.2

2009-04-30 Thread Xavier Bachelot
Author: xavierb

Update of /cvs/pkgs/rpms/perl-MIME-Charset/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26368/F-11

Modified Files:
sources 
Added Files:
perl-MIME-Charset.spec 
Log Message:
Import into F-9, F-10, F-11 and EL-5


--- NEW FILE perl-MIME-Charset.spec ---
Name:   perl-MIME-Charset
Version:1.006.2
Release:2%{?dist}
Summary:Charset Informations for MIME
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/MIME-Charset/
Source0:
http://www.cpan.org/modules/by-module/MIME/MIME-Charset-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%description
MIME::Charset provides informations about character sets used for MIME
messages on Internet.

%prep
%setup -q -n MIME-Charset-%{version}

cat << \EOF > %{name}-prov
#!/bin/sh
%{__perl_provides} $* |\
sed -e '/perl(MIME::Charset)$/d'
EOF

%global __perl_provides %{_builddir}/MIME-Charset-%{version}/%{name}-prov
chmod +x %{__perl_provides}


%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 ARTISTIC Changes COPYING GPL README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Tue Apr 28 2009 Xavier Bachelot  1.006.2-2
- Filter duplicate Provides:.

* Fri Apr 24 2009 Xavier Bachelot  1.006.2-1
- Specfile autogenerated by cpanspec 1.77.
- Fix license.


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-MIME-Charset/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 04:50:20 -  1.1
+++ sources 30 Apr 2009 17:26:58 -  1.2
@@ -0,0 +1 @@
+22a140a7f323518301d9998bf50e2e17  MIME-Charset-1.006.2.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MIME-Charset/F-9 perl-MIME-Charset.spec, NONE, 1.1 sources, 1.1, 1.2

2009-04-30 Thread Xavier Bachelot
Author: xavierb

Update of /cvs/pkgs/rpms/perl-MIME-Charset/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26368/F-9

Modified Files:
sources 
Added Files:
perl-MIME-Charset.spec 
Log Message:
Import into F-9, F-10, F-11 and EL-5


--- NEW FILE perl-MIME-Charset.spec ---
Name:   perl-MIME-Charset
Version:1.006.2
Release:2%{?dist}
Summary:Charset Informations for MIME
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/MIME-Charset/
Source0:
http://www.cpan.org/modules/by-module/MIME/MIME-Charset-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%description
MIME::Charset provides informations about character sets used for MIME
messages on Internet.

%prep
%setup -q -n MIME-Charset-%{version}

cat << \EOF > %{name}-prov
#!/bin/sh
%{__perl_provides} $* |\
sed -e '/perl(MIME::Charset)$/d'
EOF

%global __perl_provides %{_builddir}/MIME-Charset-%{version}/%{name}-prov
chmod +x %{__perl_provides}


%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 ARTISTIC Changes COPYING GPL README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Tue Apr 28 2009 Xavier Bachelot  1.006.2-2
- Filter duplicate Provides:.

* Fri Apr 24 2009 Xavier Bachelot  1.006.2-1
- Specfile autogenerated by cpanspec 1.77.
- Fix license.


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-MIME-Charset/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 30 Apr 2009 04:50:20 -  1.1
+++ sources 30 Apr 2009 17:26:58 -  1.2
@@ -0,0 +1 @@
+22a140a7f323518301d9998bf50e2e17  MIME-Charset-1.006.2.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


[Bug 498564] New: Data-Visitor needs updating to avoid deprecation warning

2009-04-30 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Data-Visitor needs updating to avoid deprecation warning

https://bugzilla.redhat.com/show_bug.cgi?id=498564

   Summary: Data-Visitor needs updating to avoid deprecation
warning
   Product: Fedora
   Version: rawhide
  Platform: All
OS/Version: Linux
Status: NEW
  Severity: medium
  Priority: low
 Component: perl-Data-Visitor
AssignedTo: cw...@alumni.drew.edu
ReportedBy: iarn...@gmail.com
 QAContact: extras...@fedoraproject.org
CC: cw...@alumni.drew.edu,
fedora-perl-devel-list@redhat.com
Classification: Fedora


perl-Data-Visitor needs to be updated to 0.24 in rawhide to avoid deprecation
warnings introduced by perl-Class-MOP-0.81.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list