Author: agaran Date: Sun May 27 10:50:19 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - initial, ver 1.05, rel 1, builds here
---- Files affected: SPECS: perl-POE-Component-Client-Ident.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/perl-POE-Component-Client-Ident.spec diff -u /dev/null SPECS/perl-POE-Component-Client-Ident.spec:1.1 --- /dev/null Sun May 27 12:50:19 2007 +++ SPECS/perl-POE-Component-Client-Ident.spec Sun May 27 12:50:14 2007 @@ -0,0 +1,71 @@ +# $Revision$, $Date$ +# +# Conditional build: +%bcond_without tests # do not perform "make test" +# +%include /usr/lib/rpm/macros.perl +%define pdir POE +%define pnam Component-Client-Ident +Summary: POE::Filter::Ident -- A POE-based parser for the Ident protocol +#Summary(pl): +Name: perl-POE-Component-Client-Ident +Version: 1.05 +Release: 1 +# same as perl +License: GPL v1+ or Artistic +Group: Development/Languages/Perl +Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz +# Source0-md5: 4957a042e4dd5710b75ac7b911dde2c4 +BuildRequires: perl-devel >= 1:5.8.0 +BuildRequires: rpm-perlprov >= 4.1-13 +%if %{with tests} +BuildRequires: perl(POE) >= 0.0607 +%endif +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +POE::Filter::Ident takes lines of raw Ident input and turns them into +weird little data structures, suitable for feeding to +POE::Component::Client::Ident::Agent. They look like this: +{ name => 'event name', args => [ some info about the event ] } + + +# %description -l pl # TODO + +%prep +%setup -q -n %{pdir}-%{pnam}-%{version} + +%build +%{__perl} Makefile.PL \ + INSTALLDIRS=vendor +%{__make} + +%{?with_tests:%{__make} test} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc Changes README +%{perl_vendorlib}/POE/Component/Client/*.pm +%{perl_vendorlib}/POE/Component/Client/Ident +%{perl_vendorlib}/POE/Filter/Ident.pm +%{_mandir}/man3/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2007/05/27 10:50:14 agaran +- initial, ver 1.05, rel 1, builds here + ================================================================ _______________________________________________ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit