rpms/perl-SQL-Library/devel perl-SQL-Library.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Tue Oct 10 18:15:31 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-SQL-Library/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12409/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-SQL-Library.spec 
Log Message:
auto-import perl-SQL-Library-0.0.3-1.fc5 on branch devel from perl-SQL-Library-0.0.3-1.fc5.src.rpm


--- NEW FILE perl-SQL-Library.spec ---
Name:           perl-SQL-Library
Version:        0.0.3
Release:        1%{?dist}
Summary:        Manage libraries of SQL easily 
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/SQL-Library/
Source0:        http://www.cpan.org/authors/id/D/DG/DGORLEY/SQL-Library-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This is a perl module for managing simple SQL libraries stored in
INI-like files.  It allows developers to maintain the SQL they require 
OUTSIDE of their perl code.

%prep
%setup -q -n SQL-Library-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

# the better to doc it later...
cp t/sqltest.lib example.lib

%check
make test

%clean
rm -rf %{buildroot}

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

%changelog
* Tue Oct 10 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.0.3-1
- Specfile autogenerated by cpanspec 1.69.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-SQL-Library/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Oct 2006 18:15:23 -0000	1.1
+++ .cvsignore	10 Oct 2006 18:15:31 -0000	1.2
@@ -0,0 +1 @@
+SQL-Library-0.0.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-SQL-Library/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Oct 2006 18:15:23 -0000	1.1
+++ sources	10 Oct 2006 18:15:31 -0000	1.2
@@ -0,0 +1 @@
+75b80cb27775bb61f90fbd5b835032ec  SQL-Library-0.0.3.tar.gz




More information about the scm-commits mailing list