Name: perl-XML-RegExp Version: 0.04 Release: 1%{?_dist_release} Summary: Regular expressions for XML tokens Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/XML-RegExp/ Source0: http://www.cpan.org/authors/id/T/TJ/TJMATHER/XML-RegExp-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildArch: noarch BuildRequires: perl Requires: perl >= %(eval "`%{__perl} -V:version`"; echo $version) %description This package contains an utility module containing regular expressions for the following XML tokens: BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar, NameChar, EntityRef, CharRef, Reference, Name, NmToken, and AttValue. %prep %setup -q -n XML-RegExp-%{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 -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/XML/ %{_mandir}/man3/XML::RegExp.3* %changelog * Tue Jul 1 2014 Tomohiro "Tomo-p" KATO 0.04-1 - new upstream release. * Sat Apr 30 2011 Yoji TOYODA - 0.03-8 - rebuild with perl-5.12.3 * Sat Aug 22 2009 Ryoichi INAGAKI - 0.03-7 - Initial build for Vine Linux * Sun Jul 26 2009 Fedora Release Engineering - 0.03-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 0.03-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Wed Feb 27 2008 Tom "spot" Callaway - 0.03-4 - Rebuild for perl 5.10 (again) * Thu Jan 24 2008 Tom "spot" Callaway - 0.03-3 - rebuild for new perl * Wed Oct 17 2007 Tom "spot" Callaway - 0.03-2.1 - correct license tag - add BR: perl(ExtUtils::MakeMaker) * Thu Jun 29 2006 Orion Poplawski - 0.03-2 - Bump for new perl version (#196668) * Thu Nov 3 2005 Ville Skyttä - 0.03-1 - First Fedora Extras release (#172330). * Thu Oct 27 2005 Ville Skyttä - 0.03-0.1 - First build (#128879).