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

radek radek at pld-linux.org
Tue Jan 27 16:15:47 CET 2009


Author: radek                        Date: Tue Jan 27 15:15:47 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/perl-CGI-Expand.spec
diff -u /dev/null SPECS/perl-CGI-Expand.spec:1.1
--- /dev/null	Tue Jan 27 16:15:47 2009
+++ SPECS/perl-CGI-Expand.spec	Tue Jan 27 16:15:42 2009
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests		# do not perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define	pdir	CGI
+%define	pnam	Expand
+Summary:	CGI::Expand - convert flat hash to nested data using TT2's dot convention
+#Summary(pl.UTF-8):	
+Name:		perl-CGI-Expand
+Version:	2.02
+Release:	1
+# same as perl (REMOVE THIS LINE IF NOT TRUE)
+#License:	GPL v1+ or Artistic
+License:	unknown
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-module/CGI/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5:	9eb20cf962df24056687b2152bdc5b70
+URL:		http://search.cpan.org/dist/CGI-Expand/
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+%if %{with tests}
+BuildRequires:	perl-Test-Exception
+%endif
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Converts a CGI query into structured data using a dotted name convention
+similar to TT2.  
+
+# %description -l pl.UTF-8
+# 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} pure_install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes
+%{perl_vendorlib}/CGI/*.pm
+%{_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  2009/01/27 15:15:42  radek
+- new
+
================================================================


More information about the pld-cvs-commit mailing list