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

Iain Arnell iarnell at fedoraproject.org
Wed Apr 29 04:39:07 UTC 2009


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Config-INI/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23094/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Config-INI.spec 
Log Message:
initial import


--- NEW FILE perl-Config-INI.spec ---
Name:           perl-Config-INI
Version:        0.014
Release:        1%{?dist}
Summary:        Config::INI Perl module
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Config-INI/
Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/Config-INI-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Mixin::Linewise::Readers) >= 0.001
BuildRequires:  perl(Mixin::Linewise::Writers) >= 0.001
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Config::INI - simple .ini-file format.

%prep
%setup -q -n Config-INI-%{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 Changes LICENSE README examples
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sun Apr 19 2009 Iain Arnell 0.014-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Config-INI/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	29 Apr 2009 03:08:34 -0000	1.1
+++ .cvsignore	29 Apr 2009 04:38:36 -0000	1.2
@@ -0,0 +1 @@
+Config-INI-0.014.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Config-INI/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	29 Apr 2009 03:08:34 -0000	1.1
+++ sources	29 Apr 2009 04:38:36 -0000	1.2
@@ -0,0 +1 @@
+184be93729b019aba169a39fbe466531  Config-INI-0.014.tar.gz




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