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

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Sep 8 18:30:14 UTC 2005


Author: spot

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Class-DBI-Pg.spec 
Log Message:
auto-import perl-Class-DBI-Pg-0.06-3 on branch devel from perl-Class-DBI-Pg-0.06-3.src.rpm


--- NEW FILE perl-Class-DBI-Pg.spec ---
Name:           perl-Class-DBI-Pg
Version:        0.06
Release:        3%{?dist}
Summary:        Class::DBI extension for PostgreSQL
Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/Class-DBI-Pg/
Source0:        http://search.cpan.org/CPAN/authors/id/S/SR/SRI/Class-DBI-Pg-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

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

%description
%{summary}.

%prep
%setup -q -n Class-DBI-Pg-%{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
* Fri Sep  2 2005 Paul Howarth <paul at city-fan.org> 0.06-3
- remove redundant BR: perl
- honor %%{_smp_mflags}
- include license text
- add perl-DBD-Pg dep

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-DBI-Pg/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Sep 2005 18:29:50 -0000	1.1
+++ .cvsignore	8 Sep 2005 18:30:12 -0000	1.2
@@ -0,0 +1 @@
+Class-DBI-Pg-0.06.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-DBI-Pg/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Sep 2005 18:29:50 -0000	1.1
+++ sources	8 Sep 2005 18:30:12 -0000	1.2
@@ -0,0 +1 @@
+c68f3de33841ecb4c8a577fb63d4ff1e  Class-DBI-Pg-0.06.tar.gz




More information about the fedora-extras-commits mailing list