SPECS: perl-CGI-Simple.spec (NEW) - new

glen glen at pld-linux.org
Tue Jul 25 23:24:52 CEST 2006


Author: glen                         Date: Tue Jul 25 21:24:52 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   perl-CGI-Simple.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/perl-CGI-Simple.spec
diff -u /dev/null SPECS/perl-CGI-Simple.spec:1.1
--- /dev/null	Tue Jul 25 23:24:52 2006
+++ SPECS/perl-CGI-Simple.spec	Tue Jul 25 23:24:44 2006
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests		# do not perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define	pdir	CGI
+%define	pnam	Simple
+Summary:	Test::Simple - Basic utilities for writing tests
+Name:		perl-CGI-Simple
+Version:	0.077
+Release:	1
+# same as perl
+License:	GPL v1+ or Artistic
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-authors/id/J/JF/JFREEMAN/Cgi-Simple-%{version}.tar.gz
+# Source0-md5:	5b947fe84b30a2c8ed050550f73b39a9
+URL:		http://search.cpan.org/dist/Cgi-Simple/
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is an extremely simple, extremely basic module for writing tests
+suitable for CPAN modules and other pursuits. If you wish to do more
+complicated testing, use the Test::More module (a drop-in replacement
+for this one).
+
+%prep
+%setup -q -n Cgi-%{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}/CGI/*.pm
+%{perl_vendorlib}/CGI/Simple
+%{_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/25 21:24:44  glen
+- new
+
================================================================


More information about the pld-cvs-commit mailing list