rpms/perl-Net-CIDR/devel Makefile, NONE, 1.1 import.log, NONE, 1.1 perl-Net-CIDR.spec, NONE, 1.1 sources, NONE, 1.1

Nicolas Chauvet kwizart at fedoraproject.org
Wed Nov 11 10:22:11 UTC 2009


Author: kwizart

Update of /cvs/pkgs/rpms/perl-Net-CIDR/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18246/devel

Added Files:
	Makefile import.log perl-Net-CIDR.spec sources 
Log Message:
Initial import



***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'

--- NEW FILE import.log ---
perl-Net-CIDR-0_13-2_fc11:HEAD:perl-Net-CIDR-0.13-2.fc11.src.rpm:1257934476


--- NEW FILE perl-Net-CIDR.spec ---
Name:           perl-Net-CIDR
Version:        0.13
Release:        2%{?dist}
Summary:        Manipulate IPv4/IPv6 netblocks in CIDR notation
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Net-CIDR/
Source0:        http://www.cpan.org/authors/id/M/MR/MRSAM/Net-CIDR-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
The Net::CIDR package contains functions that manipulate lists of IP
netblocks expressed in CIDR notation. The Net::CIDR functions handle both
IPv4 and IPv6 addresses.

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

%changelog
* Mon Nov  9 2009 Nicolas Chauvet <kwizart at fedoraproject.org> - 0.13-2
- Fix License tag
- Remove Net-CIDR.spec from %%doc
- List files more explicitely

* Fri Sep 25 2009 Nicolas Chauvet <kwizart at fedoraproject.org> - 0.13-1
- Specfile autogenerated by cpanspec 1.78.


--- NEW FILE sources ---
40f0f42104b314af91ab78119e0096de  Net-CIDR-0.13.tar.gz




More information about the fedora-extras-commits mailing list