Broken dependencies: perl-DBI-Dumper

2010-07-16 Thread buildsys


perl-DBI-Dumper has broken dependencies in the rawhide tree:
On x86_64:
perl-DBI-Dumper-2.01-8.fc12.x86_64 requires perl(:MODULE_COMPAT_5.10.0)
On i386:
perl-DBI-Dumper-2.01-8.fc12.i686 requires perl(:MODULE_COMPAT_5.10.0)
Please resolve this as soon as possible.


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


Broken dependencies: perl-Pugs-Compiler-Rule

2010-07-16 Thread buildsys


perl-Pugs-Compiler-Rule has broken dependencies in the rawhide tree:
On x86_64:
perl-Pugs-Compiler-Rule-0.37-4.fc13.noarch requires 
perl(:MODULE_COMPAT_5.10.1)
On i386:
perl-Pugs-Compiler-Rule-0.37-4.fc13.noarch requires 
perl(:MODULE_COMPAT_5.10.1)
Please resolve this as soon as possible.


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


Broken dependencies: perl-Data-Alias

2010-07-16 Thread buildsys


perl-Data-Alias has broken dependencies in the rawhide tree:
On x86_64:
perl-Data-Alias-1.07-6.fc13.x86_64 requires perl(:MODULE_COMPAT_5.10.1)
On i386:
perl-Data-Alias-1.07-6.fc13.i686 requires perl(:MODULE_COMPAT_5.10.1)
Please resolve this as soon as possible.


--
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 B-Compiling-0.02.tar.gz uploaded to lookaside cache by iarnell

2010-07-16 Thread Iain Arnell
A file has been added to the lookaside cache for perl-B-Compiling:

fce284d7a9914c9847694960235db72a  B-Compiling-0.02.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-B-Compiling/F-13 perl-B-Compiling.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2010-07-16 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-B-Compiling/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29267/F-13

Modified Files:
.cvsignore sources 
Added Files:
perl-B-Compiling.spec 
Log Message:
initial import


--- NEW FILE perl-B-Compiling.spec ---
Name:   perl-B-Compiling
Version:0.02
Release:1%{?dist}
Summary:Expose PL_compiling to perl
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/B-Compiling/
Source0:
http://www.cpan.org/authors/id/F/FL/FLORA/B-Compiling-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Sub::Exporter)
BuildRequires:  perl(Test::More)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%{?perl_default_filter}

%description
This module exposes the perl interpreter's PL_compiling variable to perl.

