rpms/perl-DBIx-SQLite-Simple/FC-5 perl-DBIx-SQLite-Simple.spec, NONE, 1.1 sources, 1.1, 1.2

Sindre Pedersen Bjørdal (sindrepb) fedora-extras-commits at redhat.com
Wed May 23 01:26:12 UTC 2007


Author: sindrepb

Update of /cvs/extras/rpms/perl-DBIx-SQLite-Simple/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12726

Modified Files:
	sources 
Added Files:
	perl-DBIx-SQLite-Simple.spec 
Log Message:
add files to branch


--- NEW FILE perl-DBIx-SQLite-Simple.spec ---
Name:           perl-DBIx-SQLite-Simple
Version:        0.34
Release:        2%{?dist}
Summary:        Easy access to SQLite databases using objects	

Group:          Development/Libraries
License:        Artistic
URL:            http://search.cpan.org/dist/DBIx-SQLite-Simple/
Source0:        http://search.cpan.org/CPAN/authors/id/J/JU/JUERD/DBIx-SQLite-Simple-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl(Test::More), perl(ExtUtils::MakeMaker) 
BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)
BuildRequires:  perl(DBD::SQLite), perl(Class::Gomor)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
perl-DBIx-SQLite-Simple provides easy access to the SQLite databases using
objects.

%prep
%setup -q -n DBIx-SQLite-Simple-%{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 ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


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


%changelog
* Sun May 06 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.34-2
- Add missing BRs
- Fix %%files
* Sat May 05 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.34-1
- Initial build


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-DBIx-SQLite-Simple/FC-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 May 2007 21:33:01 -0000	1.1
+++ sources	23 May 2007 01:25:38 -0000	1.2
@@ -0,0 +1 @@
+7375627800f0ef136eff5ef18c766c64  DBIx-SQLite-Simple-0.34.tar.gz




More information about the fedora-extras-commits mailing list