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

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Aug 18 03:49:31 UTC 2005


Author: spot

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-DBIx-ContextualFetch.spec 
Log Message:
auto-import perl-DBIx-ContextualFetch-1.02-3 on branch devel from perl-DBIx-ContextualFetch-1.02-3.src.rpm


--- NEW FILE perl-DBIx-ContextualFetch.spec ---
Name:           perl-DBIx-ContextualFetch
Version:        1.02
Release:        3%{?dist}
Summary:        Add contextual fetches to DBI
Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/DBIx-ContextualFetch
Source0:        http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/DBIx-ContextualFetch-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

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

%description
%{summary}.

%prep
%setup -q -n DBIx-ContextualFetch-%{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 -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
%{perl_vendorlib}/DBIx
%{_mandir}/man3/*.3*


%changelog
* Wed Aug 17 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.02-3
- more cleanups

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-DBIx-ContextualFetch/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Aug 2005 03:49:06 -0000	1.1
+++ .cvsignore	18 Aug 2005 03:49:29 -0000	1.2
@@ -0,0 +1 @@
+DBIx-ContextualFetch-1.02.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-DBIx-ContextualFetch/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Aug 2005 03:49:06 -0000	1.1
+++ sources	18 Aug 2005 03:49:29 -0000	1.2
@@ -0,0 +1 @@
+e0e2d7db498de03fb3aef95ebd1e0947  DBIx-ContextualFetch-1.02.tar.gz




More information about the scm-commits mailing list