[perl-POE/epel7] Additional missing dependencies

2014-09-27 Thread averi
commit 2374a7d8f43f59273fbc1f41c262e428110ed6df
Author: Andrea Veri a...@gnome.org
Date:   Sat Sep 27 14:28:54 2014 +0200

Additional missing dependencies

 perl-POE.spec |   13 -
 1 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/perl-POE.spec b/perl-POE.spec
index 9c89dba..18e1716 100644
--- a/perl-POE.spec
+++ b/perl-POE.spec
@@ -10,9 +10,15 @@ Source0:   
http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{version}.ta
 BuildArch: noarch
 Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
+BuildRequires:  perl
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Config)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warning)
+BuildRequires:  perl(bytes)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Compress::Zlib) = 1.33
-BuildRequires:  perl(Curses) = 1.08
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Errno) = 1.09
 BuildRequires:  perl(Exporter)
@@ -27,6 +33,7 @@ BuildRequires:  perl(HTTP::Date)
 BuildRequires:  perl(HTTP::Request)
 BuildRequires:  perl(HTTP::Response)
 BuildRequires:  perl(HTTP::Status)
+BuildRequires:  perl(Fcntl)
 # POE::Test::Loops unsurprisingly requires POE
 %if 0%{!?perl_bootstrap:1}
 BuildRequires:  perl(POE::Test::Loops) = 1.351
@@ -40,6 +47,7 @@ BuildRequires:  perl(Term::ReadKey) = 2.21
 BuildRequires:  perl(URI) = 1.30
 BuildRequires:  perl(Getopt::Long)
 BuildRequires:  perl(IO::Pipely) = 0.005
+BuildRequires:  perl(FileHandle)
 # test
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(IO::File)
@@ -50,6 +58,7 @@ BuildRequires:  perl(Test::Pod) = 1.00
 BuildRequires:  perl(Test::Pod::Coverage) = 1.08
 BuildRequires:  perl(Time::HiRes) = 1.59
 BuildRequires:  perl(Tie::Handle)
+BuildRequires:  perl(constant)
 
 Requires:   perl(Compress::Zlib) = 1.33
 Requires:   perl(Data::Dumper)
@@ -65,6 +74,7 @@ Requires:   perl(Socket6) = 0.14
 Requires:   perl(Storable) = 2.26
 Requires:   perl(Time::HiRes) = 1.59
 Requires:   perl(IO::Pipely) = 0.005
+Requires:   perl(Curses) = 1.08 
 
 %{?perl_default_filter}
 
@@ -79,6 +89,7 @@ Requires:   perl(IO::Pipely) = 0.005
 %global __requires_exclude %__requires_exclude|perl\\(Storable\\)
 %global __requires_exclude %__requires_exclude|perl\\(Time::HiRes\\)
 %global __requires_exclude %__requires_exclude|^perl\\(IO::Pipely\\)$)
+%global __requires_exclude %__requires_exclude|^perl\\(Curses\\))
 
 %description
 POE is a framework for cooperative, event driven multitasking in Perl.
--
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

[perl-POE/epel7] s/warning/warnings

2014-09-27 Thread averi
commit 6340bd928d2142a398fb3e9890877e90b809932b
Author: Andrea Veri a...@gnome.org
Date:   Sat Sep 27 14:37:25 2014 +0200

s/warning/warnings

 perl-POE.spec |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-POE.spec b/perl-POE.spec
index 18e1716..41fa649 100644
--- a/perl-POE.spec
+++ b/perl-POE.spec
@@ -15,7 +15,7 @@ BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Config)
 BuildRequires:  perl(strict)
-BuildRequires:  perl(warning)
+BuildRequires:  perl(warnings)
 BuildRequires:  perl(bytes)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Compress::Zlib) = 1.33
--
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

[perl-POE/epel7] New upstream release: 1.364

2014-09-26 Thread averi
commit 189bbd5a00351695e6ec2ee5c511464bbc4fe208
Author: Andrea Veri a...@gnome.org
Date:   Fri Sep 26 17:01:27 2014 +0200

New upstream release: 1.364

 .gitignore|1 +
 perl-POE.spec |   26 +++---
 sources   |2 +-
 3 files changed, 21 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 88f2294..9cb1661 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ POE-1.289.tar.gz
 /POE-1.352.tar.gz
 /POE-1.353.tar.gz
 /POE-1.354.tar.gz
