SPECS: perl-capitalization.spec (NEW) - new

arekm arekm at pld-linux.org
Tue Jun 6 12:21:02 CEST 2006


Author: arekm                        Date: Tue Jun  6 10:21:02 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/perl-capitalization.spec
diff -u /dev/null SPECS/perl-capitalization.spec:1.1
--- /dev/null	Tue Jun  6 12:21:02 2006
+++ SPECS/perl-capitalization.spec	Tue Jun  6 12:20:56 2006
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+#
+# Conditional build
+%bcond_with	tests	# perform "make test" (requires reader)
+#
+%include	/usr/lib/rpm/macros.perl
+Summary:	No capitalization on method names
+Name:		perl-capitalization
+Version:	0.03
+Release:	1
+License:	BSD
+Group:		Libraries
+Source0:	http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/capitalization-%{version}.tar.gz
+# Source0-md5:	94998b37b4f86bd2e5738ab3a8fb4e7c
+URL:		http://search.cpan.org/~miyagawa/capitalization-0.03/
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+No capitalization on method names.
+
+%prep
+%setup -q -n capitalization-%{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)
+%{perl_vendorlib}/*.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  2006/06/06 10:20:56  arekm
+- new
+
+
================================================================


More information about the pld-cvs-commit mailing list