rpms/perl-Data-AsObject/F-11 import.log, NONE, 1.1 perl-Data-AsObject.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Emmanuel Seyman eseyman at fedoraproject.org
Fri Nov 27 10:01:58 UTC 2009


Author: eseyman

Update of /cvs/pkgs/rpms/perl-Data-AsObject/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29326/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Data-AsObject.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-Data-AsObject-0_05-2_fc12:F-11:perl-Data-AsObject-0.05-2.fc12.src.rpm:1259316100


--- NEW FILE perl-Data-AsObject.spec ---
Name:           perl-Data-AsObject
Version:        0.05
Release:        2%{?dist}
Summary:        Easy OO access to complex perl data structures
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Data-AsObject/
Source0:        http://www.cpan.org/authors/id/P/PS/PSHANGOV/Data-AsObject-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::Deep)
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Data::AsObject provides easy object-oriented access to complex and
arbitrarily nested perl data structures. It is particulary suitable for
working with hash-based representation of XML data, as generated by modules
like XML::Complie or XML::TreePP.

%prep
%setup -q -n Data-AsObject-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Thu Nov 26 2009 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 0.05-2
- Fix rpmlint warnings

* Tue Oct 13 2009 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 0.05-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Data-AsObject/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	27 Nov 2009 05:34:18 -0000	1.1
+++ .cvsignore	27 Nov 2009 10:01:58 -0000	1.2
@@ -0,0 +1 @@
+Data-AsObject-0.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Data-AsObject/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	27 Nov 2009 05:34:18 -0000	1.1
+++ sources	27 Nov 2009 10:01:58 -0000	1.2
@@ -0,0 +1 @@
+cada5beeeb99d45a492594682063fed2  Data-AsObject-0.05.tar.gz




More information about the Fedora-perl-devel-list mailing list