+/POE-1.364.tar.gz
diff --git a/perl-POE.spec b/perl-POE.spec
index 79b8d62..9c89dba 100644
--- a/perl-POE.spec
+++ b/perl-POE.spec
@@ -1,6 +1,6 @@
 Name:  perl-POE
-Version:   1.354
-Release:   7%{?dist}
+Version:   1.364
+Release:   1%{?dist}
 Summary:   POE - portable multitasking and networking framework for Perl
 
 Group: Development/Libraries
@@ -21,8 +21,8 @@ BuildRequires:  perl(IO) = 1.24
 BuildRequires:  perl(IO::Handle) = 1.27
 BuildRequires:  perl(IO::Poll) = 0.01
 BuildRequires:  perl(IO::Pty) = 1.02
-BuildRequires:  perl(IO::Socket)
 BuildRequires:  perl(IO::Tty) = 1.08
+BuildRequires:  perl(lib)
 BuildRequires:  perl(HTTP::Date)
 BuildRequires:  perl(HTTP::Request)
 BuildRequires:  perl(HTTP::Response)
@@ -31,20 +31,27 @@ BuildRequires:  perl(HTTP::Status)
 %if 0%{!?perl_bootstrap:1}
 BuildRequires:  perl(POE::Test::Loops) = 1.351
 %endif
+BuildRequires:  perl(Socket::GetAddrInfo)
+BuildRequires:  perl(Storable) = 2.26
 BuildRequires:  perl(Socket) = 1.7
 BuildRequires:  perl(Socket6) = 0.14
-BuildRequires:  perl(Storable) = 2.16
 BuildRequires:  perl(Term::Cap) = 1.09
 BuildRequires:  perl(Term::ReadKey) = 2.21
-BuildRequires:  perl(Time::HiRes) = 1.59
 BuildRequires:  perl(URI) = 1.30
+BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(IO::Pipely) = 0.005
 # test
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(IO::File)
+BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Test::Harness) = 2.26
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod) = 1.00
 BuildRequires:  perl(Test::Pod::Coverage) = 1.08
+BuildRequires:  perl(Time::HiRes) = 1.59
+BuildRequires:  perl(Tie::Handle)
 
-Requires:   perl(Compress::Zlib)
+Requires:   perl(Compress::Zlib) = 1.33
 Requires:   perl(Data::Dumper)
 Requires:   perl(Errno) = 1.09
 Requires:   perl(Exporter)
@@ -55,8 +62,9 @@ Requires:   perl(IO::Tty) = 1.08
 Requires:   perl(POSIX) = 1.02
 Requires:   perl(Socket) = 1.7
 Requires:   perl(Socket6) = 0.14
-Requires:   perl(Storable) = 2.16
+Requires:   perl(Storable) = 2.26
 Requires:   perl(Time::HiRes) = 1.59
+Requires:   perl(IO::Pipely) = 0.005
 
 %{?perl_default_filter}
 
@@ -70,6 +78,7 @@ Requires:   perl(Time::HiRes) = 1.59
 %global __requires_exclude %__requires_exclude|perl\\(Socket6\\)
 %global __requires_exclude %__requires_exclude|perl\\(Storable\\)
 %global __requires_exclude %__requires_exclude|perl\\(Time::HiRes\\)
+%global __requires_exclude %__requires_exclude|^perl\\(IO::Pipely\\)$)
 
 %description
 POE is a framework for cooperative, event driven multitasking in Perl.
@@ -119,6 +128,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Sep 17 2014 Andrea Veri av...@fedoraproject.org - 1.364-1
+- New upstream release.
+
 * Tue Feb 4 2014 Andrea Veri av...@fedoraproject.org - 1.354-7
 - Rebuild the package, perl-POE-Test-Loops has joined EL7.
 
diff --git a/sources b/sources
index 4358a8f..cedaecf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-928482218e29aa4c27f281db9bdc1ac4  POE-1.354.tar.gz
+eb83124faeac63d2bf86b0a7983299b4  POE-1.364.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

[perl-FCGI-Client/epel7] Add a Build Dependency on perl(Time::HiRes) to prevent the package to FTBFS.

2014-02-17 Thread averi
commit dc1b4673e1539302c0583803f93cd78897b719f8
Author: Andrea Veri a...@gnome.org
Date:   Mon Feb 17 16:35:02 2014 +0100

