From fc6f4c8fed1b1617934e8a3776092ab9f778173b Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 09:27:17 +0100 Subject: [PATCH] perl 5.16 mass rebuild [release 1.354-2mamba;Mon Nov 12 2012] --- README.md | 6 ++++ perl-POE.spec | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 99 insertions(+) create mode 100644 perl-POE.spec diff --git a/README.md b/README.md index 151c368..c5bae66 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # perl-POE +POE is a framework for cooperative, event driven multitasking in Perl. + +POE originally was developed as the core of a persistent object server and runtime environment. It has evolved into a general purpose multitasking and networking framework, encompassing and providing a consistent interface to other event loops such as Event and the Tk and Gtk toolkits. + +POE is a mature framework for creating multitasking programs in Perl. It has been in active development since 1998. It has been used in mission-critical systems such as internetworked financial markets, file systems, commerce and application servers. + diff --git a/perl-POE.spec b/perl-POE.spec new file mode 100644 index 0000000..8c4c60c --- /dev/null +++ b/perl-POE.spec @@ -0,0 +1,93 @@ +%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) + +Name: perl-POE +Version: 1.354 +Release: 2mamba +Summary: POE - Portable multitasking and networking framework for Perl +Group: System/Libraries/Perl +Vendor: openmamba +Distribution: openmamba +Packager: Automatic Build System +URL: http://www.cpan.org +Source: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{version}.tar.gz +License: Artistic, GPL +Requires: perl >= %perl_major_ver +## AUTOBUILDREQ-BEGIN +BuildRequires: perl-Curses +BuildRequires: perl-devel +BuildRequires: perl-libwww +BuildRequires: perl-Tk +BuildRequires: perl-URI +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +POE is a framework for cooperative, event driven multitasking in Perl. + +POE originally was developed as the core of a persistent object server and runtime environment. It has evolved into a general purpose multitasking and networking framework, encompassing and providing a consistent interface to other event loops such as Event and the Tk and Gtk toolkits. + +POE is a mature framework for creating multitasking programs in Perl. It has been in active development since 1998. It has been used in mission-critical systems such as internetworked financial markets, file systems, commerce and application servers. + +%prep + +%setup -q -n POE-%{version} +chmod 755 examples +chmod 755 examples/*.perl +%build +perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor --default +%make +%make test + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall_perl +packlist=`find %{buildroot} -name .packlist` +[ -z "$packlist" ] && exit 1 || cat $packlist | \ + sed "s,%buildroot,,g;s,.*/man/.*,&.gz,g" | \ + sort -u > .packlist && rm $packlist + +strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'` +for dir in `find %{buildroot} -type d | grep $strid`; do + echo "%dir ${dir#%buildroot}" >> .packlist +done + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +rm -f .packlist + +%files -f .packlist +%defattr(-,root,root) + +%changelog +* Mon Nov 12 2012 Silvan Calarco 1.354-2mamba +- perl 5.16 mass rebuild + +* Sat Aug 11 2012 Automatic Build System 1.354-1mamba +- automatic version update by autodist + +* Mon Apr 30 2012 Automatic Build System 1.352-1mamba +- automatic version update by autodist + +* Tue Aug 02 2011 Automatic Build System 1.312-1mamba +- automatic update by autodist + +* Sun Aug 30 2009 Automatic Build System 1.266-1mamba +- automatic update by autodist + +* Thu Jul 30 2009 Automatic Build System 1.007-1mamba +- automatic update by autodist + +* Fri Jun 12 2009 Automatic Build System 1.006-1mamba +- automatic update by autodist + +* Sat May 16 2009 Automatic Build System 1.005-1mamba +- automatic update by autodist + +* Wed Apr 08 2009 Silvan Calarco 1.004-1mamba +- automatic update by autodist + +* Thu Nov 06 2008 Silvan Calarco 1.0003-2mamba +- automatic rebuild by autodist + +* Wed Jul 02 2008 gil 1.0003-1mamba +- package created by autospec