rpms/perl-MooseX-SimpleConfig/F-10 import.log, NONE, 1.1 perl-MooseX-SimpleConfig.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Allisson Azevedo allisson at fedoraproject.org
Tue Feb 3 17:46:25 UTC 2009


Author: allisson

Update of /cvs/pkgs/rpms/perl-MooseX-SimpleConfig/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31126/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-MooseX-SimpleConfig.spec 
Log Message:

First import for F-10



--- NEW FILE import.log ---
perl-MooseX-SimpleConfig-0_03-1_fc10:F-10:perl-MooseX-SimpleConfig-0.03-1.fc10.src.rpm:1233682906


--- NEW FILE perl-MooseX-SimpleConfig.spec ---
Name:           perl-MooseX-SimpleConfig
Version:        0.03
Release:        1%{?dist}
Summary:        Moose role for setting attributes from a simple configfile
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/MooseX-SimpleConfig/
Source0:        http://www.cpan.org/authors/id/B/BL/BLBLACK/MooseX-SimpleConfig-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Config::Any) >= 0.10
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Moose) >= 0.35
BuildRequires:  perl(MooseX::ConfigFromFile) >= 0.02
BuildRequires:  perl(Test::More) >= 0.42
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This role loads simple configfiles to set object attributes. It is based on
the abstract role MooseX::ConfigFromFile, and uses Config::Any to load your
configfile. Config::Any will in turn support any of a variety of different
config formats, detected by the file extension. See Config::Any for more
details about supported formats.

%prep
%setup -q -n MooseX-SimpleConfig-%{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 -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Mon Feb 02 2009 Allisson Azevedo <allisson at gmail.com> 0.03-1
- Initial rpm release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-MooseX-SimpleConfig/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Feb 2009 04:19:07 -0000	1.1
+++ .cvsignore	3 Feb 2009 17:45:55 -0000	1.2
@@ -0,0 +1 @@
+MooseX-SimpleConfig-0.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-MooseX-SimpleConfig/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Feb 2009 04:19:07 -0000	1.1
+++ sources	3 Feb 2009 17:45:55 -0000	1.2
@@ -0,0 +1 @@
+6aacecf18afbf17f97e666c0197a5e18  MooseX-SimpleConfig-0.03.tar.gz




More information about the fedora-extras-commits mailing list