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

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Apr 3 21:14:15 UTC 2006


Author: spot

Update of /cvs/extras/rpms/perl-AnyData/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5833/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-AnyData.spec 
Log Message:
auto-import perl-AnyData-0.10-2 on branch devel from perl-AnyData-0.10-2.src.rpm


--- NEW FILE perl-AnyData.spec ---
Name:           perl-AnyData
Version:        0.10
Release:        2%{?dist}
Summary:        Easy access to data in many formats
Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/AnyData
Source0:        http://search.cpan.org/CPAN/authors/id/J/JZ/JZUCKER/AnyData-%{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
The AnyData modules provide simple and uniform access to data from
many sources -- perl arrays, local files, remote files retrievable via
http or ftp -- and in many formats including flat files (CSV, Fixed
Length, Tab Delimited, etc), standard format files (Web Logs,
Passwd files, etc.),  structured files (XML, HTML Tables) and binary 
files with parseable headers (mp3s, jpgs, pngs, etc).  

There are two separate modules, each providing a different interface:
AnyData.pm provides a simple tied hash interface and DBD::AnyData
provides a DBI/SQL interface.  You can use either or both depending on
your needs.

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


%changelog
* Fri Mar 31 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.10-2
- minor cleanups

* Sun Jan  8 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.10-1
- Initial package for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-AnyData/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Apr 2006 21:13:47 -0000	1.1
+++ .cvsignore	3 Apr 2006 21:14:15 -0000	1.2
@@ -0,0 +1 @@
+AnyData-0.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-AnyData/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Apr 2006 21:13:47 -0000	1.1
+++ sources	3 Apr 2006 21:14:15 -0000	1.2
@@ -0,0 +1 @@
+ff9fb4c7d8b99d63a773e66f0ccba788  AnyData-0.10.tar.gz




More information about the fedora-extras-commits mailing list