rpms/perl-Config-IniHash/FC-6 perl-Config-IniHash.spec, NONE, 1.1 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sat Apr 28 04:55:44 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-Config-IniHash/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24296

Modified Files:
	sources 
Added Files:
	perl-Config-IniHash.spec 
Log Message:
pseudo-branch of perl-Config-IniHash to FC-6


--- NEW FILE perl-Config-IniHash.spec ---
Name:           perl-Config-IniHash
Version:        2.9.0
Release:        2%{?dist}
Summary:        Perl extension for reading and writing INI files
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Config-IniHash/
Source0:        http://www.cpan.org/authors/id/J/JE/JENDA/Config-IniHash-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

# core
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
# cpan
BuildRequires:  perl(Hash::Case)
BuildRequires:  perl(IO::Scalar)
BuildRequires:  perl(Hash::WithDefaults) >= 0.04

%description
This module reads and writes INI files.

%prep
%setup -q -n Config-IniHash-%{version}

sed -i 's/\r//' README

%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,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

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

* Thu Apr 26 2007 Chris Weyl <cweyl at alumni.drew.edu> 2.9.0-1
- update to 2.9.0 (?!)

* Thu Apr 26 2007 Chris Weyl <cweyl at alumni.drew.edu> 2.8-2
- add missing BR on perl(IO::Scalar)

* Wed Apr 18 2007 Chris Weyl <cweyl at alumni.drew.edu> 2.8-1
- Specfile autogenerated by cpanspec 1.69.1.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Config-IniHash/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Apr 2007 04:11:07 -0000	1.1
+++ sources	28 Apr 2007 04:54:48 -0000	1.2
@@ -0,0 +1 @@
+012e9bc3e320dcb031886a3ffcc19c09  Config-IniHash-2.9.0.tar.gz




More information about the fedora-extras-commits mailing list