automatic update by autodist [release 0.59-1mamba;Tue Sep 03 2013]
This commit is contained in:
parent
e08ecd7b4e
commit
e944a7d241
@ -1,2 +1,4 @@
|
||||
# perl-IO-Async
|
||||
|
||||
IO::Async - perform asynchronous filehandle IO and other operations.
|
||||
|
||||
|
85
perl-IO-Async.spec
Normal file
85
perl-IO-Async.spec
Normal file
@ -0,0 +1,85 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-IO-Async
|
||||
Version: 0.59
|
||||
Release: 1mamba
|
||||
Summary: IO::Async - perform asynchronous filehandle IO and other operations
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.cpan.org
|
||||
Source: http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/IO-Async-%{version}.tar.gz
|
||||
License: GPL, Artistic
|
||||
Requires: perl >= %perl_major_ver
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl-Heap
|
||||
BuildRequires: perl-Socket-GetAddrInfo
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl-devel >= %perl_major_ver
|
||||
BuildRequires: perl-Test-Exception
|
||||
BuildRequires: perl-Test-Identity
|
||||
BuildRequires: perl-Test-Warn
|
||||
BuildRequires: perl-CPS
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
IO::Async - perform asynchronous filehandle IO and other operations.
|
||||
|
||||
%prep
|
||||
|
||||
%setup -q -n IO-Async-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
||||
%make %{?_smp_mflags}
|
||||
#% 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 Sep 03 2013 Automatic Build System <autodist@mambasoft.it> 0.59-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Jun 26 2013 Automatic Build System <autodist@mambasoft.it> 0.58-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 12 2013 Automatic Build System <autodist@mambasoft.it> 0.57-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 14 2013 Automatic Build System <autodist@mambasoft.it> 0.56-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 19 2013 Automatic Build System <autodist@mambasoft.it> 0.55-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 21 2013 Automatic Build System <autodist@mambasoft.it> 0.54-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Nov 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.53-1mamba
|
||||
- perl 5.16 mass rebuild
|
||||
|
||||
* Wed Nov 16 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.44-1mamba
|
||||
- update to 0.44
|
||||
|
||||
* Wed Jan 20 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.27-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user