rpms/perl-Class-DBI-SQLite/devel perl-Class-DBI-SQLite.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Sun Sep 4 21:43:51 UTC 2005


Author: spot

Update of /cvs/extras/rpms/perl-Class-DBI-SQLite/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10430/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Class-DBI-SQLite.spec 
Log Message:
auto-import perl-Class-DBI-SQLite-0.10-2 on branch devel from perl-Class-DBI-SQLite-0.10-2.src.rpm


--- NEW FILE perl-Class-DBI-SQLite.spec ---
Name:           perl-Class-DBI-SQLite
Version:        0.10
Release:        2%{?dist}
Summary:        Extension to Class::DBI for sqlite
Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/Class-DBI-SQLite/
Source0:        http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/Class-DBI-SQLite-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

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

%description
%{summary}.

%prep
%setup -q -n Class-DBI-SQLite-%{version}
perldoc -t perlartistic > Artistic
perldoc -t perlgpl > COPYING

%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 Artistic COPYING Changes
%{perl_vendorlib}/Class/DBI
%{_mandir}/man3/*.3*


%changelog
* Sun Sep  4 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.10-2
- add R: perl(DBD::SQLite)
- remove R: perl(Class::DBI)

* Thu Sep  1 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.10-1
- bump to 0.10

* Thu Sep  1 2005 Paul Howarth <paul at city-fan.org> 0.09-3
- remove redundant BR: perl
- include license text
- honor %%{?_smp_mflags}
- include BR: perl(DBD::SQLite)

* Fri Jul  8 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.09-2
- cleanups

* Wed Jul  6 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.09-1
- Initial package for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-DBI-SQLite/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Sep 2005 21:43:21 -0000	1.1
+++ .cvsignore	4 Sep 2005 21:43:49 -0000	1.2
@@ -0,0 +1 @@
+Class-DBI-SQLite-0.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-DBI-SQLite/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Sep 2005 21:43:21 -0000	1.1
+++ sources	4 Sep 2005 21:43:49 -0000	1.2
@@ -0,0 +1 @@
+13ee636b0bfd08e0b9c6cf0e7429810a  Class-DBI-SQLite-0.10.tar.gz




More information about the fedora-extras-commits mailing list