perl 5.16 mass rebuild [release 1.354-2mamba;Mon Nov 12 2012]
This commit is contained in:
parent
ff7482324e
commit
fc6f4c8fed
@ -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.
|
||||
|
||||
|
93
perl-POE.spec
Normal file
93
perl-POE.spec
Normal file
@ -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 <autodist@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 1.354-2mamba
|
||||
- perl 5.16 mass rebuild
|
||||
|
||||
* Sat Aug 11 2012 Automatic Build System <autodist@mambasoft.it> 1.354-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 30 2012 Automatic Build System <autodist@mambasoft.it> 1.352-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 02 2011 Automatic Build System <autodist@mambasoft.it> 1.312-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sun Aug 30 2009 Automatic Build System <autodist@mambasoft.it> 1.266-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu Jul 30 2009 Automatic Build System <autodist@mambasoft.it> 1.007-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Jun 12 2009 Automatic Build System <autodist@mambasoft.it> 1.006-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat May 16 2009 Automatic Build System <autodist@mambasoft.it> 1.005-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Apr 08 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.004-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu Nov 06 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0003-2mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Wed Jul 02 2008 gil <puntogil@libero.it> 1.0003-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user