perl-XML-RegExp-vl.spec 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. Name: perl-XML-RegExp
  2. Version: 0.04
  3. Release: 1%{?_dist_release}
  4. Summary: Regular expressions for XML tokens
  5. Group: Development/Libraries
  6. License: GPL+ or Artistic
  7. URL: http://search.cpan.org/dist/XML-RegExp/
  8. Source0: http://www.cpan.org/authors/id/T/TJ/TJMATHER/XML-RegExp-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildArch: noarch
  11. BuildRequires: perl
  12. Requires: perl >= %(eval "`%{__perl} -V:version`"; echo $version)
  13. %description
  14. This package contains an utility module containing regular expressions
  15. for the following XML tokens: BaseChar, Ideographic, Letter, Digit,
  16. Extender, CombiningChar, NameChar, EntityRef, CharRef, Reference,
  17. Name, NmToken, and AttValue.
  18. %prep
  19. %setup -q -n XML-RegExp-%{version}
  20. %build
  21. %{__perl} Makefile.PL INSTALLDIRS=vendor
  22. make %{?_smp_mflags}
  23. %install
  24. rm -rf $RPM_BUILD_ROOT
  25. make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
  26. find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
  27. find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
  28. chmod -R u+w $RPM_BUILD_ROOT/*
  29. %check
  30. make test
  31. %clean
  32. rm -rf $RPM_BUILD_ROOT
  33. %files
  34. %defattr(-,root,root,-)
  35. %doc Changes README
  36. %{perl_vendorlib}/XML/
  37. %{_mandir}/man3/XML::RegExp.3*
  38. %changelog
  39. * Tue Jul 1 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.04-1
  40. - new upstream release.
  41. * Sat Apr 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.03-8
  42. - rebuild with perl-5.12.3
  43. * Sat Aug 22 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.03-7
  44. - Initial build for Vine Linux
  45. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-6
  46. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  47. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-5
  48. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  49. * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.03-4
  50. - Rebuild for perl 5.10 (again)
  51. * Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.03-3
  52. - rebuild for new perl
  53. * Wed Oct 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.03-2.1
  54. - correct license tag
  55. - add BR: perl(ExtUtils::MakeMaker)
  56. * Thu Jun 29 2006 Orion Poplawski <orion@cora.nwra.com> - 0.03-2
  57. - Bump for new perl version (#196668)
  58. * Thu Nov 3 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.03-1
  59. - First Fedora Extras release (#172330).
  60. * Thu Oct 27 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.03-0.1
  61. - First build (#128879).