Add a Build Dependency on perl(Time::HiRes) to prevent the package to FTBFS.

 perl-FCGI-Client.spec |6 +-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-FCGI-Client.spec b/perl-FCGI-Client.spec
index c9dde21..baf908d 100644
--- a/perl-FCGI-Client.spec
+++ b/perl-FCGI-Client.spec
@@ -1,7 +1,7 @@
 Name:   perl-FCGI-Client 
 Summary:Client library for the fastcgi protocol 
 Version:0.08
-Release:5%{?dist}
+Release:6%{?dist}
 # lib/FCGI/Client.pm - GPL+ or Artistic
 License:GPL+ or Artistic 
 Group:  Development/Libraries
@@ -17,6 +17,7 @@ BuildRequires:  perl(Filter::Util::Call)
 BuildRequires:  perl(IO::Socket::UNIX)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Try::Tiny)
+BuildRequires: perl(Time::HiRes)
 
 %{?perl_default_filter}
 
@@ -47,6 +48,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Feb 17 2014 Andrea Veri av...@fedoraproject.org - 0.08-6
+- Add a Build Dependency on perl(Time::HiRes) to prevent the package to FTBFS.
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.08-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
--
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

[perl-CGI-Emulate-PSGI/epel7] Drop the circular build dependency through the perl_bootstrap flag. We will build perl-Plack as soon

2014-02-17 Thread averi
commit cc7793902eff72c65e9ff9f7bf1627a6752645fa
Author: Andrea Veri a...@gnome.org
Date:   Mon Feb 17 16:40:31 2014 +0100

Drop the circular build dependency through the perl_bootstrap flag. We will 
build perl-Plack as soon as the other B-Ds will be satisfied

 perl-CGI-Emulate-PSGI.spec |8 +++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-CGI-Emulate-PSGI.spec b/perl-CGI-Emulate-PSGI.spec
index b61a501..8deae17 100644
--- a/perl-CGI-Emulate-PSGI.spec
+++ b/perl-CGI-Emulate-PSGI.spec
@@ -1,6 +1,8 @@
+%global perl_bootstrap 1
+
 Name:   perl-CGI-Emulate-PSGI
 Version:0.15
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:PSGI adapter for CGI applications
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -48,6 +50,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 17 2014 Andrea Veri av...@fedoraproject.org - 0.15-3
+- Drop the circular build dependency through the perl_bootstrap flag. We'll 
build
+  perl-Plack as soon as the other B-Ds will be there.
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.15-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
--
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

[perl-CGI-Emulate-PSGI/epel7] Re-add perl(Plack::Test) backon the build requires list now that perl-Plack is available on EPEL 7

2014-02-17 Thread averi
commit f41bb3012e7f2c2269387d24cd4a421a085ca639
Author: Andrea Veri a...@gnome.org
Date:   Mon Feb 17 20:08:19 2014 +0100

Re-add perl(Plack::Test) backon the build requires list now that perl-Plack 
is available on EPEL 7

 perl-CGI-Emulate-PSGI.spec |8 +---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/perl-CGI-Emulate-PSGI.spec b/perl-CGI-Emulate-PSGI.spec
index 8deae17..ea13946 100644
--- a/perl-CGI-Emulate-PSGI.spec
+++ b/perl-CGI-Emulate-PSGI.spec
@@ -1,8 +1,6 @@
-%global perl_bootstrap 1
-
 Name:   perl-CGI-Emulate-PSGI
 Version:0.15
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:PSGI adapter for CGI applications
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -50,6 +48,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 17 2014 Andrea Veri av...@fedoraproject.org - 0.15-4
+- Re-add perl(Plack::Test) back on the build requires list now that
+  perl-Plack is available on EL 7.
+
 * Mon Feb 17 2014 Andrea Veri av...@fedoraproject.org - 0.15-3
 - Drop the circular build dependency through the perl_bootstrap flag. We'll 
build
   perl-Plack as soon as the other B-Ds will be there.
--
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

[perl-SOAP-Lite/epel7] (11 commits) ...1.10 bump

