rpms/perl-MooseX-Emulate-Class-Accessor-Fast/F-9 import.log, NONE, 1.1 perl-MooseX-Emulate-Class-Accessor-Fast.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-13 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4830/F-9

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-MooseX-Emulate-Class-Accessor-Fast.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-MooseX-Emulate-Class-Accessor-Fast-0_00800-1_fc10:F-9:perl-MooseX-Emulate-Class-Accessor-Fast-0.00800-1.fc10.src.rpm:1234567299


--- NEW FILE perl-MooseX-Emulate-Class-Accessor-Fast.spec ---
Name:   perl-MooseX-Emulate-Class-Accessor-Fast 
Version:0.00800 
Release:1%{?dist}
# lib/MooseX/Adopt/Class/Accessor/Fast.pm -> GPL+ or Artistic
# lib/MooseX/Emulate/Class/Accessor/Fast.pm -> GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:Emulate Class::Accessor::Fast behavior using Moose attributes 
Source: 
http://search.cpan.org/CPAN/authors/id/G/GR/GRODITI/MooseX-Emulate-Class-Accessor-Fast-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/MooseX-Emulate-Class-Accessor-Fast
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(Moose)   >= 0.31
BuildRequires: perl(Moose::Role) 
BuildRequires: perl(namespace::clean)
# tests
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Class::Accessor::Fast)


%description
This module attempts to emulate the behavior of Class::Accessor::Fast 
as accurately as possible using the Moose attribute system. The public 
API of "Class::Accessor::Fast" is wholly supported, but the private
methods are not.  If you are only using the public methods (as you 
should) migration should be a matter of switching your "use base" line
to a "with" line.


%prep
%setup -q -n MooseX-Emulate-Class-Accessor-Fast-%{version}

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

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

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

%changelog
* Tue Feb 10 2009 Chris Weyl  0.00800-1
- update for submission

* Tue Feb 10 2009 Chris Weyl  0.00800-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: 
/cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  13 Feb 2009 07:03:12 -  1.1
+++ .cvsignore  13 Feb 2009 23:21:41 -  1.2
@@ -0,0 +1 @@
+MooseX-Emulate-Class-Accessor-Fast-0.00800.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 13 Feb 2009 07:03:12 -  1.1
+++ sources 13 Feb 2009 23:21:41 -  1.2
@@ -0,0 +1 @@
+050c85f8f30584bcfafe4f96af4d9ef0  
MooseX-Emulate-Class-Accessor-Fast-0.00800.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-MooseX-Emulate-Class-Accessor-Fast/F-10 import.log, NONE, 1.1 perl-MooseX-Emulate-Class-Accessor-Fast.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-13 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4502/F-10

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-MooseX-Emulate-Class-Accessor-Fast.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-MooseX-Emulate-Class-Accessor-Fast-0_00800-1_fc10:F-10:perl-MooseX-Emulate-Class-Accessor-Fast-0.00800-1.fc10.src.rpm:1234567253


--- NEW FILE perl-MooseX-Emulate-Class-Accessor-Fast.spec ---
Name:   perl-MooseX-Emulate-Class-Accessor-Fast 
Version:0.00800 
Release:1%{?dist}
# lib/MooseX/Adopt/Class/Accessor/Fast.pm -> GPL+ or Artistic
# lib/MooseX/Emulate/Class/Accessor/Fast.pm -> GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:Emulate Class::Accessor::Fast behavior using Moose attributes 
Source: 
http://search.cpan.org/CPAN/authors/id/G/GR/GRODITI/MooseX-Emulate-Class-Accessor-Fast-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/MooseX-Emulate-Class-Accessor-Fast
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(Moose)   >= 0.31
BuildRequires: perl(Moose::Role) 
BuildRequires: perl(namespace::clean)
# tests
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Class::Accessor::Fast)


%description
This module attempts to emulate the behavior of Class::Accessor::Fast 
as accurately as possible using the Moose attribute system. The public 
API of "Class::Accessor::Fast" is wholly supported, but the private
methods are not.  If you are only using the public methods (as you 
should) migration should be a matter of switching your "use base" line
to a "with" line.


