Re: filter perl(Win32::* via the default filter?

2010-02-22 Thread Stepan Kasal
Hello,

> /^perl(Win32::/d
> [...] automatically remove in %perl_default_filter?

that is an excelent idea, thanks.

Stepan
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File Sysadm-Install-0.34.tar.gz uploaded to lookaside cache by pghmcfc

2010-02-22 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Sysadm-Install:

b51598e45caf69761bcc6a8d655e3187  Sysadm-Install-0.34.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


rpms/perl-Sysadm-Install/devel .cvsignore, 1.7, 1.8 perl-Sysadm-Install.spec, 1.9, 1.10 sources, 1.7, 1.8

2010-02-22 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Sysadm-Install/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1512

Modified Files:
.cvsignore perl-Sysadm-Install.spec sources 
Log Message:
* Mon Feb 22 2010 Paul Howarth  0.34-1
- Update to 0.34 (documentation update and fixes for Windows)
- BR/R perl(Config), perl(Encode), perl(HTTP::Request), perl(HTTP::Status)



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Sysadm-Install/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore  14 Sep 2009 10:34:26 -  1.7
+++ .cvsignore  22 Feb 2010 10:14:19 -  1.8
@@ -1 +1 @@
-Sysadm-Install-0.33.tar.gz
+Sysadm-Install-0.34.tar.gz


Index: perl-Sysadm-Install.spec
===
RCS file: /cvs/pkgs/rpms/perl-Sysadm-Install/devel/perl-Sysadm-Install.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- perl-Sysadm-Install.spec7 Dec 2009 01:08:21 -   1.9
+++ perl-Sysadm-Install.spec22 Feb 2010 10:14:19 -  1.10
@@ -1,7 +1,7 @@
 Summary:   Typical installation tasks for system administrators
 Name:  perl-Sysadm-Install
-Version:   0.33
-Release:   2%{?dist}
+Version:   0.34
+Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Sysadm-Install/
@@ -10,13 +10,17 @@ BuildRoot:  %{_tmppath}/%{name}-%{version
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 BuildArch: noarch
 BuildRequires: perl(Archive::Tar)
+BuildRequires: perl(Config)
 BuildRequires: perl(Cwd)
+BuildRequires: perl(Encode)
 BuildRequires: perl(Expect)
 BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(File::Basename)
 BuildRequires: perl(File::Copy)
 BuildRequires: perl(File::Path)
 BuildRequires: perl(File::Temp) >= 0.16
+BuildRequires: perl(HTTP::Request)
+BuildRequires: perl(HTTP::Status)
 BuildRequires: perl(Log::Log4perl) >= 1.00
 BuildRequires: perl(LWP::UserAgent)
 BuildRequires: perl(Term::ReadKey)
@@ -24,7 +28,11 @@ BuildRequires:   perl(Term::ReadKey)
 BuildRequires: perl(Test::More)
 # Runtime deps not automatically picked up by RPM
 Requires:  perl(Archive::Tar)
+Requires:  perl(Config)
+Requires:  perl(Encode)
 Requires:  perl(Expect)
+Requires:  perl(HTTP::Request)
+Requires:  perl(HTTP::Status)
 Requires:  perl(LWP::UserAgent)
 
 %description
@@ -58,7 +66,7 @@ everything, but suppresses any write act
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
 /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
 /usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2>/dev/null
-%{__chmod} -R u+w %{buildroot}/*
+%{__chmod} -R u+w %{buildroot}
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -73,8 +81,12 @@ everything, but suppresses any write act
 %{_mandir}/man3/Sysadm::Install.3pm*
 
 %changelog
-* Mon Dec  7 2009 Stepan Kasal  - 0.33-2
-- rebuild against perl 5.10.1
+* Mon Feb 22 2010 Paul Howarth  0.34-1
+- Update to 0.34 (documentation update and fixes for Windows)
+- BR/R perl(Config), perl(Encode), perl(HTTP::Request), perl(HTTP::Status)
+
+* Mon Dec  7 2009 Stepan Kasal  0.33-2
+- Rebuild against perl 5.10.1
 
 * Mon Sep 14 2009 Paul Howarth  0.33-1
 - Update to 0.33


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Sysadm-Install/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources 14 Sep 2009 10:34:27 -  1.7
+++ sources 22 Feb 2010 10:14:19 -  1.8
@@ -1 +1 @@
-46b680a62c4f90821cbe17c858f64b54  Sysadm-Install-0.33.tar.gz
+b51598e45caf69761bcc6a8d655e3187  Sysadm-Install-0.34.tar.gz

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


[Bug 567120] perl-Set-Scalar: please update to v1.25 and create EPEL branches

2010-02-22 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Tom "spot" Callaway  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #1 from Tom "spot" Callaway  2010-02-22 
13:58:38 EST ---
Do you need this in any particular Fedora release besides rawhide? If you have
a need, I'll push updates to stable branches, but I'd rather not just push
updates for the sake of pushing updates. :)

-- 
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
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 567120] perl-Set-Scalar: please update to v1.25 and create EPEL branches

2010-02-22 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Tom "spot" Callaway  changed:

   What|Removed |Added

   Flag||fedora-cvs?

--- Comment #2 from Tom "spot" Callaway  2010-02-22 
14:23:30 EST ---
Package Change Request
==
Package Name: perl-Set-Scalar
New Branches: EL-5
Owners: spot

-- 
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
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 567120] perl-Set-Scalar: please update to v1.25 and create EPEL branches

2010-02-22 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #3 from Jose Pedro Oliveira  2010-02-22 14:58:29 
EST ---
(In reply to comment #1)
> Do you need this in any particular Fedora release besides rawhide? If you have
> a need, I'll push updates to stable branches, but I'd rather not just push
> updates for the sake of pushing updates. :)

No, a rawhide and an EPEL5 builds are enough for me.

thks,
jpo

-- 
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
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 533733] Can we have perl-Regexp-Assemble for EPEL - EL5

2010-02-22 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||0.34-3.el5
 Resolution||ERRATA

-- 
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
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 533733] Can we have perl-Regexp-Assemble for EPEL - EL5

2010-02-22 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #5 from Fedora Update System  2010-02-22 
17:37:33 EST ---
perl-Regexp-Assemble-0.34-3.el5 has been pushed to the Fedora EPEL 5 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
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
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File Mixin-ExtraFields-0.008.tar.gz uploaded to lookaside cache by iarnell

2010-02-22 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Mixin-ExtraFields:

d84223e0c938b73751c7aa305d9fb508  Mixin-ExtraFields-0.008.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File Catalyst-Manual-5.8004.tar.gz uploaded to lookaside cache by cweyl

2010-02-22 Thread Chris Weyl
A file has been added to the lookaside cache for perl-Catalyst-Manual:

20c00512476b7169437a0d6baf0c99cd  Catalyst-Manual-5.8004.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


rpms/perl-Mixin-ExtraFields/devel perl-Mixin-ExtraFields.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2010-02-22 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Mixin-ExtraFields/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12488/devel

Modified Files:
.cvsignore sources 
Added Files:
perl-Mixin-ExtraFields.spec 
Log Message:
initial import


--- NEW FILE perl-Mixin-ExtraFields.spec ---
Name:   perl-Mixin-ExtraFields
Version:0.008
Release:1%{?dist}
Summary:Add extra stashes of data to your objects
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Mixin-ExtraFields/
Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/Mixin-ExtraFields-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Sub::Exporter) => 0.972
BuildRequires:  perl(Sub::Install)
BuildRequires:  perl(String::RewritePrefix)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%{?perl_default_filter}

%description
Mixin::ExtraFields provides a simple way to add an arbitrary number of stashes
for named data.  These data can be stored in the object, in a database, or
anywhere else.  The storage mechanism is abstracted away from the provided
interface, so one storage mechanism can be easily swapped for another.
Multiple ExtraFields stashes can be mixed into one class, using one or many
storage mechanisms.

%prep
%setup -q -n Mixin-ExtraFields-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install DESTDIR=$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 LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sun Feb 21 2010 Iain Arnell  0.008-1
- Specfile autogenerated by cpanspec 1.78.
- use perl_default_filter and DESTDIR
- tweak {build,}requires


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Mixin-ExtraFields/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  22 Feb 2010 21:34:43 -  1.1
+++ .cvsignore  23 Feb 2010 04:02:23 -  1.2
@@ -0,0 +1 @@
+Mixin-ExtraFields-0.008.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Mixin-ExtraFields/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 22 Feb 2010 21:34:43 -  1.1
+++ sources 23 Feb 2010 04:02:23 -  1.2
@@ -0,0 +1 @@
+d84223e0c938b73751c7aa305d9fb508  Mixin-ExtraFields-0.008.tar.gz

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


rpms/perl-Mixin-ExtraFields/F-11 perl-Mixin-ExtraFields.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2010-02-22 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Mixin-ExtraFields/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12488/F-11

Modified Files:
.cvsignore sources 
Added Files:
perl-Mixin-ExtraFields.spec 
Log Message:
initial import


--- NEW FILE perl-Mixin-ExtraFields.spec ---
Name:   perl-Mixin-ExtraFields
Version:0.008
Release:1%{?dist}
Summary:Add extra stashes of data to your objects
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Mixin-ExtraFields/
Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/Mixin-ExtraFields-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Sub::Exporter) => 0.972
BuildRequires:  perl(Sub::Install)
BuildRequires:  perl(String::RewritePrefix)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%{?perl_default_filter}

%description
Mixin::ExtraFields provides a simple way to add an arbitrary number of stashes
for named data.  These data can be stored in the object, in a database, or
anywhere else.  The storage mechanism is abstracted away from the provided
interface, so one storage mechanism can be easily swapped for another.
Multiple ExtraFields stashes can be mixed into one class, using one or many
storage mechanisms.

%prep
%setup -q -n Mixin-ExtraFields-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install DESTDIR=$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 LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sun Feb 21 2010 Iain Arnell  0.008-1
- Specfile autogenerated by cpanspec 1.78.
- use perl_default_filter and DESTDIR
- tweak {build,}requires


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Mixin-ExtraFields/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  22 Feb 2010 21:34:43 -  1.1
+++ .cvsignore  23 Feb 2010 04:02:22 -  1.2
@@ -0,0 +1 @@
+Mixin-ExtraFields-0.008.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Mixin-ExtraFields/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 22 Feb 2010 21:34:43 -  1.1
+++ sources 23 Feb 2010 04:02:22 -  1.2
@@ -0,0 +1 @@
+d84223e0c938b73751c7aa305d9fb508  Mixin-ExtraFields-0.008.tar.gz

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


rpms/perl-Mixin-ExtraFields/F-12 perl-Mixin-ExtraFields.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2010-02-22 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Mixin-ExtraFields/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12488/F-12

Modified Files:
.cvsignore sources 
Added Files:
perl-Mixin-ExtraFields.spec 
Log Message:
initial import


--- NEW FILE perl-Mixin-ExtraFields.spec ---
Name:   perl-Mixin-ExtraFields
Version:0.008
Release:1%{?dist}
Summary:Add extra stashes of data to your objects
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Mixin-ExtraFields/
Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/Mixin-ExtraFields-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Sub::Exporter) => 0.972
BuildRequires:  perl(Sub::Install)
BuildRequires:  perl(String::RewritePrefix)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%{?perl_default_filter}

%description
Mixin::ExtraFields provides a simple way to add an arbitrary number of stashes
for named data.  These data can be stored in the object, in a database, or
anywhere else.  The storage mechanism is abstracted away from the provided
interface, so one storage mechanism can be easily swapped for another.
Multiple ExtraFields stashes can be mixed into one class, using one or many
storage mechanisms.

%prep
%setup -q -n Mixin-ExtraFields-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install DESTDIR=$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 LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sun Feb 21 2010 Iain Arnell  0.008-1
- Specfile autogenerated by cpanspec 1.78.
- use perl_default_filter and DESTDIR
- tweak {build,}requires


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Mixin-ExtraFields/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  22 Feb 2010 21:34:43 -  1.1
+++ .cvsignore  23 Feb 2010 04:02:22 -  1.2
@@ -0,0 +1 @@
+Mixin-ExtraFields-0.008.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Mixin-ExtraFields/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 22 Feb 2010 21:34:43 -  1.1
+++ sources 23 Feb 2010 04:02:22 -  1.2
@@ -0,0 +1 @@
+d84223e0c938b73751c7aa305d9fb508  Mixin-ExtraFields-0.008.tar.gz

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


rpms/perl-Mixin-ExtraFields/F-13 perl-Mixin-ExtraFields.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2010-02-22 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Mixin-ExtraFields/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12488/F-13

Modified Files:
.cvsignore sources 
Added Files:
perl-Mixin-ExtraFields.spec 
Log Message:
initial import


--- NEW FILE perl-Mixin-ExtraFields.spec ---
Name:   perl-Mixin-ExtraFields
Version:0.008
Release:1%{?dist}
Summary:Add extra stashes of data to your objects
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Mixin-ExtraFields/
Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/Mixin-ExtraFields-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Sub::Exporter) => 0.972
BuildRequires:  perl(Sub::Install)
BuildRequires:  perl(String::RewritePrefix)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%{?perl_default_filter}

%description
Mixin::ExtraFields provides a simple way to add an arbitrary number of stashes
for named data.  These data can be stored in the object, in a database, or
anywhere else.  The storage mechanism is abstracted away from the provided
interface, so one storage mechanism can be easily swapped for another.
Multiple ExtraFields stashes can be mixed into one class, using one or many
storage mechanisms.

%prep
%setup -q -n Mixin-ExtraFields-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install DESTDIR=$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 LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sun Feb 21 2010 Iain Arnell  0.008-1
- Specfile autogenerated by cpanspec 1.78.
- use perl_default_filter and DESTDIR
- tweak {build,}requires


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Mixin-ExtraFields/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  22 Feb 2010 21:34:43 -  1.1
+++ .cvsignore  23 Feb 2010 04:02:23 -  1.2
@@ -0,0 +1 @@
+Mixin-ExtraFields-0.008.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Mixin-ExtraFields/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 22 Feb 2010 21:34:43 -  1.1
+++ sources 23 Feb 2010 04:02:23 -  1.2
@@ -0,0 +1 @@
+d84223e0c938b73751c7aa305d9fb508  Mixin-ExtraFields-0.008.tar.gz

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


File String-Flogger-1.001.tar.gz uploaded to lookaside cache by iarnell

2010-02-22 Thread Iain Arnell
A file has been added to the lookaside cache for perl-String-Flogger:

a41e7184420961c1e5dd017fbc785069  String-Flogger-1.001.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


rpms/perl-String-Flogger/F-13 perl-String-Flogger.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2010-02-22 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-String-Flogger/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29139/F-13

Modified Files:
.cvsignore sources 
Added Files:
perl-String-Flogger.spec 
Log Message:
initial import


--- NEW FILE perl-String-Flogger.spec ---
Name:   perl-String-Flogger
Version:1.001
Release:1%{?dist}
Summary:String munging for loggers
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/String-Flogger/
Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/String-Flogger-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(JSON) >= 2
BuildRequires:  perl(Params::Util)
BuildRequires:  perl(Sub::Exporter)
BuildRequires:  perl(Test::More)
Requires:   perl(JSON) >= 2
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%{?perl_default_filter}

%description
String munging for loggers.

%prep
%setup -q -n String-Flogger-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install DESTDIR=$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 LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sun Feb 21 2010 Iain Arnell  1.001-1
- Specfile autogenerated by cpanspec 1.78.
- use perl_default_filter and DESTDIR
- tweak {build,}requires


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-String-Flogger/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  22 Feb 2010 21:34:24 -  1.1
+++ .cvsignore  23 Feb 2010 04:06:07 -  1.2
@@ -0,0 +1 @@
+String-Flogger-1.001.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-String-Flogger/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 22 Feb 2010 21:34:24 -  1.1
+++ sources 23 Feb 2010 04:06:08 -  1.2
@@ -0,0 +1 @@
+a41e7184420961c1e5dd017fbc785069  String-Flogger-1.001.tar.gz

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


rpms/perl-String-Flogger/F-12 perl-String-Flogger.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2010-02-22 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-String-Flogger/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29139/F-12

Modified Files:
.cvsignore sources 
Added Files:
perl-String-Flogger.spec 
Log Message:
initial import


--- NEW FILE perl-String-Flogger.spec ---
Name:   perl-String-Flogger
Version:1.001
Release:1%{?dist}
Summary:String munging for loggers
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/String-Flogger/
Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/String-Flogger-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(JSON) >= 2
BuildRequires:  perl(Params::Util)
BuildRequires:  perl(Sub::Exporter)
BuildRequires:  perl(Test::More)
Requires:   perl(JSON) >= 2
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%{?perl_default_filter}

%description
String munging for loggers.

%prep
%setup -q -n String-Flogger-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install DESTDIR=$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 LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sun Feb 21 2010 Iain Arnell  1.001-1
- Specfile autogenerated by cpanspec 1.78.
- use perl_default_filter and DESTDIR
- tweak {build,}requires


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-String-Flogger/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  22 Feb 2010 21:34:24 -  1.1
+++ .cvsignore  23 Feb 2010 04:06:07 -  1.2
@@ -0,0 +1 @@
+String-Flogger-1.001.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-String-Flogger/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 22 Feb 2010 21:34:24 -  1.1
+++ sources 23 Feb 2010 04:06:07 -  1.2
@@ -0,0 +1 @@
+a41e7184420961c1e5dd017fbc785069  String-Flogger-1.001.tar.gz

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


rpms/perl-String-Flogger/F-11 perl-String-Flogger.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2010-02-22 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-String-Flogger/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29139/F-11

Modified Files:
.cvsignore sources 
Added Files:
perl-String-Flogger.spec 
Log Message:
initial import


--- NEW FILE perl-String-Flogger.spec ---
Name:   perl-String-Flogger
Version:1.001
Release:1%{?dist}
Summary:String munging for loggers
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/String-Flogger/
Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/String-Flogger-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(JSON) >= 2
BuildRequires:  perl(Params::Util)
BuildRequires:  perl(Sub::Exporter)
BuildRequires:  perl(Test::More)
Requires:   perl(JSON) >= 2
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%{?perl_default_filter}

%description
String munging for loggers.

%prep
%setup -q -n String-Flogger-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install DESTDIR=$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 LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sun Feb 21 2010 Iain Arnell  1.001-1
- Specfile autogenerated by cpanspec 1.78.
- use perl_default_filter and DESTDIR
- tweak {build,}requires


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-String-Flogger/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  22 Feb 2010 21:34:24 -  1.1
+++ .cvsignore  23 Feb 2010 04:06:07 -  1.2
@@ -0,0 +1 @@
+String-Flogger-1.001.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-String-Flogger/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 22 Feb 2010 21:34:24 -  1.1
+++ sources 23 Feb 2010 04:06:07 -  1.2
@@ -0,0 +1 @@
+a41e7184420961c1e5dd017fbc785069  String-Flogger-1.001.tar.gz

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


rpms/perl-String-Flogger/devel perl-String-Flogger.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2010-02-22 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-String-Flogger/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29139/devel

Modified Files:
.cvsignore sources 
Added Files:
perl-String-Flogger.spec 
Log Message:
initial import


--- NEW FILE perl-String-Flogger.spec ---
Name:   perl-String-Flogger
Version:1.001
Release:1%{?dist}
Summary:String munging for loggers
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/String-Flogger/
Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/String-Flogger-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(JSON) >= 2
BuildRequires:  perl(Params::Util)
BuildRequires:  perl(Sub::Exporter)
BuildRequires:  perl(Test::More)
Requires:   perl(JSON) >= 2
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%{?perl_default_filter}

%description
String munging for loggers.

%prep
%setup -q -n String-Flogger-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install DESTDIR=$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 LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sun Feb 21 2010 Iain Arnell  1.001-1
- Specfile autogenerated by cpanspec 1.78.
- use perl_default_filter and DESTDIR
- tweak {build,}requires


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-String-Flogger/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  22 Feb 2010 21:34:24 -  1.1
+++ .cvsignore  23 Feb 2010 04:06:08 -  1.2
@@ -0,0 +1 @@
+String-Flogger-1.001.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-String-Flogger/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 22 Feb 2010 21:34:24 -  1.1
+++ sources 23 Feb 2010 04:06:08 -  1.2
@@ -0,0 +1 @@
+a41e7184420961c1e5dd017fbc785069  String-Flogger-1.001.tar.gz

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


rpms/perl-Catalyst-Manual/devel .cvsignore, 1.12, 1.13 perl-Catalyst-Manual.spec, 1.20, 1.21 sources, 1.12, 1.13

2010-02-22 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Catalyst-Manual/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12207

Modified Files:
.cvsignore perl-Catalyst-Manual.spec sources 
Log Message:
* Tue Feb 23 2010 Chris Weyl  1:5.8004-1
- update by Fedora::App::MaintainerTools 0.003
- PERL_INSTALL_ROOT => DESTDIR
- dropped old BR on perl(Test::Pod)
- dropped old BR on perl(Test::Pod::Coverage)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- .cvsignore  28 Jan 2010 15:52:12 -  1.12
+++ .cvsignore  23 Feb 2010 04:07:14 -  1.13
@@ -1 +1 @@
-Catalyst-Manual-5.8003.tar.gz
+Catalyst-Manual-5.8004.tar.gz


Index: perl-Catalyst-Manual.spec
===
RCS file: 
/cvs/extras/rpms/perl-Catalyst-Manual/devel/perl-Catalyst-Manual.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- perl-Catalyst-Manual.spec   28 Jan 2010 15:52:12 -  1.20
+++ perl-Catalyst-Manual.spec   23 Feb 2010 04:07:14 -  1.21
@@ -1,26 +1,22 @@
 Name:   perl-Catalyst-Manual
+Summary:Catalyst web framework manual
 Epoch:  1
-Version:5.8003
+Version:5.8004
 Release:1%{?dist}
-Summary:Catalyst web framework manual
 License:GPL+ or Artistic
 Group:  Development/Libraries
+Source0:
http://search.cpan.org/CPAN/authors/id/H/HK/HKCLARK/Catalyst-Manual-%{version}.tar.gz
 
 URL:http://search.cpan.org/dist/Catalyst-Manual/
-Source0:
http://search.cpan.org/CPAN/authors/id/H/HK/HKCLARK/Catalyst-Manual-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch:  noarch
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+BuildArch:  noarch
 
-# core
-BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
-BuildRequires: perl(Test::More)
-# test
-BuildRequires: perl(Test::Pod)
-BuildRequires: perl(Test::Pod::Coverage)
-# argh
-BuildRequires: perl(CPAN)
+BuildRequires:  perl(CPAN)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires:  perl(Test::More)
 
 %{?perl_default_filter}
+%{?perl_default_subpackage_tests}
 
 %description
 This is the manual to the Catalyst web framework.
@@ -35,7 +31,7 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
@@ -50,11 +46,17 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README t/
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Feb 23 2010 Chris Weyl  1:5.8004-1
+- update by Fedora::App::MaintainerTools 0.003
+- PERL_INSTALL_ROOT => DESTDIR
+- dropped old BR on perl(Test::Pod)
+- dropped old BR on perl(Test::Pod::Coverage)
+
 * Thu Jan 28 2010 Chris Weyl  1:5.8003-1
 - auto-update to 5.8003 (by cpan-spec-update 0.01)
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources 28 Jan 2010 15:52:12 -  1.12
+++ sources 23 Feb 2010 04:07:14 -  1.13
@@ -1 +1 @@
-2fa0615717d14f806c646b2e1c89b9e4  Catalyst-Manual-5.8003.tar.gz
+20c00512476b7169437a0d6baf0c99cd  Catalyst-Manual-5.8004.tar.gz

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


File Config-INI-MVP-0.024.tar.gz uploaded to lookaside cache by iarnell

2010-02-22 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Config-INI-MVP:

887b2664aa36680cdde73095e67e12b4  Config-INI-MVP-0.024.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


rpms/perl-Config-INI-MVP/F-13 perl-Config-INI-MVP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2010-02-22 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Config-INI-MVP/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5070/F-13

Modified Files:
.cvsignore sources 
Added Files:
perl-Config-INI-MVP.spec 
Log Message:
initial import


--- NEW FILE perl-Config-INI-MVP.spec ---
Name:   perl-Config-INI-MVP
Version:0.024
Release:1%{?dist}
Summary:Multi-value capable .ini file reader (for plugins)
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Config-INI-MVP/
Source0:
http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Config-INI-MVP-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(Config::INI::Reader)
BuildRequires:  perl(Config::MVP) >= 0.092060
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Moose) >= 0.65
BuildRequires:  perl(Test::More)
Requires:   perl(Config::MVP) >= 0.092060
Requires:   perl(Moose) >= 0.65
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%{?perl_default_filter}

%description
The MVP INI file reader reads INI files, but can handle properties with
multiple values. The identification of properties that may have multiple
entries is done by section, on a plugin basis. 

%prep
%setup -q -n Config-INI-MVP-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install DESTDIR=$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 LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sun Feb 21 2010 Iain Arnell  0.024-1
- Specfile autogenerated by cpanspec 1.78.
- use perl_default_filter and DESTDIR
- tweak {build,}requires


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Config-INI-MVP/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  22 Feb 2010 21:35:02 -  1.1
+++ .cvsignore  23 Feb 2010 04:10:25 -  1.2
@@ -0,0 +1 @@
+Config-INI-MVP-0.024.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Config-INI-MVP/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 22 Feb 2010 21:35:03 -  1.1
+++ sources 23 Feb 2010 04:10:25 -  1.2
@@ -0,0 +1 @@
+887b2664aa36680cdde73095e67e12b4  Config-INI-MVP-0.024.tar.gz

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


rpms/perl-Config-INI-MVP/F-12 perl-Config-INI-MVP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2010-02-22 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Config-INI-MVP/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5070/F-12

Modified Files:
.cvsignore sources 
Added Files:
perl-Config-INI-MVP.spec 
Log Message:
initial import


--- NEW FILE perl-Config-INI-MVP.spec ---
Name:   perl-Config-INI-MVP
Version:0.024
Release:1%{?dist}
Summary:Multi-value capable .ini file reader (for plugins)
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Config-INI-MVP/
Source0:
http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Config-INI-MVP-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(Config::INI::Reader)
BuildRequires:  perl(Config::MVP) >= 0.092060
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Moose) >= 0.65
BuildRequires:  perl(Test::More)
Requires:   perl(Config::MVP) >= 0.092060
Requires:   perl(Moose) >= 0.65
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%{?perl_default_filter}

%description
The MVP INI file reader reads INI files, but can handle properties with
multiple values. The identification of properties that may have multiple
entries is done by section, on a plugin basis. 

%prep
%setup -q -n Config-INI-MVP-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install DESTDIR=$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 LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sun Feb 21 2010 Iain Arnell  0.024-1
- Specfile autogenerated by cpanspec 1.78.
- use perl_default_filter and DESTDIR
- tweak {build,}requires


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Config-INI-MVP/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  22 Feb 2010 21:35:02 -  1.1
+++ .cvsignore  23 Feb 2010 04:10:25 -  1.2
@@ -0,0 +1 @@
+Config-INI-MVP-0.024.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Config-INI-MVP/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 22 Feb 2010 21:35:03 -  1.1
+++ sources 23 Feb 2010 04:10:25 -  1.2
@@ -0,0 +1 @@
+887b2664aa36680cdde73095e67e12b4  Config-INI-MVP-0.024.tar.gz

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


rpms/perl-Config-INI-MVP/F-11 perl-Config-INI-MVP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2010-02-22 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Config-INI-MVP/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5070/F-11

Modified Files:
.cvsignore sources 
Added Files:
perl-Config-INI-MVP.spec 
Log Message:
initial import


--- NEW FILE perl-Config-INI-MVP.spec ---
Name:   perl-Config-INI-MVP
Version:0.024
Release:1%{?dist}
Summary:Multi-value capable .ini file reader (for plugins)
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Config-INI-MVP/
Source0:
http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Config-INI-MVP-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(Config::INI::Reader)
BuildRequires:  perl(Config::MVP) >= 0.092060
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Moose) >= 0.65
BuildRequires:  perl(Test::More)
Requires:   perl(Config::MVP) >= 0.092060
Requires:   perl(Moose) >= 0.65
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%{?perl_default_filter}

%description
The MVP INI file reader reads INI files, but can handle properties with
multiple values. The identification of properties that may have multiple
entries is done by section, on a plugin basis. 

%prep
%setup -q -n Config-INI-MVP-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install DESTDIR=$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 LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sun Feb 21 2010 Iain Arnell  0.024-1
- Specfile autogenerated by cpanspec 1.78.
- use perl_default_filter and DESTDIR
- tweak {build,}requires


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Config-INI-MVP/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  22 Feb 2010 21:35:02 -  1.1
+++ .cvsignore  23 Feb 2010 04:10:24 -  1.2
@@ -0,0 +1 @@
+Config-INI-MVP-0.024.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Config-INI-MVP/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 22 Feb 2010 21:35:03 -  1.1
+++ sources 23 Feb 2010 04:10:24 -  1.2
@@ -0,0 +1 @@
+887b2664aa36680cdde73095e67e12b4  Config-INI-MVP-0.024.tar.gz

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


rpms/perl-Config-INI-MVP/devel perl-Config-INI-MVP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2010-02-22 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Config-INI-MVP/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5070/devel

Modified Files:
.cvsignore sources 
Added Files:
perl-Config-INI-MVP.spec 
Log Message:
initial import


--- NEW FILE perl-Config-INI-MVP.spec ---
Name:   perl-Config-INI-MVP
Version:0.024
Release:1%{?dist}
Summary:Multi-value capable .ini file reader (for plugins)
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Config-INI-MVP/
Source0:
http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Config-INI-MVP-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(Config::INI::Reader)
BuildRequires:  perl(Config::MVP) >= 0.092060
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Moose) >= 0.65
BuildRequires:  perl(Test::More)
Requires:   perl(Config::MVP) >= 0.092060
Requires:   perl(Moose) >= 0.65
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%{?perl_default_filter}

%description
The MVP INI file reader reads INI files, but can handle properties with
multiple values. The identification of properties that may have multiple
entries is done by section, on a plugin basis. 

%prep
%setup -q -n Config-INI-MVP-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install DESTDIR=$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 LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sun Feb 21 2010 Iain Arnell  0.024-1
- Specfile autogenerated by cpanspec 1.78.
- use perl_default_filter and DESTDIR
- tweak {build,}requires


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Config-INI-MVP/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  22 Feb 2010 21:35:02 -  1.1
+++ .cvsignore  23 Feb 2010 04:10:25 -  1.2
@@ -0,0 +1 @@
+Config-INI-MVP-0.024.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Config-INI-MVP/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 22 Feb 2010 21:35:03 -  1.1
+++ sources 23 Feb 2010 04:10:25 -  1.2
@@ -0,0 +1 @@
+887b2664aa36680cdde73095e67e12b4  Config-INI-MVP-0.024.tar.gz

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


File DBIx-Class-Schema-Loader-0.05003.tar.gz uploaded to lookaside cache by cweyl

2010-02-22 Thread Chris Weyl
A file has been added to the lookaside cache for perl-DBIx-Class-Schema-Loader:

9b25cac0a2b06959e9387519fead9e3a  DBIx-Class-Schema-Loader-0.05003.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File DBIx-Class-0.08119.tar.gz uploaded to lookaside cache by cweyl

2010-02-22 Thread Chris Weyl
A file has been added to the lookaside cache for perl-DBIx-Class:

8159c0841f9d21fbec368d038c1fdf65  DBIx-Class-0.08119.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel