]> git.pld-linux.org Git - packages/perl-Class-DBI-Plugin-Type.git/commitdiff
- initial revision
authormigo <migo@pld-linux.org>
Fri, 9 Apr 2004 11:33:05 +0000 (11:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Class-DBI-Plugin-Type.spec -> 1.1

perl-Class-DBI-Plugin-Type.spec [new file with mode: 0644]

diff --git a/perl-Class-DBI-Plugin-Type.spec b/perl-Class-DBI-Plugin-Type.spec
new file mode 100644 (file)
index 0000000..7c8a0e0
--- /dev/null
@@ -0,0 +1,54 @@
+#
+# Conditional build:
+%bcond_without tests   # do not perform "make test"
+
+%include       /usr/lib/rpm/macros.perl
+%define        pdir    Class
+%define        pnam    DBI-Plugin-Type
+Summary:       Determine type information for columns
+Name:          perl-Class-DBI-Plugin-Type
+Version:       0.02
+Release:       1
+License:       GPL or Artistic
+Group:         Development/Languages/Perl
+Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 2f80426ccc67629543404ee9376a6d3e
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+%if %{with tests}
+BuildRequires: perl-Class-DBI
+BuildRequires: perl-DBD-SQLite
+%endif
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This module allows Class::DBI-based classes to query their columns for
+data type information in a database-independent manner.
+
+%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
+# There are two other Plugins for CDBI, but they aren't in PLD
+# currently. Let Plugin directory belong to this package
+%{perl_vendorlib}/Class/DBI/Plugin
+%{_mandir}/man3/*
This page took 0.105356 seconds and 4 git commands to generate.