rpms/perl-ORLite-Migrate/F-10 perl-ORLite-Migrate.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Marcela Mašláňová mmaslano at fedoraproject.org
Fri Jan 23 09:41:44 UTC 2009


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-ORLite-Migrate/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22225

Modified Files:
	.cvsignore sources 
Added Files:
	perl-ORLite-Migrate.spec 
Log Message:
* Mon Jan 12 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.01-1
- Specfile autogenerated by cpanspec 1.77.



--- NEW FILE perl-ORLite-Migrate.spec ---
Name:           perl-ORLite-Migrate
Version:        0.01
Release:        1%{?dist}
Summary:        Light weight SQLite-specific schema migration
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/ORLite-Migrate/
Source0:        http://www.cpan.org/authors/id/A/AD/ADAMK/ORLite-Migrate-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl >= 1:5.6.0
BuildRequires:  perl(DBD::SQLite) >= 1.14
BuildRequires:  perl(DBI) >= 1.58
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(File::pushd)
BuildRequires:  perl(IPC::Run3)
BuildRequires:  perl(ORLite) >= 1.16
BuildRequires:  perl(Params::Util) >= 0.33
BuildRequires:  perl(Probe::Perl)
BuildRequires:  perl(Test::More) >= 0.47
Requires:       perl(DBD::SQLite) >= 1.14
Requires:       perl(DBI) >= 1.58
Requires:       perl(File::pushd)
Requires:       perl(IPC::Run3)
Requires:       perl(ORLite) >= 1.16
Requires:       perl(Params::Util) >= 0.33
Requires:       perl(Probe::Perl)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
THIS CODE IS EXPERIMENTAL AND SUBJECT TO CHANGE WITHOUT NOTICE
SQLite is a light weight single file SQL database that provides an excellent platform for embedded
storage of structured data. ORLite is a light weight single class Object-Relational Mapper (ORM) 
system specifically designed for (and limited to only) work with SQLite. ORLite::Migrate is a light 
weight single class Database Schema Migration enhancement for ORLite.

%prep
%setup -q -n ORLite-Migrate-%{version}

%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 -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Mon Jan 12 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.01-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-ORLite-Migrate/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Jan 2009 21:26:36 -0000	1.1
+++ .cvsignore	23 Jan 2009 09:41:13 -0000	1.2
@@ -0,0 +1 @@
+ORLite-Migrate-0.01.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-ORLite-Migrate/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Jan 2009 21:26:36 -0000	1.1
+++ sources	23 Jan 2009 09:41:13 -0000	1.2
@@ -0,0 +1 @@
+eec5d9e315cfb7e90658ef10f6685281  ORLite-Migrate-0.01.tar.gz




More information about the Fedora-perl-devel-list mailing list