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

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sat Apr 28 01:26:37 UTC 2007


Author: cweyl

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

Modified Files:
	sources 
Added Files:
	perl-DBIx-POS.spec 
Log Message:
pseudo-branch of perl-DBIx-POS to FC-5


--- NEW FILE perl-DBIx-POS.spec ---
Name:           perl-DBIx-POS
Version:        0.03
Release:        3%{?dist}
Summary:        Define a dictionary of SQL statements in a POD dialect (POS)
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/DBIx-POS/
Source0:        http://www.cpan.org/authors/id/M/MD/MDORMAN/DBIx-POS-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl, perl(ExtUtils::MakeMaker)
BuildRequires:  perl(YAML)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

# Yes, Pod::Parser is core.  But it seems wise to start explicitly listing
# even core modules, when they're not automatically picked up
BuildRequires:  perl(Pod::Parser), perl(Test::More)
Requires:       perl(Pod::Parser)

%description
DBIx-POS subclasses Pod::Parser to define a POD dialect for writing a SQL
dictionary for an application, and uses code from Class::Singleton to make
the resulting structure easily accessible.

%prep
%setup -q -n DBIx-POS-%{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}/*

%check
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
# we include the test as it's a bit more helpful than the man page, IMHO
%doc Changes README t/
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Apr 27 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.03-3
- bump

* Tue Apr 17 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.03-2
- add br on perl(YAML)

* Fri Mar 09 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.03-1
- Specfile autogenerated by cpanspec 1.70.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-DBIx-POS/FC-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Apr 2007 00:54:06 -0000	1.1
+++ sources	28 Apr 2007 01:26:03 -0000	1.2
@@ -0,0 +1 @@
+ecd44d600628a0c3031628c9cc0e7706  DBIx-POS-0.03.tar.gz




More information about the scm-commits mailing list