Group: Development/Other # BEGIN SourceDeps(oneline): BuildRequires(pre): rpm-build-perl BuildRequires: perl(Exporter.pm) perl-podlators # END SourceDeps(oneline) # see https://bugzilla.altlinux.org/show_bug.cgi?id=10382 %define _localstatedir %{_var} Name: perl-Regexp-IPv6 Version: 0.03 Release: alt1_25 Summary: Regular expression for IPv6 addresses License: GPLv2+ or Artistic URL: https://metacpan.org/release/Regexp-IPv6 Source0: https://cpan.metacpan.org/authors/id/S/SA/SALVA/Regexp-IPv6-%{version}.tar.gz BuildArch: noarch BuildRequires: rpm-build-perl BuildRequires: perl(ExtUtils/MakeMaker.pm) BuildRequires: perl(Test/More.pm) Source44: import.info %description This module exports the $IPv6_re regular expression that matches any valid IPv6 address as described in "RFC 2373 - 2.2 Text Representation of Addresses" but ::. Any string not compliant with such RFC will be rejected. %prep %setup -q -n Regexp-IPv6-%{version} %build /usr/bin/perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 %make_build %install make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; # %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files %doc Changes README %{perl_vendor_privlib}/* %changelog * Wed Nov 20 2019 Igor Vlasenko 0.03-alt1_25 - update to new release by fcimport * Sat Jul 14 2018 Igor Vlasenko 0.03-alt1_21 - update to new release by fcimport * Wed Sep 27 2017 Igor Vlasenko 0.03-alt1_19 - update to new release by fcimport * Thu Aug 03 2017 Igor Vlasenko 0.03-alt1_18 - update to new release by fcimport * Thu Mar 16 2017 Igor Vlasenko 0.03-alt1_17 - update to new release by fcimport * Tue Jul 26 2016 Igor Vlasenko 0.03-alt1_16 - update to new release by fcimport * Mon Mar 07 2016 Igor Vlasenko 0.03-alt1_15 - update to new release by fcimport * Sun Sep 20 2015 Igor Vlasenko 0.03-alt1_13 - update to new release by fcimport * Mon Oct 27 2014 Igor Vlasenko 0.03-alt1_11 - update to new release by fcimport * Tue Jul 01 2014 Igor Vlasenko 0.03-alt1_10 - update to new release by fcimport * Mon Aug 12 2013 Igor Vlasenko 0.03-alt1_9 - update to new release by fcimport * Mon Aug 05 2013 Igor Vlasenko 0.03-alt1_8 - update to new release by fcimport * Fri Feb 22 2013 Igor Vlasenko 0.03-alt1_7 - update to new release by fcimport * Tue Jul 31 2012 Igor Vlasenko 0.03-alt1_6 - update to new release by fcimport * Thu May 24 2012 Igor Vlasenko 0.03-alt1_4 - fc import