SPECS: perl-POE-Test-Loops.spec (NEW) - initial, almost raw, build...
agaran
agaran at pld-linux.org
Wed Dec 19 21:48:09 CET 2007
Author: agaran Date: Wed Dec 19 20:48:09 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial, almost raw, builds here
---- Files affected:
SPECS:
perl-POE-Test-Loops.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/perl-POE-Test-Loops.spec
diff -u /dev/null SPECS/perl-POE-Test-Loops.spec:1.1
--- /dev/null Wed Dec 19 21:48:09 2007
+++ SPECS/perl-POE-Test-Loops.spec Wed Dec 19 21:48:03 2007
@@ -0,0 +1,67 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without tests # do not perform "make test"
+#
+%include /usr/lib/rpm/macros.perl
+%define pdir POE
+%define pnam Test-Loops
+Summary: x
+#Summary(pl):
+Name: perl-POE-Test-Loops
+Version: 0.97
+Release: 0.1
+License: x
+Group: Development/Languages/Perl
+Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: e0091f644d52d6dfcf16dc41da56b386
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+%if %{with tests}
+%endif
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+
+# %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/Test/*.pm
+%{perl_vendorlib}/POE/Test/Loops
+%{_bindir}/poe-gen-tests
+%{_mandir}/man1/poe-gen-tests.1p.gz
+#%{_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 2007-12-19 20:48:03 agaran
+- initial, almost raw, builds here
+
================================================================
More information about the pld-cvs-commit
mailing list