2014-02-05 Thread averi
Summary of changes:

  de25d98... Add a comment about the bundled IO modules (*)
  97fdf6c... - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass (*)
  6713845... Perl 5.18 rebuild (*)
  438410f... Adjust tests for Perl 5.18 (*)
  28143ad... 1.06 bump (*)
  66d02c3... Add a missing, undetected runtime dependency on LWP::UserAg (*)
  0fa459f... Properly obsolete/provide SOAP-Transport-TCP (*)
  8ed6d9a... 1.08 bump, no code changes (*)
  3109f1a... Update the source URL (*)
  a330987... 1.09 bugfix bump (*)
  09a222c... 1.10 bump (*)

(*) This commit already existed in another branch; no separate mail sent
--
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

[perl-POE/epel7] Drop the circular build dependency through the perl_bootstrap flag for perl-POE to be built

2014-02-04 Thread averi
commit 339164f4ab2f5a6e4a145ab1be13a9c2018bc4ff
Author: Andrea Veri a...@gnome.org
Date:   Thu Jan 30 16:08:47 2014 +0100

Drop the circular build dependency through the perl_bootstrap flag for 
perl-POE to be built

 perl-POE.spec |8 +++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-POE.spec b/perl-POE.spec
index 9883ca0..f3ca6f0 100644
--- a/perl-POE.spec
+++ b/perl-POE.spec
@@ -1,6 +1,8 @@
+%global perl_bootstrap 1
+
 Name:  perl-POE
 Version:   1.354
-Release:   5%{?dist}
+Release:   6%{?dist}
 Summary:   POE - portable multitasking and networking framework for Perl
 
 Group: Development/Libraries
@@ -119,6 +121,10 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jan 30 2014 Andrea Veri av...@fedoraproject.org - 1.354-6
+- Drop the circular build dependency through the perl_bootstrap flag 
+  for perl-POE to be built.
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.354-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
--
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

[perl-POE/epel7] Rebuild the package, perl-POE-Test-Loops has joined EL7

2014-02-04 Thread averi
commit c4b311ef8ad6c4a256d88d9c12c198a862c58848
Author: Andrea Veri a...@gnome.org
Date:   Tue Feb 4 16:22:21 2014 +0100

Rebuild the package, perl-POE-Test-Loops has joined EL7

 perl-POE.spec |7 ---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/perl-POE.spec b/perl-POE.spec
index f3ca6f0..79b8d62 100644
--- a/perl-POE.spec
+++ b/perl-POE.spec
@@ -1,8 +1,6 @@
-%global perl_bootstrap 1
-
 Name:  perl-POE
 Version:   1.354
-Release:   6%{?dist}
+Release:   7%{?dist}
 Summary:   POE - portable multitasking and networking framework for Perl
 
 Group: Development/Libraries
@@ -121,6 +119,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Feb 4 2014 Andrea Veri av...@fedoraproject.org - 1.354-7
+- Rebuild the package, perl-POE-Test-Loops has joined EL7.
+
 * Thu Jan 30 2014 Andrea Veri av...@fedoraproject.org - 1.354-6
 - Drop the circular build dependency through the perl_bootstrap flag 
   for perl-POE to be built.
--
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 File-Touch-0.08.tar.gz uploaded to lookaside cache by averi

2013-05-10 Thread averi
A file has been added to the lookaside cache for perl-File-Touch:

50b9d26f13c5a1a0c9131124cd924e98  File-Touch-0.08.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

[perl-File-Touch] First import.

2013-05-10 Thread averi
commit b7047241b8bc2d9a9ff03b9e692b28ddb4d90d88
Author: Andrea Veri a...@gnome.org
Date:   Fri May 10 13:09:07 2013 +0200

First import.

 .gitignore   |1 +
 perl-File-Touch.spec |   48 
 sources  |1 +
 3 files changed, 50 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..1efac9e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/File-Touch-0.08.tar.gz
