SPECS: perl-POE-Component-IKC.spec (NEW) - initial, 0.1802, rel 0....
agaran
agaran at pld-linux.org
Sat Jul 29 11:00:44 CEST 2006
Author: agaran Date: Sat Jul 29 09:00:44 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial, 0.1802, rel 0.1, builds here
---- Files affected:
SPECS:
perl-POE-Component-IKC.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/perl-POE-Component-IKC.spec
diff -u /dev/null SPECS/perl-POE-Component-IKC.spec:1.1
--- /dev/null Sat Jul 29 11:00:44 2006
+++ SPECS/perl-POE-Component-IKC.spec Sat Jul 29 11:00:39 2006
@@ -0,0 +1,76 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without autodeps # don't BR packages needed only for resolving deps
+%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
+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)
+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}
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+%if %{with autodeps} || %{with tests}
+BuildRequires: perl-POE
+%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.
+
+%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} 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}/
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README TODO FUTUR ikc-architecture.txt
+%{perl_vendorlib}/POE/Component/IKC.pm
+%dir %{perl_vendorlib}/POE/Component/IKC
+%{perl_vendorlib}/POE/Component/IKC/*.pm
+%{_examplesdir}/%{name}-%{version}/*
+%{_mandir}/man3/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/07/29 09:00:39 agaran
+- initial, 0.1802, rel 0.1, builds here
+
================================================================
More information about the pld-cvs-commit
mailing list