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