diff --git a/perl-File-Touch.spec b/perl-File-Touch.spec
new file mode 100644
index 000..71d621e
--- /dev/null
+++ b/perl-File-Touch.spec
@@ -0,0 +1,48 @@
+Name:  perl-File-Touch
+Summary:   Update access, modification timestamps, creating nonexistent files
+Version:   0.08
+Release:   2%{?dist}
+License:   GPL+ or Artistic
+Group: Development/Libraries
+URL:   http://search.cpan.org/dist/File-Touch
+BuildArch: noarch
+Source:
http://search.cpan.org/CPAN/authors/id/N/NW/NWETTERS/File-Touch-%{version}.tar.gz
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
+
+%description
+The following Perl module allows you to update access and modification 
+timestamps, creating nonexistent files where necessary.
+
+%prep
+%setup -q -n File-Touch-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu May 9 2013 Andrea Veri av...@fedoraproject.org - 0.08-2
+- Fix Source0 to point to UpstreamName-%%{version}.
+- Add the missing Build Depends.
+
+* Mon May 6 2013 Andrea Veri av...@fedoraproject.org - 0.08-1
+- Initial build.
diff --git a/sources b/sources
index e69de29..b6fa234 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+50b9d26f13c5a1a0c9131124cd924e98  File-Touch-0.08.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

[perl-File-Touch/el6] First import.

2013-05-10 Thread averi
Summary of changes:

  b704724... First import. (*)

(*) This commit already existed in another branch; no separate mail sent
--
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

[perl-File-Touch/f18] First import.

2013-05-10 Thread averi
Summary of changes:

  b704724... First import. (*)

(*) This commit already existed in another branch; no separate mail sent
--
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

[perl-File-Touch/f19] First import.

2013-05-10 Thread averi
Summary of changes:

  b704724... First import. (*)

(*) This commit already existed in another branch; no separate mail sent
--
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 Schedule-RateLimiter-0.01.tar.gz uploaded to lookaside cache by averi

2013-05-09 Thread averi
A file has been added to the lookaside cache for perl-Schedule-RateLimiter:

e90052ab44db83a0404c29dffd5c2b3d  Schedule-RateLimiter-0.01.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

[perl-Schedule-RateLimiter] First package upload.

2013-05-09 Thread averi
commit e2debd36a43e33daef4fd43357be1b3fa98a917b
Author: Andrea Veri a...@gnome.org
Date:   Thu May 9 18:06:06 2013 +0200

First package upload.

 .gitignore |1 +
 perl-Schedule-RateLimiter.spec |   50 
 sources|1 +
 3 files changed, 52 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..0c6a30e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Schedule-RateLimiter-0.01.tar.gz
diff --git a/perl-Schedule-RateLimiter.spec b/perl-Schedule-RateLimiter.spec
new file mode 100644
index 000..e0311e8
--- /dev/null
+++ b/perl-Schedule-RateLimiter.spec
@@ -0,0 +1,50 @@
+Name:  perl-Schedule-RateLimiter
+Summary:   Prevent events from happening too quickly
+Version:   0.01
+Release:   2%{?dist}
+License:   GPL+ or Artistic
+Group: Development/Libraries
+Buildarch: noarch
+URL:   http://search.cpan.org/dist/Schedule-RateLimiter/
+Source:
http://search.cpan.org/CPAN/authors/id/D/DW/DWRIGHT/Schedule-RateLimiter-%{version}.tar.gz
+BuildRequires:  perl
+BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(warnings)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
+
+%description
+This module provides a way to voluntarily restrict how many times a given
+action may take place within a specified time frame.  Such a tool may be useful
+if you have written something which periodically polls some public resource and
+want to ensure that you do not overburden that resource with too many requests.
+
+%prep
+%setup -q -n Schedule-RateLimiter-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu May 9 2013 Andrea Veri av...@fedoraproject.org - 0.01-2
+- Fix Source0 to point to UpstreamName-%%{version}.
+- Add the missing Build Depends.
+
+* Mon May 6 2013 Andrea Veri av...@fedoraproject.org - 0.01-1
+- Initial build.
diff --git a/sources b/sources
index e69de29..3198c7a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e90052ab44db83a0404c29dffd5c2b3d  Schedule-RateLimiter-0.01.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

[perl-Schedule-RateLimiter/el6] First package upload.

2013-05-09 Thread averi
Summary of changes:

  e2debd3... First package upload. (*)

(*) This commit already existed in another branch; no separate mail sent
--
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

[perl-Schedule-RateLimiter/f18] First package upload.

2013-05-09 Thread averi
Summary of changes:

  e2debd3... First package upload. (*)

(*) This commit already existed in another branch; no separate mail sent
--
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

[perl-Schedule-RateLimiter/f19] First package upload.

2013-05-09 Thread averi
Summary of changes:

  e2debd3... First package upload. (*)

(*) This commit already existed in another branch; no separate mail sent
--
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