SPECS: perl-DBIx-DBSchema.spec (NEW) - new

arekm arekm at pld-linux.org
Tue Jun 6 12:26:10 CEST 2006


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

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

---- Diffs:

================================================================
Index: SPECS/perl-DBIx-DBSchema.spec
diff -u /dev/null SPECS/perl-DBIx-DBSchema.spec:1.1
--- /dev/null	Tue Jun  6 12:26:10 2006
+++ SPECS/perl-DBIx-DBSchema.spec	Tue Jun  6 12:26:05 2006
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests	# do not perform "make test"
+
+%include	/usr/lib/rpm/macros.perl
+%define		pdir	DBIx
+%define		pnam	DBSchema
+Summary:	DBIx::DBSchema - Database-independent schema objects
+Name:		perl-DBIx-DBSchema
+Version:	0.31
+Release:	1
+# same as perl
+License:	GPL v1+ or Artistic
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5:	bee0e44ff328adfea5b2c204ae5c606b
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_noautoreq	'perl(DBD::Oracle)'
+
+%description
+DBIx::DBSchema -- Database-independent schema objects.
+
+%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)
+%{perl_vendorlib}/%{pdir}/*.pm
+%{perl_vendorlib}/%{pdir}/%{pnam}
+%{_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:26:05  arekm
+- new
+
+
================================================================


More information about the pld-cvs-commit mailing list