Author: qboosh Date: Sun Aug 20 11:24:29 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, cleanup, missing dir
---- Files affected: SPECS: perl-POE-Component-IKC.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/perl-POE-Component-IKC.spec diff -u SPECS/perl-POE-Component-IKC.spec:1.1 SPECS/perl-POE-Component-IKC.spec:1.2 --- SPECS/perl-POE-Component-IKC.spec:1.1 Sat Jul 29 11:00:39 2006 +++ SPECS/perl-POE-Component-IKC.spec Sun Aug 20 13:24:24 2006 @@ -2,34 +2,36 @@ # # Conditional build: %bcond_without autodeps # don't BR packages needed only for resolving deps -%bcond_without tests # do not perform "make test" +%bcond_without tests # do not perform "make test" # %include /usr/lib/rpm/macros.perl %define pdir POE %define pnam Component-IKC -Summary: perl(POE::Component::IKC) â POE InterâKernel Communication +Summary: POE::Component::IKC - POE Inter-Kernel Communication +Summary(pl): POE::Component::IKC - komunikacja wewnątrz jądra POE Name: perl-POE-Component-IKC Version: 0.1802 Release: 0.1 -# note if it is "same as perl" -License: (enter GPL/LGPL/BSD/BSD-like/Artistic/other license name here) +License: unknown Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: d76686340a6f13d024e7fb96891e3258 -URL: http://search.cpan.org/dist/%{pdir}-%{pnam} +URL: http://search.cpan.org/dist/POE-Component-IKC/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with autodeps} || %{with tests} -BuildRequires: perl-POE +BuildRequires: perl-POE >= 0.28 %endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -#%define _noautoreq 'perl(anything_fake_or_conditional)' - %description -This a first draft if InterâKernel Communication for POE. It is intended as a -point of reference for discusion of issues involved. +This a first draft if Inter-Kernel Communication for POE. It is +intended as a point of reference for discusion of issues involved. + +%description -l pl +To jest pierwszy szkic komunikacji wewnątrz jądra dla POE. Ma być +punktem odniesienia do dyskutowania napotkanych problemów. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -47,11 +49,10 @@ %{__make} pure_install \ DESTDIR=$RPM_BUILD_ROOT -%{__install} -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} -%{__install} client client2 client3 lclient $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/ -%{__install} server server2 userver $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/ -%{__install} shut-client shut-server test-lite test-client $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/ - +install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} +install client client2 client3 lclient $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} +install server server2 userver $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} +install shut-client shut-server test-lite test-client $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} %clean rm -rf $RPM_BUILD_ROOT @@ -62,7 +63,7 @@ %{perl_vendorlib}/POE/Component/IKC.pm %dir %{perl_vendorlib}/POE/Component/IKC %{perl_vendorlib}/POE/Component/IKC/*.pm -%{_examplesdir}/%{name}-%{version}/* +%{_examplesdir}/%{name}-%{version} %{_mandir}/man3/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -71,6 +72,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2006/08/20 11:24:24 qboosh +- pl, cleanup, missing dir + Revision 1.1 2006/07/29 09:00:39 agaran - initial, 0.1802, rel 0.1, builds here - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-POE-Component-IKC.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
