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

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