rpms/perl-DBIx-DBSchema/devel perl-DBIx-DBSchema.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Sun Nov 6 07:24:44 UTC 2005


Author: corsepiu

Update of /cvs/extras/rpms/perl-DBIx-DBSchema/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8191/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-DBIx-DBSchema.spec 
Log Message:
auto-import perl-DBIx-DBSchema-0.27-1 on branch devel from perl-DBIx-DBSchema-0.27-1.src.rpm


--- NEW FILE perl-DBIx-DBSchema.spec ---
Name:           perl-DBIx-DBSchema
Version:        0.27
Release:        1%{?dist}
Summary:        Database-independent schema objects

Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/~ivan/DBIx-DBSchema-%{version}/
Source0:        http://search.cpan.org/CPAN/authors/id/I/IV/IVAN/DBIx-DBSchema-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires:	perl(DBI)
BuildRequires:	perl(FreezeThaw)

# Required for by the tests
BuildRequires:	perl(DBD::Pg) >= 1.32

%description
DBIx::DBSchema objects are collections of DBIx::DBSchema::Table objects and 
represent a database schema.

This module implements an OO-interface to database schemas. Using this module, 
you can create a database schema with an OO Perl interface. You can read the
schema from an existing database. You can save the schema to disk and restore
it a different process. Most importantly, DBIx::DBSchema can write SQL CREATE
statements statements for different databases from a single source.

Currently supported databases are MySQL and PostgreSQL. 

%prep
%setup -q -n DBIx-DBSchema-%{version}
chmod -x README Changes
find -name '*.pm' -exec chmod -x {} \;

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*


%changelog
* Tue Oct 10 2005  Ralf Corsépius <rc040203 at freenet.de> - 0.27-1
- Initial package.
- FE submission.
 

Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-DBIx-DBSchema/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Nov 2005 07:23:38 -0000	1.1
+++ .cvsignore	6 Nov 2005 07:24:42 -0000	1.2
@@ -0,0 +1 @@
+DBIx-DBSchema-0.27.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-DBIx-DBSchema/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Nov 2005 07:23:38 -0000	1.1
+++ sources	6 Nov 2005 07:24:42 -0000	1.2
@@ -0,0 +1 @@
+9a609e0c227192373672d03dffb859f0  DBIx-DBSchema-0.27.tar.gz




More information about the fedora-extras-commits mailing list