%prep
%setup -q -n MooseX-Emulate-Class-Accessor-Fast-%{version}

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

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

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

%changelog
* Tue Feb 10 2009 Chris Weyl  0.00800-1
- update for submission

* Tue Feb 10 2009 Chris Weyl  0.00800-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: 
/cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  13 Feb 2009 07:03:12 -  1.1
+++ .cvsignore  13 Feb 2009 23:20:55 -  1.2
@@ -0,0 +1 @@
+MooseX-Emulate-Class-Accessor-Fast-0.00800.tar.gz


Index: sources
===
RCS file: 
/cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 13 Feb 2009 07:03:12 -  1.1
+++ sources 13 Feb 2009 23:20:55 -  1.2
@@ -0,0 +1 @@
+050c85f8f30584bcfafe4f96af4d9ef0  
MooseX-Emulate-Class-Accessor-Fast-0.00800.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-MooseX-Emulate-Class-Accessor-Fast/devel import.log, NONE, 1.1 perl-MooseX-Emulate-Class-Accessor-Fast.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-13 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4237/devel

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-MooseX-Emulate-Class-Accessor-Fast.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-MooseX-Emulate-Class-Accessor-Fast-0_00800-1_fc10:HEAD:perl-MooseX-Emulate-Class-Accessor-Fast-0.00800-1.fc10.src.rpm:1234567207


--- NEW FILE perl-MooseX-Emulate-Class-Accessor-Fast.spec ---
Name:   perl-MooseX-Emulate-Class-Accessor-Fast 
Version:0.00800 
Release:1%{?dist}
# lib/MooseX/Adopt/Class/Accessor/Fast.pm -> GPL+ or Artistic
# lib/MooseX/Emulate/Class/Accessor/Fast.pm -> GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:Emulate Class::Accessor::Fast behavior using Moose attributes 
Source: 
http://search.cpan.org/CPAN/authors/id/G/GR/GRODITI/MooseX-Emulate-Class-Accessor-Fast-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/MooseX-Emulate-Class-Accessor-Fast
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(Moose)   >= 0.31
BuildRequires: perl(Moose::Role) 
BuildRequires: perl(namespace::clean)
# tests
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Class::Accessor::Fast)


%description
This module attempts to emulate the behavior of Class::Accessor::Fast 
as accurately as possible using the Moose attribute system. The public 
API of "Class::Accessor::Fast" is wholly supported, but the private
methods are not.  If you are only using the public methods (as you 
should) migration should be a matter of switching your "use base" line
to a "with" line.


%prep
%setup -q -n MooseX-Emulate-Class-Accessor-Fast-%{version}

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

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

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

%changelog
* Tue Feb 10 2009 Chris Weyl  0.00800-1
- update for submission

* Tue Feb 10 2009 Chris Weyl  0.00800-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: 
/cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  13 Feb 2009 07:03:12 -  1.1
+++ .cvsignore  13 Feb 2009 23:20:09 -  1.2
@@ -0,0 +1 @@
+MooseX-Emulate-Class-Accessor-Fast-0.00800.tar.gz


Index: sources
===
RCS file: 
/cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 13 Feb 2009 07:03:12 -  1.1
+++ sources 13 Feb 2009 23:20:09 -  1.2
@@ -0,0 +1 @@
+050c85f8f30584bcfafe4f96af4d9ef0  
MooseX-Emulate-Class-Accessor-Fast-0.00800.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-Scope-Upper/F-9 import.log, NONE, 1.1 perl-Scope-Upper.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-13 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Scope-Upper/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3821/F-9

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Scope-Upper.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-Scope-Upper-0_06-1_fc10:F-9:perl-Scope-Upper-0.06-1.fc10.src.rpm:1234557224


--- NEW FILE perl-Scope-Upper.spec ---
Name:   perl-Scope-Upper 
Version:0.06 
Release:1%{?dist}
# lib/Scope/Upper.pm -> GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:Act on upper scopes 
Source: 
http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/Scope-Upper-%{version}.tar.gz 
Url:http://search.cpan.org/dist/Scope-Upper
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Exporter)
BuildRequires: perl(XSLoader)
# testing
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)