%prep
%setup -q -n B-Compiling-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
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 -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/B*
%{_mandir}/man3/*

%changelog
* Sat Jul 03 2010 Iain Arnell iarn...@gmail.com 0.02-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-B-Compiling/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  16 Jul 2010 17:47:47 -  1.1
+++ .cvsignore  17 Jul 2010 05:44:42 -  1.2
@@ -0,0 +1 @@
+B-Compiling-0.02.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-B-Compiling/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 16 Jul 2010 17:47:47 -  1.1
+++ sources 17 Jul 2010 05:44:42 -  1.2
@@ -0,0 +1 @@
+fce284d7a9914c9847694960235db72a  B-Compiling-0.02.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-B-Compiling/F-12 perl-B-Compiling.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2010-07-16 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-B-Compiling/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29267/F-12

Modified Files:
.cvsignore sources 
Added Files:
perl-B-Compiling.spec 
Log Message:
initial import


--- NEW FILE perl-B-Compiling.spec ---
Name:   perl-B-Compiling
Version:0.02
Release:1%{?dist}
Summary:Expose PL_compiling to perl
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/B-Compiling/
Source0:
http://www.cpan.org/authors/id/F/FL/FLORA/B-Compiling-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Sub::Exporter)
BuildRequires:  perl(Test::More)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%{?perl_default_filter}

%description
This module exposes the perl interpreter's PL_compiling variable to perl.

%prep
%setup -q -n B-Compiling-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
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 -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/B*
%{_mandir}/man3/*

%changelog
* Sat Jul 03 2010 Iain Arnell iarn...@gmail.com 0.02-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-B-Compiling/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  16 Jul 2010 17:47:47 -  1.1
+++ .cvsignore  17 Jul 2010 05:44:42 -  1.2
@@ -0,0 +1 @@
+B-Compiling-0.02.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-B-Compiling/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 16 Jul 2010 17:47:47 -  1.1
+++ sources 17 Jul 2010 05:44:42 -  1.2
@@ -0,0 +1 @@
+fce284d7a9914c9847694960235db72a  B-Compiling-0.02.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-B-Compiling/devel perl-B-Compiling.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2010-07-16 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-B-Compiling/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29267/devel

Modified Files:
.cvsignore sources 
Added Files:
perl-B-Compiling.spec 
Log Message:
initial import


--- NEW FILE perl-B-Compiling.spec ---
Name:   perl-B-Compiling
Version:0.02
Release:1%{?dist}
Summary:Expose PL_compiling to perl
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/B-Compiling/
Source0:
http://www.cpan.org/authors/id/F/FL/FLORA/B-Compiling-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Sub::Exporter)
BuildRequires:  perl(Test::More)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%{?perl_default_filter}

%description
This module exposes the perl interpreter's PL_compiling variable to perl.

%prep
%setup -q -n B-Compiling-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
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 -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/B*
%{_mandir}/man3/*

%changelog
* Sat Jul 03 2010 Iain Arnell iarn...@gmail.com 0.02-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-B-Compiling/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  16 Jul 2010 17:47:47 -  1.1
+++ .cvsignore  17 Jul 2010 05:44:42 -  1.2
@@ -0,0 +1 @@
+B-Compiling-0.02.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-B-Compiling/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 16 Jul 2010 17:47:47 -  1.1
+++ sources 17 Jul 2010 05:44:42 -  1.2
@@ -0,0 +1 @@
+fce284d7a9914c9847694960235db72a  B-Compiling-0.02.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-B-Compiling/F-13 perl-B-Compiling.spec,1.1,1.2

2010-07-16 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-B-Compiling/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29452/F-13

Modified Files:
perl-B-Compiling.spec 
Log Message:
* Sat Jul 17 2010 Iain Arnell iarn...@gmail.com 0.02-2
- cleanup spec for modern rpmbuild



Index: perl-B-Compiling.spec
===
RCS file: /cvs/pkgs/rpms/perl-B-Compiling/F-13/perl-B-Compiling.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- perl-B-Compiling.spec   17 Jul 2010 05:44:42 -  1.1
+++ perl-B-Compiling.spec   17 Jul 2010 05:46:06 -  1.2
@@ -1,12 +1,11 @@
 Name:   perl-B-Compiling
 Version:0.02
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Expose PL_compiling to perl
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/B-Compiling/
 Source0:
http://www.cpan.org/authors/id/F/FL/FLORA/B-Compiling-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Sub::Exporter)
 BuildRequires:  perl(Test::More)
@@ -25,8 +24,6 @@ This module exposes the perl interpreter
 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 {} \;
@@ -38,9 +35,6 @@ find $RPM_BUILD_ROOT -depth -type d -exe
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README
@@ -49,5 +43,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jul 17 2010 Iain Arnell iarn...@gmail.com 0.02-2
+- cleanup spec for modern rpmbuild
+
 * Sat Jul 03 2010 Iain Arnell iarn...@gmail.com 0.02-1
 - Specfile autogenerated by cpanspec 1.78.

--
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-B-Compiling/devel perl-B-Compiling.spec,1.1,1.2

2010-07-16 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-B-Compiling/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29452/devel

Modified Files:
perl-B-Compiling.spec 
Log Message:
* Sat Jul 17 2010 Iain Arnell iarn...@gmail.com 0.02-2
- cleanup spec for modern rpmbuild



Index: perl-B-Compiling.spec
===
RCS file: /cvs/pkgs/rpms/perl-B-Compiling/devel/perl-B-Compiling.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- perl-B-Compiling.spec   17 Jul 2010 05:44:42 -  1.1
+++ perl-B-Compiling.spec   17 Jul 2010 05:46:06 -  1.2
@@ -1,12 +1,11 @@
 Name:   perl-B-Compiling
 Version:0.02
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Expose PL_compiling to perl
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/B-Compiling/
 Source0:
http://www.cpan.org/authors/id/F/FL/FLORA/B-Compiling-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Sub::Exporter)
 BuildRequires:  perl(Test::More)
@@ -25,8 +24,6 @@ This module exposes the perl interpreter
 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 {} \;
@@ -38,9 +35,6 @@ find $RPM_BUILD_ROOT -depth -type d -exe
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README
@@ -49,5 +43,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jul 17 2010 Iain Arnell iarn...@gmail.com 0.02-2
+- cleanup spec for modern rpmbuild
+
 * Sat Jul 03 2010 Iain Arnell iarn...@gmail.com 0.02-1
 - Specfile autogenerated by cpanspec 1.78.

--
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 Devel-Declare-0.006000.tar.gz uploaded to lookaside cache by iarnell

2010-07-16 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Devel-Declare:

5daf4af74683f57e516ffc9efdc14eae  Devel-Declare-0.006000.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-Devel-Declare/devel perl-Devel-Declare.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2010-07-16 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Devel-Declare/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30571/devel

Modified Files:
.cvsignore sources 
Added Files:
perl-Devel-Declare.spec 
Log Message:
initial import


--- NEW FILE perl-Devel-Declare.spec ---
Name:   perl-Devel-Declare
Version:0.006000
Release:1%{?dist}
Summary:Adding keywords to perl, in perl
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Devel-Declare/
Source0:
http://www.cpan.org/authors/id/F/FL/FLORA/Devel-Declare-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl = 1:5.8.1
# for test - not yet in fedora
# BuildRequires:  perl(B::Compiling)
BuildRequires:  perl(B::Hooks::EndOfScope) = 0.05
BuildRequires:  perl(B::Hooks::OP::Check) = 0.18
BuildRequires:  perl(ExtUtils::Depends)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Sub::Name)
BuildRequires:  perl(Test::More) = 0.88
# necessary minimum versions not automatically detected
Requires:   perl(B::Hooks::EndOfScope) = 0.05
Requires:   perl(B::Hooks::OP::Check) = 0.18
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%{?perl_default_filter}

%description
Devel::Declare can install subroutines called declarators which locally
take over Perl's parser, allowing the creation of new syntax.

%prep
%setup -q -n Devel-Declare-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
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 -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Devel*
%{_mandir}/man3/*

%changelog
* Sat Jul 03 2010 Iain Arnell iarn...@gmail.com 0.006000-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Devel-Declare/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  16 Jul 2010 17:48:08 -  1.1
+++ .cvsignore  17 Jul 2010 05:48:44 -  1.2
@@ -0,0 +1 @@
+Devel-Declare-0.006000.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Devel-Declare/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 16 Jul 2010 17:48:08 -  1.1
+++ sources 17 Jul 2010 05:48:44 -  1.2
@@ -0,0 +1 @@
+5daf4af74683f57e516ffc9efdc14eae  Devel-Declare-0.006000.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-Devel-Declare/F-12 perl-Devel-Declare.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2010-07-16 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Devel-Declare/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30571/F-12

Modified Files:
.cvsignore sources 
Added Files:
perl-Devel-Declare.spec 
Log Message:
initial import


--- NEW FILE perl-Devel-Declare.spec ---
Name:   perl-Devel-Declare
Version:0.006000
Release:1%{?dist}
Summary:Adding keywords to perl, in perl
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Devel-Declare/
Source0:
http://www.cpan.org/authors/id/F/FL/FLORA/Devel-Declare-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl = 1:5.8.1
# for test - not yet in fedora
# BuildRequires:  perl(B::Compiling)
BuildRequires:  perl(B::Hooks::EndOfScope) = 0.05
BuildRequires:  perl(B::Hooks::OP::Check) = 0.18
BuildRequires:  perl(ExtUtils::Depends)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Sub::Name)
BuildRequires:  perl(Test::More) = 0.88
# necessary minimum versions not automatically detected
Requires:   perl(B::Hooks::EndOfScope) = 0.05
Requires:   perl(B::Hooks::OP::Check) = 0.18
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%{?perl_default_filter}

%description
Devel::Declare can install subroutines called declarators which locally
take over Perl's parser, allowing the creation of new syntax.

%prep
%setup -q -n Devel-Declare-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
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 -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Devel*
%{_mandir}/man3/*

%changelog
* Sat Jul 03 2010 Iain Arnell iarn...@gmail.com 0.006000-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Devel-Declare/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  16 Jul 2010 17:48:08 -  1.1
+++ .cvsignore  17 Jul 2010 05:48:44 -  1.2
@@ -0,0 +1 @@
+Devel-Declare-0.006000.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Devel-Declare/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 16 Jul 2010 17:48:08 -  1.1
+++ sources 17 Jul 2010 05:48:44 -  1.2
@@ -0,0 +1 @@
+5daf4af74683f57e516ffc9efdc14eae  Devel-Declare-0.006000.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-Devel-Declare/F-13 perl-Devel-Declare.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2010-07-16 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Devel-Declare/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30571/F-13

Modified Files:
.cvsignore sources 
Added Files:
perl-Devel-Declare.spec 
Log Message:
initial import


--- NEW FILE perl-Devel-Declare.spec ---
Name:   perl-Devel-Declare
Version:0.006000
Release:1%{?dist}
Summary:Adding keywords to perl, in perl
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Devel-Declare/
Source0:
http://www.cpan.org/authors/id/F/FL/FLORA/Devel-Declare-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl = 1:5.8.1
# for test - not yet in fedora
# BuildRequires:  perl(B::Compiling)
BuildRequires:  perl(B::Hooks::EndOfScope) = 0.05
BuildRequires:  perl(B::Hooks::OP::Check) = 0.18
BuildRequires:  perl(ExtUtils::Depends)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Sub::Name)
BuildRequires:  perl(Test::More) = 0.88
# necessary minimum versions not automatically detected
Requires:   perl(B::Hooks::EndOfScope) = 0.05
Requires:   perl(B::Hooks::OP::Check) = 0.18
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%{?perl_default_filter}

%description
Devel::Declare can install subroutines called declarators which locally
take over Perl's parser, allowing the creation of new syntax.

%prep
%setup -q -n Devel-Declare-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
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 -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Devel*
%{_mandir}/man3/*

%changelog
* Sat Jul 03 2010 Iain Arnell iarn...@gmail.com 0.006000-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Devel-Declare/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  16 Jul 2010 17:48:08 -  1.1
+++ .cvsignore  17 Jul 2010 05:48:44 -  1.2
@@ -0,0 +1 @@
+Devel-Declare-0.006000.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Devel-Declare/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 16 Jul 2010 17:48:08 -  1.1
+++ sources 17 Jul 2010 05:48:44 -  1.2
@@ -0,0 +1 @@
+5daf4af74683f57e516ffc9efdc14eae  Devel-Declare-0.006000.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-Devel-Declare/F-13 perl-Devel-Declare.spec,1.1,1.2

2010-07-16 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Devel-Declare/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31538

Modified Files:
perl-Devel-Declare.spec 
Log Message:
* Sat Jul 17 2010 Iain Arnell iarn...@gmail.com 0.006000-2
- cleanup spec for modern rpmbuild



Index: perl-Devel-Declare.spec
===
RCS file: /cvs/pkgs/rpms/perl-Devel-Declare/F-13/perl-Devel-Declare.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- perl-Devel-Declare.spec 17 Jul 2010 05:48:44 -  1.1
+++ perl-Devel-Declare.spec 17 Jul 2010 05:52:51 -  1.2
@@ -1,13 +1,11 @@
 Name:   perl-Devel-Declare
 Version:0.006000
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Adding keywords to perl, in perl
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Devel-Declare/
 Source0:
http://www.cpan.org/authors/id/F/FL/FLORA/Devel-Declare-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  perl = 1:5.8.1
 # for test - not yet in fedora
 # BuildRequires:  perl(B::Compiling)
 BuildRequires:  perl(B::Hooks::EndOfScope) = 0.05
@@ -35,8 +33,6 @@ take over Perl's parser, allowing the cr
 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 {} \;
@@ -48,9 +44,6 @@ find $RPM_BUILD_ROOT -depth -type d -exe
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README
@@ -59,5 +52,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jul 17 2010 Iain Arnell iarn...@gmail.com 0.006000-2
+- cleanup spec for modern rpmbuild
+
 * Sat Jul 03 2010 Iain Arnell iarn...@gmail.com 0.006000-1
 - Specfile autogenerated by cpanspec 1.78.

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