perl-TeX-Hyphen-vl.spec 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. Name: perl-TeX-Hyphen
  2. Version: 1.18
  3. Release: 1%{?_dist_release}
  4. Summary: Hyphenate words using TeX's patterns
  5. Group: Development/Libraries
  6. License: GPL+ or Artistic
  7. URL: http://search.cpan.org/dist/TeX-Hyphen/
  8. Source0: http://www.cpan.org/authors/id/J/JA/JANPAZ/TeX-Hyphen-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  10. BuildArch: noarch
  11. BuildRequires: perl(ExtUtils::MakeMaker)
  12. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  13. Vendor: Project Vine
  14. Distribution: Vine Linux
  15. %description
  16. %{summary}.
  17. %prep
  18. %setup -q -n TeX-Hyphen-%{version}
  19. %build
  20. %{__perl} Makefile.PL INSTALLDIRS=vendor
  21. make %{?_smp_mflags}
  22. %install
  23. rm -rf %{buildroot}
  24. make pure_install PERL_INSTALL_ROOT=%{buildroot}
  25. find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
  26. find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
  27. chmod -R u+w %{buildroot}/*
  28. %check
  29. make test
  30. %clean
  31. rm -rf %{buildroot}
  32. %files
  33. %defattr(-,root,root,-)
  34. %doc Changes README
  35. %{perl_vendorlib}/TeX/
  36. %{_mandir}/man3/*.3pm*
  37. %changelog
  38. * Sat May 18 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.18-1
  39. - new upstream release.
  40. - rebuilt with perl-5.26.
  41. * Sun Nov 9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.01-1
  42. - updated to 1.01
  43. - built with perl 5.16.3
  44. * Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.140-1
  45. - initial build for Vine Linux
  46. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.140-15
  47. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  48. * Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.140-14
  49. - Perl mass rebuild
  50. * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.140-13
  51. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  52. * Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.140-12
  53. - 661697 rebuild for fixing problems with vendorach/lib
  54. * Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.140-11
  55. - Mass rebuild with perl-5.12.0
  56. * Fri Dec 4 2009 Stepan Kasal <skasal@redhat.com> - 0.140-10
  57. - rebuild against perl 5.10.1
  58. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.140-9
  59. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  60. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.140-8
  61. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  62. * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.140-7
  63. - Rebuild for perl 5.10 (again)
  64. * Wed Jan 23 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.140-6
  65. - rebuild for new perl
  66. * Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.140-5.1
  67. - correct license tag
  68. - add BR: perl(ExtUtils::MakeMaker)
  69. * Fri Sep 8 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.140-5
  70. - Rebuild for FC6.
  71. * Thu Feb 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.140-4
  72. - Rebuild for FC5 (perl 5.8.8).
  73. * Thu Dec 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.140-3
  74. - Dist tag.
  75. * Thu Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.140-2
  76. - rebuilt
  77. * Fri Jun 11 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.140-0.fdr.1
  78. - First build.