[perl-Term-Animation] add make test and fix typo

2012-10-05 Thread Luis Enrique Bazán De León
commit 2da956daa745b3676b30e427b6198ca7719b4841
Author: Luis Bazan 
Date:   Fri Oct 5 15:38:45 2012 -0500

add make test and fix typo

 perl-Term-Animation.spec |   20 
 1 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/perl-Term-Animation.spec b/perl-Term-Animation.spec
index 8e1c455..01f1807 100644
--- a/perl-Term-Animation.spec
+++ b/perl-Term-Animation.spec
@@ -1,6 +1,6 @@
 Name:   perl-Term-Animation
 Version:2.6
-Release:12%{?dist}
+Release:13%{?dist}
 Summary:ASCII sprite animation framework
 
 License:GPL+ or Artistic
@@ -34,16 +34,16 @@ 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 {} ';'
+rm -rf %{buildroot}
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 # Remove the next line from noarch packages (unneeded)
-find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
-%{_fixperms} $RPM_BUILD_ROOT/*
+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
 
 %files
 %doc Changes README MIGRATION
@@ -52,6 +52,10 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null ';'
 
 
 %changelog
+* Fri Oct 05 2012 Luis Bazan  - 2.6-13
+- fix typo
+- add test line
+
 * Fri Jul 20 2012 Fedora Release Engineering  
- 2.6-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_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-Danga-Socket/el6] rebuild again to check log

2012-08-01 Thread Luis Enrique Bazán De León
commit 792df027036941e3708fb5d7f966aa1e41883713
Author: Luis Bazan 
Date:   Wed Aug 1 10:50:36 2012 -0500

rebuild again to check log

 perl-Danga-Socket.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Danga-Socket.spec b/perl-Danga-Socket.spec
index 530dc21..0bb0405 100644
--- a/perl-Danga-Socket.spec
+++ b/perl-Danga-Socket.spec
@@ -1,6 +1,6 @@
 Name:   perl-Danga-Socket
 Version:1.61
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Event loop and event-driven async socket base class
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -41,6 +41,9 @@ make test
 %{_mandir}/man3/Danga::Socket.*
 
 %changelog
+* Wed Aug 01 2012 Luis Bazan  - 1.61-3
+- rebuild againts to check log
+
 * Tue Jul 31 2012 Luis Bazan  - 1.61-2
 - Fix dependency
 
--
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-Sys-Syscall/el5] return <-

2012-06-22 Thread Luis Enrique Bazán De León
commit 5b2128b5cc0472bc97a7a5c3102a172808e83101
Author: Luis Bazan 
Date:   Fri Jun 22 15:13:13 2012 -0500

return <-

 perl-Sys-Syscall.spec |   27 ++-
 1 files changed, 14 insertions(+), 13 deletions(-)
---
diff --git a/perl-Sys-Syscall.spec b/perl-Sys-Syscall.spec
index d3fb2b3..29a8d78 100644
--- a/perl-Sys-Syscall.spec
+++ b/perl-Sys-Syscall.spec
@@ -1,8 +1,8 @@
 Name:   perl-Sys-Syscall
 Version:0.23
-Release:3%{?dist}
+Release:1%{?dist}
 Summary:Access system calls that Perl doesn't normally provide access 
to
-License:GPL or Artistic
+License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Sys-Syscall/
 Source0:
http://www.cpan.org/modules/by-module/Sys/Sys-Syscall-%{version}.tar.gz
@@ -35,23 +35,24 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %check
 make test
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %files
 %defattr(-,root,root,-)
-%doc CHANGES README
-%{perl_vendorlib}/Sys
-%{_mandir}/man3/Sys::Syscall.*
+%doc CHANGES
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
 
 %changelog
-* Fri Jun 22 2012 Luis Bazan  0.23-3
+* Fri Jun 22 2012 Luis Bazan  - 0.23-1
 - New Upstream Version
 
-* Thu May 08 2007 Ruben Kerkhof  0.22-2
-- Test::More added to BR (#239369)
-* Mon May 07 2007 Ruben Kerkhof  0.22-1
-- Specfile autogenerated by cpanspec 1.69.1.
+* Sun Jul 26 2009 Fedora Release Engineering  
- 0.22-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering  
- 0.22-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_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-Sys-Syscall/el5] test changes

2012-06-22 Thread Luis Enrique Bazán De León
commit e4c20885e65f31f665fd40cb7a3f397796dbeb2c
Author: Luis Bazan 
Date:   Fri Jun 22 15:06:46 2012 -0500

test changes

 perl-Sys-Syscall.spec |6 --
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/perl-Sys-Syscall.spec b/perl-Sys-Syscall.spec
index 285fdc4..d3fb2b3 100644
--- a/perl-Sys-Syscall.spec
+++ b/perl-Sys-Syscall.spec
@@ -35,12 +35,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
-rm -v $RPM_BUILD_ROOT%{_mandir}/man3/Sys::README.3pm
-rm -v $RPM_BUILD_ROOT%{perl_vendorlib}/Sys/README.pod
-
-%check
-make test
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
--
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-Sys-Syscall/el5] test changes

2012-06-22 Thread Luis Enrique Bazán De León
commit 7c522ff7d407b99146df241cf6d1aafef5e7d2ac
Author: Luis Bazan 
Date:   Fri Jun 22 15:05:39 2012 -0500

test changes

 perl-Sys-Syscall.spec |   38 ++
 1 files changed, 22 insertions(+), 16 deletions(-)
---
diff --git a/perl-Sys-Syscall.spec b/perl-Sys-Syscall.spec
index 3595e8d..285fdc4 100644
--- a/perl-Sys-Syscall.spec
+++ b/perl-Sys-Syscall.spec
@@ -1,13 +1,12 @@
-%global libname Sys-Syscall
-
-Name:   perl-%{libname}
+Name:   perl-Sys-Syscall
 Version:0.23
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Access system calls that Perl doesn't normally provide access 
to
-License:GPL+ or Artistic
+License:GPL or Artistic
 Group:  Development/Libraries
-URL:http://search.cpan.org/dist/%{libname}/
-Source0:
http://www.cpan.org/modules/by-module/Sys/%{libname}-%{version}.tar.gz
+URL:http://search.cpan.org/dist/Sys-Syscall/
+Source0:
http://www.cpan.org/modules/by-module/Sys/Sys-Syscall-%{version}.tar.gz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
@@ -20,23 +19,30 @@ Use epoll, sendfile, from Perl. Mostly Linux-only support 
now, but more
 syscalls/OSes planned for future.
 
 %prep
-%setup -q -n %{libname}-%{version}
-pod2text < README.pod > README
+%setup -q -n Sys-Syscall-%{version}
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+rm -rf $RPM_BUILD_ROOT
+
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
+%{_fixperms} $RPM_BUILD_ROOT/*
 
-%{_fixperms} %{buildroot}/*
+rm -v $RPM_BUILD_ROOT%{_mandir}/man3/Sys::README.3pm
+rm -v $RPM_BUILD_ROOT%{perl_vendorlib}/Sys/README.pod
+
+%check
+make test
 
-rm -v %{buildroot}%{_mandir}/man3/Sys::README.3pm
-rm -v %{buildroot}%{perl_vendorlib}/Sys/README.pod
+%clean
+rm -rf $RPM_BUILD_ROOT
 
 %check
 make test
@@ -48,7 +54,7 @@ make test
 %{_mandir}/man3/Sys::Syscall.*
 
 %changelog
-* Fri Jun 22 2012 Luis Bazan  0.23-2
+* Fri Jun 22 2012 Luis Bazan  0.23-3
 - New Upstream Version
 
 * Thu May 08 2007 Ruben Kerkhof  0.22-2
--
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-Sys-Syscall/el5] new upstream version

2012-06-22 Thread Luis Enrique Bazán De León
commit 688f30eecd3ecd958224156d4e0fa0cbf2187817
Author: Luis Bazan 
Date:   Fri Jun 22 14:34:11 2012 -0500

new upstream version

 perl-Sys-Syscall.spec |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/perl-Sys-Syscall.spec b/perl-Sys-Syscall.spec
index e56a83c..3595e8d 100644
--- a/perl-Sys-Syscall.spec
+++ b/perl-Sys-Syscall.spec
@@ -2,7 +2,7 @@
 
 Name:   perl-%{libname}
 Version:0.23
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Access system calls that Perl doesn't normally provide access 
to
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -48,7 +48,7 @@ make test
 %{_mandir}/man3/Sys::Syscall.*
 
 %changelog
-* Fri Jun 22 2012 Luis Bazan  0.23-1
+* Fri Jun 22 2012 Luis Bazan  0.23-2
 - New Upstream Version
 
 * Thu May 08 2007 Ruben Kerkhof  0.22-2
--
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-Sys-Syscall/el5] more changes

2012-06-22 Thread Luis Enrique Bazán De León
commit fe476c14f6369ab0a528621251fbae28361fbe6d
Author: Luis Bazan 
Date:   Fri Jun 22 14:32:30 2012 -0500

more changes

 perl-Sys-Syscall.spec |   34 +-
 1 files changed, 17 insertions(+), 17 deletions(-)
---
diff --git a/perl-Sys-Syscall.spec b/perl-Sys-Syscall.spec
index 92aed5e..e56a83c 100644
--- a/perl-Sys-Syscall.spec
+++ b/perl-Sys-Syscall.spec
@@ -1,12 +1,13 @@
-Name:   perl-Sys-Syscall
+%global libname Sys-Syscall
+
+Name:   perl-%{libname}
 Version:0.23
 Release:1%{?dist}
 Summary:Access system calls that Perl doesn't normally provide access 
to
-License:GPL or Artistic
+License:GPL+ or Artistic
 Group:  Development/Libraries
-URL:http://search.cpan.org/dist/Sys-Syscall/
-Source0:
http://www.cpan.org/modules/by-module/Sys/Sys-Syscall-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+URL:http://search.cpan.org/dist/%{libname}/
+Source0:
http://www.cpan.org/modules/by-module/Sys/%{libname}-%{version}.tar.gz
 BuildArch:  noarch
 
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
@@ -19,33 +20,32 @@ Use epoll, sendfile, from Perl. Mostly Linux-only support 
now, but more
 syscalls/OSes planned for future.
 
 %prep
-%setup -q -n Sys-Syscall-%{version}
+%setup -q -n %{libname}-%{version}
+pod2text < README.pod > README
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
 
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+%{_fixperms} %{buildroot}/*
 
-%{_fixperms} $RPM_BUILD_ROOT/*
+rm -v %{buildroot}%{_mandir}/man3/Sys::README.3pm
+rm -v %{buildroot}%{perl_vendorlib}/Sys/README.pod
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
-%doc CHANGES
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%doc CHANGES README
+%{perl_vendorlib}/Sys
+%{_mandir}/man3/Sys::Syscall.*
 
 %changelog
 * Fri Jun 22 2012 Luis Bazan  0.23-1
--
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-Sys-Syscall/el5] new taR

2012-06-22 Thread Luis Enrique Bazán De León
commit 3caa5fbc925174833fac80aa22a625b3984a8ab8
Author: Luis Bazan 
Date:   Fri Jun 22 14:14:39 2012 -0500

new taR

 .gitignore |1 +
 sources|2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9623359..8742364 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Sys-Syscall-0.22.tar.gz
+/Sys-Syscall-0.23.tar.gz
diff --git a/sources b/sources
index 0e7bfe3..c4432a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a29b1ddd6fea9f7e11f0f82534d4204c  Sys-Syscall-0.22.tar.gz
+be6dc2d791684a6f8abb3dd39ff2d1de  Sys-Syscall-0.23.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-Sys-Syscall/el5] change....

2012-06-22 Thread Luis Enrique Bazán De León
commit a3a1f80579edb0ee7c3cd5447dcf13b965328dbe
Author: Luis Bazan 
Date:   Fri Jun 22 14:13:36 2012 -0500

change

 perl-Sys-Syscall.spec |7 +--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-Sys-Syscall.spec b/perl-Sys-Syscall.spec
index c6e9949..92aed5e 100644
--- a/perl-Sys-Syscall.spec
+++ b/perl-Sys-Syscall.spec
@@ -1,6 +1,6 @@
 Name:   perl-Sys-Syscall
-Version:0.22
-Release:2%{?dist}
+Version:0.23
+Release:1%{?dist}
 Summary:Access system calls that Perl doesn't normally provide access 
to
 License:GPL or Artistic
 Group:  Development/Libraries
@@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jun 22 2012 Luis Bazan  0.23-1
+- New Upstream Version
+
 * Thu May 08 2007 Ruben Kerkhof  0.22-2
 - Test::More added to BR (#239369)
 * Mon May 07 2007 Ruben Kerkhof  0.22-1
--
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-Sys-Syscall/el6] new version tar

2012-06-22 Thread Luis Enrique Bazán De León
commit 46bd13935be5c4517b7d03d70ff22033871ab8b3
Author: Luis Bazan 
Date:   Fri Jun 22 14:00:36 2012 -0500

new version tar

 .gitignore|1 +
 perl-Sys-Syscall.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9623359..8742364 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Sys-Syscall-0.22.tar.gz
+/Sys-Syscall-0.23.tar.gz
diff --git a/perl-Sys-Syscall.spec b/perl-Sys-Syscall.spec
index 68f6bc8..dbe57ae 100644
--- a/perl-Sys-Syscall.spec
+++ b/perl-Sys-Syscall.spec
@@ -1,6 +1,6 @@
 Name:   perl-Sys-Syscall
-Version:0.22
-Release:5%{?dist}
+Version:0.23
+Release:1%{?dist}
 Summary:Access system calls that Perl doesn't normally provide access 
to
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jun 22 2012 Luis Bazan  - 0.23-1
+- New Upstream Version
+
 * Sun Jul 26 2009 Fedora Release Engineering  
- 0.22-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
diff --git a/sources b/sources
index 0e7bfe3..c4432a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a29b1ddd6fea9f7e11f0f82534d4204c  Sys-Syscall-0.22.tar.gz
+be6dc2d791684a6f8abb3dd39ff2d1de  Sys-Syscall-0.23.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-Danga-Socket/el6] if your boss bother, not change anything =/

2012-06-22 Thread Luis Enrique Bazán De León
commit fab71626b6dffaa6d67616a4bbbd3572078d1662
Author: Luis Bazan 
Date:   Fri Jun 22 12:58:03 2012 -0500

if your boss bother, not change anything =/

 perl-Danga-Socket.spec |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-Danga-Socket.spec b/perl-Danga-Socket.spec
index bd97963..6d8ed9d 100644
--- a/perl-Danga-Socket.spec
+++ b/perl-Danga-Socket.spec
@@ -42,7 +42,7 @@ make test
 
 %changelog
 
-* Fri 22 2012 Luis Bazan  - 1.61-1
+* Fri Jun 22 2012 Luis Bazan  - 1.61-1 
 - Upstream released new version
 
 * Fri Apr 30 2010 Marcela Maslanova  - 1.58-5
--
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-Danga-Socket/el6] fix changelog thu fri -> Fri

2012-06-22 Thread Luis Enrique Bazán De León
commit 90642f46531a6b0cff04d9a735873ceb7fe04190
Author: Luis Bazan 
Date:   Fri Jun 22 12:55:05 2012 -0500

fix changelog thu fri -> Fri

 perl-Danga-Socket.spec |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/perl-Danga-Socket.spec b/perl-Danga-Socket.spec
index e412160..bd97963 100644
--- a/perl-Danga-Socket.spec
+++ b/perl-Danga-Socket.spec
@@ -1,6 +1,6 @@
 Name:   perl-Danga-Socket
 Version:1.61
-Release:7%{?dist}
+Release:1%{?dist}
 Summary:Event loop and event-driven async socket base class
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -42,7 +42,7 @@ make test
 
 %changelog
 
-* Thu Fri 22 2012 Luis Bazan  - 1.61-7
+* Fri 22 2012 Luis Bazan  - 1.61-1
 - Upstream released new version
 
 * Fri Apr 30 2010 Marcela Maslanova  - 1.58-5
--
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-Danga-Socket/el6] change release to 7

2012-06-22 Thread Luis Enrique Bazán De León
commit 0e5e7e371a1d76fb99ba010ca11ec80d41fb8634
Author: Luis Bazan 
Date:   Fri Jun 22 12:54:02 2012 -0500

change release to 7

 perl-Danga-Socket.spec |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/perl-Danga-Socket.spec b/perl-Danga-Socket.spec
index be7fd76..e412160 100644
--- a/perl-Danga-Socket.spec
+++ b/perl-Danga-Socket.spec
@@ -1,6 +1,6 @@
 Name:   perl-Danga-Socket
 Version:1.61
-Release:1%{?dist}
+Release:7%{?dist}
 Summary:Event loop and event-driven async socket base class
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -42,7 +42,7 @@ make test
 
 %changelog
 
-* Thu Fri 22 2012 Luis Bazan  - 1.61-1
+* Thu Fri 22 2012 Luis Bazan  - 1.61-7
 - Upstream released new version
 
 * Fri Apr 30 2010 Marcela Maslanova  - 1.58-5
--
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-Danga-Socket/el6] basic errro

2012-06-22 Thread Luis Enrique Bazán De León
commit b51a2fe9d1fc9afde76328aac68ccbd177464281
Author: Luis Bazan 
Date:   Fri Jun 22 12:52:43 2012 -0500

basic errro

 perl-Danga-Socket.spec |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-Danga-Socket.spec b/perl-Danga-Socket.spec
index 345c7a5..be7fd76 100644
--- a/perl-Danga-Socket.spec
+++ b/perl-Danga-Socket.spec
@@ -42,7 +42,7 @@ make test
 
 %changelog
 
-* Thu Fri 22 2012 Luis Bazan  1.61-1
+* Thu Fri 22 2012 Luis Bazan  - 1.61-1
 - Upstream released new version
 
 * Fri Apr 30 2010 Marcela Maslanova  - 1.58-5
--
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-Danga-Socket/el6] change release

2012-06-22 Thread Luis Enrique Bazán De León
commit a52115030543f71ad111ba310714e007b0759a33
Author: Luis Bazan 
Date:   Fri Jun 22 12:51:21 2012 -0500

change release

 perl-Danga-Socket.spec |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-Danga-Socket.spec b/perl-Danga-Socket.spec
index ee7b4a6..345c7a5 100644
--- a/perl-Danga-Socket.spec
+++ b/perl-Danga-Socket.spec
@@ -1,6 +1,6 @@
 Name:   perl-Danga-Socket
 Version:1.61
-Release:7%{?dist}
+Release:1%{?dist}
 Summary:Event loop and event-driven async socket base class
 License:GPL+ or Artistic
 Group:  Development/Libraries
--
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-Danga-Socket/el6] new version upstream

2012-06-22 Thread Luis Enrique Bazán De León
commit 7b0d9bca552940cf0a1bb6ecf4bb6a4a45930b77
Author: Luis Bazan 
Date:   Fri Jun 22 12:50:22 2012 -0500

new version upstream

 perl-Danga-Socket.spec |   24 ++--
 1 files changed, 14 insertions(+), 10 deletions(-)
---
diff --git a/perl-Danga-Socket.spec b/perl-Danga-Socket.spec
index e205175..ee7b4a6 100644
--- a/perl-Danga-Socket.spec
+++ b/perl-Danga-Socket.spec
@@ -1,12 +1,11 @@
 Name:   perl-Danga-Socket
-Version:1.58
-Release:3%{?dist}
+Version:1.61
+Release:7%{?dist}
 Summary:Event loop and event-driven async socket base class
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Danga-Socket/
 Source0:
http://www.cpan.org/modules/by-module/Danga/Danga-Socket-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 
 BuildRequires:  perl(ExtUtils::MakeMaker) perl(Test::More) perl(Sys::Syscall)
@@ -25,8 +24,6 @@ be fast. Danga::Socket is both a base class for objects, and 
an event loop.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -37,16 +34,23 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc CHANGES examples/
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/Danga
+%{_mandir}/man3/Danga::Socket.*
 
 %changelog
+
+* Thu Fri 22 2012 Luis Bazan  1.61-1
+- Upstream released new version
+
+* Fri Apr 30 2010 Marcela Maslanova  - 1.58-5
+- Mass rebuild with perl-5.12.0
+
+* Mon Dec  7 2009 Stepan Kasal  - 1.58-4
+- rebuild against perl 5.10.1
+
 * Sat Jul 25 2009 Fedora Release Engineering  
- 1.58-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_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-Danga-Socket/el6] New Tar

2012-06-22 Thread Luis Enrique Bazán De León
commit 13220144beb2f5536db43d60f5e16b648bebe81d
Author: Luis Bazan 
Date:   Fri Jun 22 12:44:39 2012 -0500

New Tar

 .gitignore |1 +
 sources|2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 772dc02..61e8909 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Danga-Socket-1.58.tar.gz
+/Danga-Socket-1.61.tar.gz
diff --git a/sources b/sources
index 9ad2aed..05302cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4f14187488aa18c2a3782d453e613798  Danga-Socket-1.58.tar.gz
+dc8f481b35172a090b977f3dea7fa24a  Danga-Socket-1.61.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-Term-Animation/f17] -> f17

2012-06-11 Thread Luis Enrique Bazán De León
commit 45dc6f0095592ca6f667b69bcd3dea77b965a341
Author: soporte 
Date:   Mon Jun 11 08:03:05 2012 -0500

-> f17

 perl-Term-Animation.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Term-Animation.spec b/perl-Term-Animation.spec
index ada77a1..d1d6bc1 100644
--- a/perl-Term-Animation.spec
+++ b/perl-Term-Animation.spec
@@ -1,6 +1,6 @@
 Name:   perl-Term-Animation
 Version:2.6
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:ASCII sprite animation framework
 
 License:GPL+ or Artistic
@@ -52,6 +52,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null ';'
 
 
 %changelog
+* Mon Jun 11 2012 Luis Bazan  - 2.6-11
+- Rebuilt for f17
+
 * Sat Jan 14 2012 Luis Bazan  - 2.6-10
 - Add document MIGRATION
 
--
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-SVN-Simple/f17] check review to f17

2012-02-09 Thread Luis Enrique Bazán De León
commit 17025d3658edf57eb9882454a506245dea816d6e
Author: Luis Bazán 
Date:   Thu Feb 9 13:47:25 2012 -0500

check review to f17

 perl-SVN-Simple.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-SVN-Simple.spec b/perl-SVN-Simple.spec
index c2a4627..19db559 100644
--- a/perl-SVN-Simple.spec
+++ b/perl-SVN-Simple.spec
@@ -1,6 +1,6 @@
 Name:   perl-SVN-Simple
 Version:0.28
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:A simple interface for writing a delta editor
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 09 2012 Luis Bazán  - 0.28-3
+- rebuilt f17
+
 * Fri Jan 13 2012 Fedora Release Engineering  
- 0.28-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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-Term-Animation/f16] add MIGRATION

2012-01-14 Thread Luis Enrique Bazán De León
commit b2ea0d503c20d727824e8f4db8ffcaf2abfb8bac
Author: Luis Bazán 
Date:   Sat Jan 14 10:48:30 2012 -0500

add MIGRATION

 perl-Term-Animation.spec |7 +--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-Term-Animation.spec b/perl-Term-Animation.spec
index 3d77d7b..d1b0053 100644
--- a/perl-Term-Animation.spec
+++ b/perl-Term-Animation.spec
@@ -1,6 +1,6 @@
 Name:   perl-Term-Animation
 Version:2.6
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:ASCII sprite animation framework
 
 License:GPL+ or Artistic
@@ -46,12 +46,15 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null ';'
 
 
 %files
-%doc Changes README
+%doc Changes README MIGRATION
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Sat Jan 14 2012 Luis Bazan  - 2.6-10
+- Add Document MIGRATION
+
 * Tue Aug 30 2011 Luis Bazan  - 2.6-9
 - 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-Term-Animation] add changelog

2012-01-14 Thread Luis Enrique Bazán De León
commit 13a80912b8c67708389ea5195b1120e643470bf2
Author: Luis Bazán 
Date:   Sat Jan 14 10:26:52 2012 -0500

add changelog

 perl-Term-Animation.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Term-Animation.spec b/perl-Term-Animation.spec
index be35abc..ada77a1 100644
--- a/perl-Term-Animation.spec
+++ b/perl-Term-Animation.spec
@@ -1,6 +1,6 @@
 Name:   perl-Term-Animation
 Version:2.6
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:ASCII sprite animation framework
 
 License:GPL+ or Artistic
@@ -52,6 +52,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null ';'
 
 
 %changelog
+* Sat Jan 14 2012 Luis Bazan  - 2.6-10
+- Add document MIGRATION
+
 * Fri Jan 13 2012 Fedora Release Engineering  
- 2.6-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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-Term-Animation] add doc MIGRATION

2012-01-14 Thread Luis Enrique Bazán De León
commit 027be5d419cff6454c62d3de08d292b066d8b535
Author: Luis Bazán 
Date:   Sat Jan 14 10:20:33 2012 -0500

add doc MIGRATION

 perl-Term-Animation.spec |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-Term-Animation.spec b/perl-Term-Animation.spec
index 24111c9..be35abc 100644
--- a/perl-Term-Animation.spec
+++ b/perl-Term-Animation.spec
@@ -46,7 +46,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null ';'
 
 
 %files
-%doc Changes README
+%doc Changes README MIGRATION
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
--
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-SVN-Simple] new tar

2011-12-21 Thread Luis Enrique Bazán De León
commit bc698c310311e11ce10e813d73032c474bb205e9
Author: Luis Bazán 
Date:   Wed Dec 21 11:57:32 2011 -0500

new tar

 .gitignore |1 +
 sources|2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 87a2eff..e326d2b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 SVN-Simple-0.27.tar.gz
+/SVN-Simple-0.28.tar.gz
diff --git a/sources b/sources
index 863358e..b5afa39 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6a5609e038421564051019649dd05fd0  SVN-Simple-0.27.tar.gz
+4de2374434df79dace03075c69e7b93f  SVN-Simple-0.28.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-SVN-Simple] update to new version

2011-12-19 Thread Luis Enrique Bazán De León
commit 4d28b7087907ca5e6983607ca380906fd2ec75d3
Author: Luis Bazán 
Date:   Mon Dec 19 16:24:10 2011 -0500

update to new version

 perl-SVN-Simple.spec |7 +--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-SVN-Simple.spec b/perl-SVN-Simple.spec
index 9fd9b8b..333e550 100644
--- a/perl-SVN-Simple.spec
+++ b/perl-SVN-Simple.spec
@@ -1,6 +1,6 @@
 Name:   perl-SVN-Simple
-Version:0.27
-Release:14%{?dist}
+Version:0.28
+Release:1%{?dist}
 Summary:A simple interface for writing a delta editor
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Dec 19 2011 Luis Bazán  - 0.28-1
+- Update to new version 0.28
+
 * Wed Jul 20 2011 Petr Sabata  - 0.27-14
 - Perl 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-SVN-Simple/f16] new release

2011-09-17 Thread Luis Enrique Bazán De León
commit 05a108ae9d1054b6bac80cbd7e78ca79a1d55a4e
Author: Luis Bazan 
Date:   Sat Sep 17 08:23:29 2011 -0500

new release

 perl-SVN-Simple.spec |8 +---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/perl-SVN-Simple.spec b/perl-SVN-Simple.spec
index 9fd9b8b..5de2c15 100644
--- a/perl-SVN-Simple.spec
+++ b/perl-SVN-Simple.spec
@@ -1,6 +1,6 @@
 Name:   perl-SVN-Simple
-Version:0.27
-Release:14%{?dist}
+Version:0.28
+Release:1%{?dist}
 Summary:A simple interface for writing a delta editor
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -25,7 +25,6 @@ editor, so you could make commits to a subversion repository 
easily.
 
 %prep
 %setup -q -n SVN-Simple-%{version}
-%patch0 -p1 -b .test
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -54,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sat Sep 17 2011 Luis Bazan  - 0.28-1
+- New Release 0.28
+
 * Wed Jul 20 2011 Petr Sabata  - 0.27-14
 - Perl 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-SVN-Simple/f16] new tar

2011-09-17 Thread Luis Enrique Bazán De León
commit fa70f170fdff8376e44e23cde3671f418bd9cb89
Author: Luis Bazan 
Date:   Sat Sep 17 08:24:15 2011 -0500

new tar

 .gitignore |1 +
 sources|2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 87a2eff..e326d2b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 SVN-Simple-0.27.tar.gz
+/SVN-Simple-0.28.tar.gz
diff --git a/sources b/sources
index 863358e..b5afa39 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6a5609e038421564051019649dd05fd0  SVN-Simple-0.27.tar.gz
+4de2374434df79dace03075c69e7b93f  SVN-Simple-0.28.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-SVN-Simple/f15] changes

2011-09-17 Thread Luis Enrique Bazán De León
commit 09e26992dd0bdc8b20b59d87d128d2f28a58fbcb
Author: Luis Bazan 
Date:   Sat Sep 17 08:07:37 2011 -0500

changes

 perl-SVN-Simple.spec |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/perl-SVN-Simple.spec b/perl-SVN-Simple.spec
index 27e8910..271fb61 100644
--- a/perl-SVN-Simple.spec
+++ b/perl-SVN-Simple.spec
@@ -25,7 +25,6 @@ editor, so you could make commits to a subversion repository 
easily.
 
 %prep
 %setup -q -n SVN-Simple-%{version}
-%patch0 -p1 -b .test
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
--
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-Term-Animation/f16] mass rebuild

2011-08-30 Thread Luis Enrique Bazán De León
commit 9d6af39263822968d9e257b3fa91202de401ecce
Author: Luis Bazan 
Date:   Tue Aug 30 16:50:00 2011 -0500

mass rebuild

 perl-Term-Animation.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Term-Animation.spec b/perl-Term-Animation.spec
index 4b3b7c1..3d77d7b 100644
--- a/perl-Term-Animation.spec
+++ b/perl-Term-Animation.spec
@@ -1,6 +1,6 @@
 Name:   perl-Term-Animation
 Version:2.6
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:ASCII sprite animation framework
 
 License:GPL+ or Artistic
@@ -52,6 +52,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null ';'
 
 
 %changelog
+* Tue Aug 30 2011 Luis Bazan  - 2.6-9
+- mass rebuild
+
 * Wed Jul 20 2011 Petr Sabata  - 2.6-8
 - Perl 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-Term-Animation/f15] perl-Term-Animation

2011-07-13 Thread Luis Enrique Bazán De León
Summary of changes:

  1ff33e7... perl-Term-Animation (*)

(*) 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-Term-Animation] perl-Term-Animation

2011-07-13 Thread Luis Enrique Bazán De León
commit 1ff33e7fac33660118e2197b5f4bd7fa09ef98a7
Author: Luis Bazan 
Date:   Wed Jul 13 10:45:21 2011 -0500

perl-Term-Animation

 .gitignore   |1 +
 perl-Term-Animation.spec |   68 ++
 sources  |1 +
 3 files changed, 70 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..180ed4a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Term-Animation-2.6.tar.gz
diff --git a/perl-Term-Animation.spec b/perl-Term-Animation.spec
new file mode 100644
index 000..ae106e4
--- /dev/null
+++ b/perl-Term-Animation.spec
@@ -0,0 +1,68 @@
+Name:   perl-Term-Animation
+Version:2.6
+Release:7%{?dist}
+Summary:ASCII sprite animation framework
+
+License:GPL+ or Artistic
+URL:http://search.cpan.org/dist/perl-Term-Animation/
+Source0:
http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/Term-Animation-2.6.tar.gz
+
+BuildArch:  noarch
+# Correct for lots of packages, other common choices include eg. Module::Build
+BuildRequires:  perl(Test::Simple)
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+%{?perl_default_filter}
+
+%description
+This module provides a framework to produce sprite animations using ASCII art.
+Each ASCII 'sprite' is given one or more frames, and placed into the animation
+as an 'animation object'. An animation object can have a callback routine that
+controls the position and frame of the object.
+
+If the constructor is passed no arguments, it assumes that it is running full
+screen, and behaves accordingly. Alternatively, it can accept a curses window
+(created with the Curses new win call) as an argument, and will draw into that
+window.
+
+%prep
+%setup -q -n Term-Animation-%{version}
+
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
+# Remove the next line from noarch packages (unneeded)
+find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*.3*
+
+
+%changelog
+* Tue Jul 12 2011 Luis Bazan  2.6-7
+- licences to GPL+ or Artistic
+- add doc Changes README
+- change URL 
+
+* Tue Jul 05 2011 Luis Bazan  2.6-6
+- Remove OPTIMIZE from noarch packages (unneeded)
+- changes to BuildRequires: perl(Test::Simple)
+- licences to GPL+
+
+* Tue Jun 28 2011 Luis Bazan  2.6-5
+- Initial Release
+
+
diff --git a/sources b/sources
index e69de29..74a94ba 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+d22643b339495cfc0a4f0b405dbae1d1  Term-Animation-2.6.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File Term-Animation-2.6.tar.gz uploaded to lookaside cache by lbazan

2011-07-13 Thread Luis Enrique Bazán De León
A file has been added to the lookaside cache for perl-Term-Animation:

d22643b339495cfc0a4f0b405dbae1d1  Term-Animation-2.6.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