%description
This module lets you defer actions that will take place when the control
flow returns into an upper scope. Currently, you can hook an upper scope
end, or localize variables, array/hash values or deletions of elements
in higher contexts. You can also return to an upper level and know which
context was in use then.



%prep
%setup -q -n Scope-Upper-%{version}

%{__perl} -pi -e 's|^#!perl|#!%{__perl}|' samples/*

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

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc README Changes samples/
%{perl_vendorarch}/*
%exclude %dir %{perl_vendorarch}/auto
%{_mandir}/man3/*.3*

%changelog
* Tue Feb 10 2009 Chris Weyl  0.06-1
- brush-up for review submission

* Tue Feb 10 2009 Chris Weyl  0.06-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Scope-Upper/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  13 Feb 2009 07:01:50 -  1.1
+++ .cvsignore  13 Feb 2009 20:33:47 -  1.2
@@ -0,0 +1 @@
+Scope-Upper-0.06.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Scope-Upper/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 13 Feb 2009 07:01:50 -  1.1
+++ sources 13 Feb 2009 20:33:47 -  1.2
@@ -0,0 +1 @@
+de6a0d15e7c2b454f08ce38309cc0078  Scope-Upper-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-Scope-Upper/F-10 import.log, NONE, 1.1 perl-Scope-Upper.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-13 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Scope-Upper/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3506/F-10

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Scope-Upper.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-Scope-Upper-0_06-1_fc10:F-10:perl-Scope-Upper-0.06-1.fc10.src.rpm:1234557177


--- NEW FILE perl-Scope-Upper.spec ---
Name:   perl-Scope-Upper 
Version:0.06 
Release:1%{?dist}
# lib/Scope/Upper.pm -> GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:Act on upper scopes 
Source: 
http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/Scope-Upper-%{version}.tar.gz 
Url:http://search.cpan.org/dist/Scope-Upper
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Exporter)
BuildRequires: perl(XSLoader)
# testing
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)


%description
This module lets you defer actions that will take place when the control
flow returns into an upper scope. Currently, you can hook an upper scope
end, or localize variables, array/hash values or deletions of elements
in higher contexts. You can also return to an upper level and know which
context was in use then.



%prep
%setup -q -n Scope-Upper-%{version}

%{__perl} -pi -e 's|^#!perl|#!%{__perl}|' samples/*

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

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc README Changes samples/
%{perl_vendorarch}/*
%exclude %dir %{perl_vendorarch}/auto
%{_mandir}/man3/*.3*

%changelog
* Tue Feb 10 2009 Chris Weyl  0.06-1
- brush-up for review submission

* Tue Feb 10 2009 Chris Weyl  0.06-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Scope-Upper/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  13 Feb 2009 07:01:50 -  1.1
+++ .cvsignore  13 Feb 2009 20:33:00 -  1.2
@@ -0,0 +1 @@
+Scope-Upper-0.06.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Scope-Upper/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 13 Feb 2009 07:01:50 -  1.1
+++ sources 13 Feb 2009 20:33:00 -  1.2
@@ -0,0 +1 @@
+de6a0d15e7c2b454f08ce38309cc0078  Scope-Upper-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-Scope-Upper/devel import.log, NONE, 1.1 perl-Scope-Upper.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-13 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Scope-Upper/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3115/devel

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Scope-Upper.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-Scope-Upper-0_06-1_fc10:HEAD:perl-Scope-Upper-0.06-1.fc10.src.rpm:1234557125


--- NEW FILE perl-Scope-Upper.spec ---
Name:   perl-Scope-Upper 
Version:0.06 
Release:1%{?dist}
# lib/Scope/Upper.pm -> GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:Act on upper scopes 
Source: 
http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/Scope-Upper-%{version}.tar.gz 
Url:http://search.cpan.org/dist/Scope-Upper
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Exporter)
BuildRequires: perl(XSLoader)
# testing
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)


%description
This module lets you defer actions that will take place when the control
flow returns into an upper scope. Currently, you can hook an upper scope
end, or localize variables, array/hash values or deletions of elements
in higher contexts. You can also return to an upper level and know which
context was in use then.



%prep
%setup -q -n Scope-Upper-%{version}

%{__perl} -pi -e 's|^#!perl|#!%{__perl}|' samples/*

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

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc README Changes samples/
%{perl_vendorarch}/*
%exclude %dir %{perl_vendorarch}/auto
%{_mandir}/man3/*.3*

%changelog
* Tue Feb 10 2009 Chris Weyl  0.06-1
- brush-up for review submission

* Tue Feb 10 2009 Chris Weyl  0.06-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Scope-Upper/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  13 Feb 2009 07:01:50 -  1.1
+++ .cvsignore  13 Feb 2009 20:32:12 -  1.2
@@ -0,0 +1 @@
+Scope-Upper-0.06.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Scope-Upper/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 13 Feb 2009 07:01:50 -  1.1
+++ sources 13 Feb 2009 20:32:13 -  1.2
@@ -0,0 +1 @@
+de6a0d15e7c2b454f08ce38309cc0078  Scope-Upper-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-Class-C3-Adopt-NEXT/F-10 import.log, NONE, 1.1 perl-Class-C3-Adopt-NEXT.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-13 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv779/F-10

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Class-C3-Adopt-NEXT.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-Class-C3-Adopt-NEXT-0_06-1_fc10:F-10:perl-Class-C3-Adopt-NEXT-0.06-1.fc10.src.rpm:1234556606


--- NEW FILE perl-Class-C3-Adopt-NEXT.spec ---
Name:   perl-Class-C3-Adopt-NEXT 
Version:0.06 
Release:1%{?dist}
# lib/Class/C3/Adopt/NEXT.pm -> GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:Reduce one's dependency on NEXT
Source: 
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Class-C3-Adopt-NEXT-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/Class-C3-Adopt-NEXT
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(MRO::Compat)
BuildRequires: perl(NEXT)
# test
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Exception)


%description
NEXT was a good solution a few years ago, but isn't any more. It's 
slow, and the order in which it re-dispatches methods appears random
at times. It also encourages bad programming practices, as you end up
with code to redispatch methods when all you really wanted to do was
run some code before or after a method fired.  However, if you have a large
application, then weaning yourself off 'NEXT' isn't easy.This module is
intended as a drop-in replacement for NEXT, supporting the same interface,
but using Class::C3 to do the hard work. You can then write new code 
without 'NEXT', and migrate individual source files to use 'Class::C3'
or method modifiers as appropriate, at whatever pace you're comfortable with.



%prep
%setup -q -n Class-C3-Adopt-NEXT-%{version}

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

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

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

%changelog
* Tue Feb 10 2009 Chris Weyl  0.06-1
- brush up for submission

* Tue Feb 10 2009 Chris Weyl  0.06-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  13 Feb 2009 07:00:04 -  1.1
+++ .cvsignore  13 Feb 2009 20:23:30 -  1.2
@@ -0,0 +1 @@
+Class-C3-Adopt-NEXT-0.06.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 13 Feb 2009 07:00:04 -  1.1
+++ sources 13 Feb 2009 20:23:30 -  1.2
@@ -0,0 +1 @@
+bff4d7a48dd6ee28f182c7ac2095d6d5  Class-C3-Adopt-NEXT-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-Class-C3-Adopt-NEXT/F-9 import.log, NONE, 1.1 perl-Class-C3-Adopt-NEXT.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-13 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1164/F-9

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Class-C3-Adopt-NEXT.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-Class-C3-Adopt-NEXT-0_06-1_fc10:F-9:perl-Class-C3-Adopt-NEXT-0.06-1.fc10.src.rpm:1234556654


--- NEW FILE perl-Class-C3-Adopt-NEXT.spec ---
Name:   perl-Class-C3-Adopt-NEXT 
Version:0.06 
Release:1%{?dist}
# lib/Class/C3/Adopt/NEXT.pm -> GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:Reduce one's dependency on NEXT
Source: 
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Class-C3-Adopt-NEXT-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/Class-C3-Adopt-NEXT
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(MRO::Compat)
BuildRequires: perl(NEXT)
# test
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Exception)


%description
NEXT was a good solution a few years ago, but isn't any more. It's 
slow, and the order in which it re-dispatches methods appears random
at times. It also encourages bad programming practices, as you end up
with code to redispatch methods when all you really wanted to do was
run some code before or after a method fired.  However, if you have a large
application, then weaning yourself off 'NEXT' isn't easy.This module is
intended as a drop-in replacement for NEXT, supporting the same interface,
but using Class::C3 to do the hard work. You can then write new code 
without 'NEXT', and migrate individual source files to use 'Class::C3'
or method modifiers as appropriate, at whatever pace you're comfortable with.



%prep
%setup -q -n Class-C3-Adopt-NEXT-%{version}

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

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

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

%changelog
* Tue Feb 10 2009 Chris Weyl  0.06-1
- brush up for submission

* Tue Feb 10 2009 Chris Weyl  0.06-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  13 Feb 2009 07:00:04 -  1.1
+++ .cvsignore  13 Feb 2009 20:24:17 -  1.2
@@ -0,0 +1 @@
+Class-C3-Adopt-NEXT-0.06.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 13 Feb 2009 07:00:04 -  1.1
+++ sources 13 Feb 2009 20:24:17 -  1.2
@@ -0,0 +1 @@
+bff4d7a48dd6ee28f182c7ac2095d6d5  Class-C3-Adopt-NEXT-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-Class-C3-Adopt-NEXT/devel import.log, NONE, 1.1 perl-Class-C3-Adopt-NEXT.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-13 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv397/devel

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Class-C3-Adopt-NEXT.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-Class-C3-Adopt-NEXT-0_06-1_fc10:HEAD:perl-Class-C3-Adopt-NEXT-0.06-1.fc10.src.rpm:1234556559


--- NEW FILE perl-Class-C3-Adopt-NEXT.spec ---
Name:   perl-Class-C3-Adopt-NEXT 
Version:0.06 
Release:1%{?dist}
# lib/Class/C3/Adopt/NEXT.pm -> GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:Reduce one's dependency on NEXT
Source: 
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Class-C3-Adopt-NEXT-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/Class-C3-Adopt-NEXT
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(MRO::Compat)
BuildRequires: perl(NEXT)
# test
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Exception)


%description
NEXT was a good solution a few years ago, but isn't any more. It's 
slow, and the order in which it re-dispatches methods appears random
at times. It also encourages bad programming practices, as you end up
with code to redispatch methods when all you really wanted to do was
run some code before or after a method fired.  However, if you have a large
application, then weaning yourself off 'NEXT' isn't easy.This module is
intended as a drop-in replacement for NEXT, supporting the same interface,
but using Class::C3 to do the hard work. You can then write new code 
without 'NEXT', and migrate individual source files to use 'Class::C3'
or method modifiers as appropriate, at whatever pace you're comfortable with.



%prep
%setup -q -n Class-C3-Adopt-NEXT-%{version}

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

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

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

%changelog
* Tue Feb 10 2009 Chris Weyl  0.06-1
- brush up for submission

* Tue Feb 10 2009 Chris Weyl  0.06-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  13 Feb 2009 07:00:04 -  1.1
+++ .cvsignore  13 Feb 2009 20:22:42 -  1.2
@@ -0,0 +1 @@
+Class-C3-Adopt-NEXT-0.06.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 13 Feb 2009 07:00:04 -  1.1
+++ sources 13 Feb 2009 20:22:42 -  1.2
@@ -0,0 +1 @@
+bff4d7a48dd6ee28f182c7ac2095d6d5  Class-C3-Adopt-NEXT-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-MouseX-Types/F-9 import.log, NONE, 1.1 perl-MouseX-Types.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-13 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-MouseX-Types/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31849/F-9

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-MouseX-Types.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-MouseX-Types-0_01-1_fc10:F-9:perl-MouseX-Types-0.01-1.fc10.src.rpm:1234556370


--- NEW FILE perl-MouseX-Types.spec ---
Name:   perl-MouseX-Types 
Version:0.01 
Release:1%{?dist}
# lib/MouseX/Types.pm -> GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:Organize your Mouse types in libraries 
Source: 
http://search.cpan.org/CPAN/authors/id/Y/YA/YAPPO/MouseX-Types-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/MouseX-Types
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(Mouse) >= 0.15
BuildRequires: perl(Mouse::Util::TypeConstraints)
BuildRequires: perl(Scalar::Util)
# tests...
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More)


%description
Organize your Mouse types; much as MooseX::Types does for your Moose types.
For more information, please see the MooseX::Types manpage.

This library was split off from Mouse as of Mouse 0.15.


%prep
%setup -q -n MouseX-Types-%{version}

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

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

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

%changelog
* Wed Feb 11 2009 Chris Weyl  0.01-1
- update for submission

* Wed Feb 11 2009 Chris Weyl  0.01-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-MouseX-Types/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  13 Feb 2009 07:00:55 -  1.1
+++ .cvsignore  13 Feb 2009 20:19:33 -  1.2
@@ -0,0 +1 @@
+MouseX-Types-0.01.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-MouseX-Types/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 13 Feb 2009 07:00:55 -  1.1
+++ sources 13 Feb 2009 20:19:33 -  1.2
@@ -0,0 +1 @@
+8c375c45aa73397c40ac58054d3ca734  MouseX-Types-0.01.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-MouseX-Types/F-10 import.log, NONE, 1.1 perl-MouseX-Types.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-13 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-MouseX-Types/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31479/F-10

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-MouseX-Types.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-MouseX-Types-0_01-1_fc10:F-10:perl-MouseX-Types-0.01-1.fc10.src.rpm:1234556322


--- NEW FILE perl-MouseX-Types.spec ---
Name:   perl-MouseX-Types 
Version:0.01 
Release:1%{?dist}
# lib/MouseX/Types.pm -> GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:Organize your Mouse types in libraries 
Source: 
http://search.cpan.org/CPAN/authors/id/Y/YA/YAPPO/MouseX-Types-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/MouseX-Types
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(Mouse) >= 0.15
BuildRequires: perl(Mouse::Util::TypeConstraints)
BuildRequires: perl(Scalar::Util)
# tests...
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More)


%description
Organize your Mouse types; much as MooseX::Types does for your Moose types.
For more information, please see the MooseX::Types manpage.

This library was split off from Mouse as of Mouse 0.15.


%prep
%setup -q -n MouseX-Types-%{version}

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

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

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

%changelog
* Wed Feb 11 2009 Chris Weyl  0.01-1
- update for submission

* Wed Feb 11 2009 Chris Weyl  0.01-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-MouseX-Types/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  13 Feb 2009 07:00:55 -  1.1
+++ .cvsignore  13 Feb 2009 20:18:46 -  1.2
@@ -0,0 +1 @@
+MouseX-Types-0.01.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-MouseX-Types/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 13 Feb 2009 07:00:55 -  1.1
+++ sources 13 Feb 2009 20:18:46 -  1.2
@@ -0,0 +1 @@
+8c375c45aa73397c40ac58054d3ca734  MouseX-Types-0.01.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-MouseX-Types/devel import.log, NONE, 1.1 perl-MouseX-Types.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-13 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-MouseX-Types/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31173/devel

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-MouseX-Types.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-MouseX-Types-0_01-1_fc10:HEAD:perl-MouseX-Types-0.01-1.fc10.src.rpm:1234556273


--- NEW FILE perl-MouseX-Types.spec ---
Name:   perl-MouseX-Types 
Version:0.01 
Release:1%{?dist}
# lib/MouseX/Types.pm -> GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:Organize your Mouse types in libraries 
Source: 
http://search.cpan.org/CPAN/authors/id/Y/YA/YAPPO/MouseX-Types-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/MouseX-Types
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(Mouse) >= 0.15
BuildRequires: perl(Mouse::Util::TypeConstraints)
BuildRequires: perl(Scalar::Util)
# tests...
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More)


%description
Organize your Mouse types; much as MooseX::Types does for your Moose types.
For more information, please see the MooseX::Types manpage.

This library was split off from Mouse as of Mouse 0.15.


%prep
%setup -q -n MouseX-Types-%{version}

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

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

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

%changelog
* Wed Feb 11 2009 Chris Weyl  0.01-1
- update for submission

* Wed Feb 11 2009 Chris Weyl  0.01-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-MouseX-Types/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  13 Feb 2009 07:00:55 -  1.1
+++ .cvsignore  13 Feb 2009 20:17:57 -  1.2
@@ -0,0 +1 @@
+MouseX-Types-0.01.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-MouseX-Types/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 13 Feb 2009 07:00:55 -  1.1
+++ sources 13 Feb 2009 20:17:57 -  1.2
@@ -0,0 +1 @@
+8c375c45aa73397c40ac58054d3ca734  MouseX-Types-0.01.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-IPTables-ChainMgr/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4

2009-02-13 Thread Miloslav Trmac
Author: mitr

Update of /cvs/pkgs/rpms/perl-IPTables-ChainMgr/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14474

Modified Files:
.cvsignore sources 
Log Message:
* Fri Feb 13 2009 Miloslav Trmač  - 0.9-1
- Update to IPTables-ChainMgr-0.9.



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-IPTables-ChainMgr/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore  21 Oct 2008 01:53:47 -  1.3
+++ .cvsignore  13 Feb 2009 14:48:33 -  1.4
@@ -1,2 +1,2 @@
-IPTables-ChainMgr-0.8.tar.bz2
-IPTables-ChainMgr-0.8.tar.bz2.asc
+IPTables-ChainMgr-0.9.tar.bz2
+IPTables-ChainMgr-0.9.tar.bz2.asc


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-IPTables-ChainMgr/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 21 Oct 2008 01:53:47 -  1.3
+++ sources 13 Feb 2009 14:48:33 -  1.4
@@ -1,2 +1,2 @@
-83e28355487adb0d20188e04915de381  IPTables-ChainMgr-0.8.tar.bz2
-7cfc3fc86377d27cc8daf0f4c451bddd  IPTables-ChainMgr-0.8.tar.bz2.asc
+632fb076434b7c7ce222ffe0b0678656  IPTables-ChainMgr-0.9.tar.bz2
+4bd1c15643a007b29e5cc26b51114e58  IPTables-ChainMgr-0.9.tar.bz2.asc

--
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-IPTables-ChainMgr/devel perl-IPTables-ChainMgr.spec, 1.2, 1.3

2009-02-13 Thread Miloslav Trmac
Author: mitr

Update of /cvs/pkgs/rpms/perl-IPTables-ChainMgr/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12589

Modified Files:
perl-IPTables-ChainMgr.spec 
Log Message:
* Fri Feb 13 2009 Miloslav Trmač  - 0.9-1
- Update to IPTables-ChainMgr-0.9.



Index: perl-IPTables-ChainMgr.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-IPTables-ChainMgr/devel/perl-IPTables-ChainMgr.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-IPTables-ChainMgr.spec 21 Oct 2008 01:53:47 -  1.2
+++ perl-IPTables-ChainMgr.spec 13 Feb 2009 14:44:40 -  1.3
@@ -1,6 +1,6 @@
 Name:   perl-IPTables-ChainMgr
-Version:0.8
-Release:1%{?dist}
+Version:0.9
+Release:1
 Summary:Perl extension for manipulating iptables policies
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -53,6 +53,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 13 2009 Miloslav Trmač  - 0.9-1
+- Update to IPTables-ChainMgr-0.9.
+
 * Tue Oct 21 2008 Miloslav Trmač  - 0.8-1
 - Update to IPTables-ChainMgr-0.8.
 

--
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 483016] Package Review: perl-NOCpulse-Debug - Perl debug output package

2009-02-13 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=483016


Miroslav Suchy  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution||NEXTRELEASE




-- 
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