source: projects/specs/trunk/p/perl-Text-Reform/perl-Text-Reform-vl.spec @ 9074

Revision 9074, 4.5 KB checked in by inagaki, 9 years ago (diff)

2014-11-09 Ryoichi INAGAKI <ryo1@…>

  • perl-IPC-Run, perl-TeX-Hyphen, perl-text-CSV: updated
  • perl-IPC-ShareLite?, perl-Text-Iconv, perl-Text-Reform: rebuilt


Line 
1Name:           perl-Text-Reform
2Version:        1.20
3Release:        2%{?_dist_release}
4Summary:        Manual text wrapping and reformatting
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/Text-Reform/
8Source0:        http://www.cpan.org/authors/id/C/CH/CHORNY/Text-Reform-%{version}.tar.gz
9
10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
11BuildArch:      noarch
12BuildRequires:  perl(Module::Build)
13BuildRequires:  perl(Test::More)
14BuildRequires:  perl(Test::Pod) >= 1.14
15BuildRequires:  perl(version)
16
17Requires:       perl(TeX::Hyphen)
18Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
19
20Vendor:         Project Vine
21Distribution:   Vine Linux
22
23%description
24The module supplies a re-entrant, highly configurable replacement for the
25built-in Perl format() mechanism.
26
27%prep
28%setup -q -n Text-Reform-%{version}
29chmod 644 Changes README lib/Text/*.pm
30
31%build
32%{__perl} Build.PL installdirs=vendor
33./Build
34
35%install
36rm -rf %{buildroot}
37
38./Build install destdir=%{buildroot} create_packlist=0
39
40find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
41
42%{_fixperms} %{buildroot}/*
43
44%check
45# the testsuite fails for locales with decimal point != ".", i.e. it
46# fails for almost all European languages except en
47LC_NUMERIC=C ./Build test
48
49%clean
50rm -rf %{buildroot}
51
52%files
53%defattr(-,root,root,-)
54%doc Changes README demo/
55%{perl_vendorlib}/*
56%{_mandir}/man3/*
57
58%changelog
59* Sun Nov  9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.20-2
60- rebuilt with perl 5.16.3
61
62* Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.20-1
63- initial build for Vine Linux
64
65* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20-4
66- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
67
68* Sun Jun 19 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.20-3
69- Perl mass rebuild
70
71* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20-2
72- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
73
74* Wed Dec 08 2010 Steven Pritchard <steve@kspei.com> 1.20-1
75- Update to 1.20.
76- Update Source0 URL.
77- BR Module::Build and build with it.
78- Add demo directory to docs.
79
80* Fri May 14 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.12.2-11
81- Bump release for perl-5.12.0.
82
83* Fri May 07 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.12.2-10
84- Add BR: perl(version) (Fix perl-5.12.x build breakdown).
85- Add BR: perl(Test::Pod).
86
87* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.12.2-9
88- Mass rebuild with perl-5.12.0
89
90* Wed Feb 17 2010 Stepan Kasal <skasal@redhat.com> - 1.12.2-8
91- fix check for non-English languages
92
93* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 1.12.2-7
94- rebuild against perl 5.10.1
95
96* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.2-6
97- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
98
99* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.2-5
100- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
101
102* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.12.2-4
103- Rebuild for perl 5.10 (again)
104
105* Tue Jan 22 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.12.2-3
106- BR: Test::More
107
108* Tue Jan 22 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.12.2-2
109- retag
110
111* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.12.2-1
112- rebuild for new perl
113- drop demo*.pl scripts
114- Upstream license changed to GPL+ or Artistic
115
116* Tue Apr 17 2007 Steven Pritchard <steve@kspei.com> 1.11-7
117- BR ExtUtils::MakeMaker.
118- Use fixperms macro instead of our own chmod incantation.
119
120* Mon Aug 28 2006 Steven Pritchard <steve@kspei.com> 0.11-6
121- Minor spec cleanup to more closely resemble current cpanspec output.
122
123* Mon Sep 05 2005 Steven Pritchard <steve@kspei.com> 0.11-5
124- Minor spec cleanup.
125- Add Artistic.
126
127* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
128- rebuilt
129
130* Wed Jul 14 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.11-0.fdr.3
131- Better summary info (bug 1353 comment #4).
132- Canonical source URL (bug 1353 comment #4).
133- Missing requirement: TeX::Hyphen (bug 1353 comment #4).
134- Replaced /usr/bin/perl by %%{__perl} (bug 1353 comment #4).
135- Corrected file permissions (bug 1353 comment #4).
136
137* Wed Jun 09 2004 Steven Pritchard <steve@kspei.com> 0:1.11-0.fdr.2
138- Fix License (Artistic only, not GPL or Artistic).
139
140* Wed Jun 09 2004 Steven Pritchard <steve@kspei.com> 0:1.11-0.fdr.1
141- Specfile autogenerated.
Note: See TracBrowser for help on using the repository browser.