perl-XML-RegExp-vl.spec 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. Name: perl-XML-RegExp
  2. Version: 0.03
  3. Release: 8%{?_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. * Sat Apr 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.03-8
  40. - rebuild with perl-5.12.3
  41. * Sat Aug 22 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.03-7
  42. - Initial build for Vine Linux
  43. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-6
  44. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  45. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-5
  46. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  47. * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.03-4
  48. - Rebuild for perl 5.10 (again)
  49. * Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.03-3
  50. - rebuild for new perl
  51. * Wed Oct 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.03-2.1
  52. - correct license tag
  53. - add BR: perl(ExtUtils::MakeMaker)
  54. * Thu Jun 29 2006 Orion Poplawski <orion@cora.nwra.com> - 0.03-2
  55. - Bump for new perl version (#196668)
  56. * Thu Nov 3 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.03-1
  57. - First Fedora Extras release (#172330).
  58. * Thu Oct 27 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.03-0.1
  59. - First build (#128879).