From da1b9ec24a62cca4adef8662b3d2b631d52691f3 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 08:56:29 +0100 Subject: [PATCH] automatic version update by autodist [release 1.21-1mamba;Tue Jan 08 2013] --- README.md | 2 ++ perl-Event.spec | 88 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+) create mode 100644 perl-Event.spec diff --git a/README.md b/README.md index fc5db20..aa59697 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # perl-Event +This extension aims to provide an simple and optimized event loop for a broad class of applications. + diff --git a/perl-Event.spec b/perl-Event.spec new file mode 100644 index 0000000..a159eb0 --- /dev/null +++ b/perl-Event.spec @@ -0,0 +1,88 @@ +%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) + +Name: perl-Event +Version: 1.21 +Release: 1mamba +Summary: perl :: Event - A Generic Perl Event Loop +Group: Development/Libraries/Perl +Vendor: openmamba +Distribution: openmamba +Packager: Aleph0 +URL: http://www.cpan.org +Source: http://www.cpan.org/modules/by-module/Event/Event-%{version}.tar.gz +License: Artistic, GPL +BuildRequires: perl-devel >= %perl_major_ver +Requires: perl >= %perl_major_ver +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +This extension aims to provide an simple and optimized event loop for a broad class of applications. + +%prep +%setup -q -n Event-%{version} + +%build +perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor +%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 +* Tue Jan 08 2013 Automatic Build System 1.21-1mamba +- automatic version update by autodist + +* Mon Nov 12 2012 Silvan Calarco 1.20-2mamba +- perl 5.16 mass rebuild + +* Fri Jul 29 2011 Automatic Build System 1.20-1mamba +- automatic update by autodist + +* Mon Jul 25 2011 Automatic Build System 1.19-1mamba +- automatic version update by autodist + +* Sun Jun 19 2011 Automatic Build System 1.17-1mamba +- automatic update by autodist + +* Sat May 07 2011 Automatic Build System 1.15-1mamba +- automatic update by autodist + +* Thu Oct 15 2009 Automatic Build System 1.13-1mamba +- automatic update by autodist + +* Thu Aug 27 2009 Automatic Build System 1.12-1mamba +- automatic update by autodist + +* Tue Nov 04 2008 Silvan Calarco 1.11-2mamba +- automatic rebuild by autodist + +* Wed Jul 02 2008 gil 1.11-1mamba +- update to 1.11 + +* Wed Nov 07 2007 Aleph0 1.09-1mamba +- update to 1.09 + +* Thu Oct 07 2004 Silvan Calarco 1.00-2qilnx +- rebuilt and moved from devel-contrib to devel branch + +* Wed Sep 22 2004 Matteo Bernasconi 1.00-1qilnx +- First Build +