rpms/perl-DDL-Oracle/EL-5 import.log, NONE, 1.1 perl-DDL-Oracle.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Milan Zazrivec mzazrive at fedoraproject.org
Fri Jan 16 15:59:10 UTC 2009


Author: mzazrive

Update of /cvs/pkgs/rpms/perl-DDL-Oracle/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26875/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-DDL-Oracle.spec 
Log Message:
cvs import of perl-DDL-Oracle-1.11-1



--- NEW FILE import.log ---
perl-DDL-Oracle-1_11-1:EL-5:perl-DDL-Oracle-1.11-1.src.rpm:1232121487


--- NEW FILE perl-DDL-Oracle.spec ---
Name: perl-DDL-Oracle
Summary: DDL generator for Oracle databases 
Group: Development/Tools
Version: 1.11
Release: 1%{?dist}
License: GPL+ or Artistic
Source0: http://search.cpan.org/CPAN/authors/id/R/RV/RVSUTHERL/DDL-Oracle-%{version}.tar.gz
URL: http://search.cpan.org/~rvsutherl/DDL-Oracle-1.11
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build

Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires: perl(ExtUtils::MakeMaker)

%define prefix %{buildroot}%{_prefix}

%description
A Perl tool to reverse engineer the DDL of Oracle objects from Oracle.

%prep
%setup -q -n DDL-Oracle-%{version}

%build
%{__perl} Makefile.PL PREFIX=%{prefix} INSTALLDIRS=vendor
make OPTIMIZE="${RPM_OPT_FLAGS}"

%install
rm -rf %{buildroot}
make install
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -p README* %{buildroot}%{_datadir}/%{name}
find %{buildroot} -name "perllocal.pod" -exec rm -f {} ';'
find %{buildroot}%{perl_vendorarch} -name ".packlist" -exec rm -f {} ';'

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%dir %attr(0755,root,root) %{_datadir}/%{name}
%dir %attr(0755,root,root) %{perl_vendorlib}/DDL
%attr(0644,root,root) %{perl_vendorlib}/DDL/Oracle.pm
%attr(0755,root,root) %{perl_vendorlib}/DDL/*.pl
%attr(0644,root,root) %{_datadir}/%{name}/README*
%attr(0644,root,root) %{_mandir}/man3/DDL*

%changelog
* Tue Jan 13 2009 Milan Zazrivec <mzazrivec at redhat.com> 1.11-1
- initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DDL-Oracle/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Jan 2009 21:33:05 -0000	1.1
+++ .cvsignore	16 Jan 2009 15:58:40 -0000	1.2
@@ -0,0 +1 @@
+DDL-Oracle-1.11.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DDL-Oracle/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Jan 2009 21:33:05 -0000	1.1
+++ sources	16 Jan 2009 15:58:40 -0000	1.2
@@ -0,0 +1 @@
+94b43a139feb903609e1e15326e982ae  DDL-Oracle-1.11.tar.gz




More information about the fedora-extras-commits mailing list