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

Revision 9074, 5.0 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-Iconv
2Version:        1.7
3Release:        2%{?_dist_release}
4Summary:        Perl interface to iconv() codeset conversion function
5
6Group:          Development/Libraries
7License:        GPL+ or Artistic
8URL:            http://search.cpan.org/dist/Text-Iconv/
9Source0:        http://www.cpan.org/authors/id/M/MP/MPIOTR/Text-Iconv-%{version}.tar.gz
10
11BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
12BuildRequires:  perl(ExtUtils::MakeMaker)
13Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
14
15Vendor:         Project Vine
16Distribution:   Vine Linux
17Packager:       shaolin
18
19%description
20The Text::Iconv module provides a Perl interface to the iconv()
21function as defined by the Single UNIX Specification. The convert()
22method converts the encoding of characters in the input string from
23the fromcode codeset to the tocode codeset, and returns the result.
24Settings of fromcode and tocode and their permitted combinations are
25implementation-dependent. Valid values are specified in the system
26documentation.
27
28
29%prep
30%setup -q -n Text-Iconv-%{version}
31
32
33%build
34%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
35make %{?_smp_mflags}
36
37
38%install
39rm -rf %{buildroot}
40make pure_install PERL_INSTALL_ROOT=%{buildroot}
41find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
42find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
43find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
44chmod -R u+w %{buildroot}/*
45
46
47%check
48make test
49
50
51%clean
52rm -rf %{buildroot}
53
54
55%files
56%defattr(-,root,root,-)
57%doc Changes README
58%{perl_vendorarch}/auto/Text/
59%{perl_vendorarch}/Text/
60%{_mandir}/man3/Text::Iconv.3*
61
62
63%changelog
64* Sun Nov  9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.7-2
65- rebuilt with perl 5.16.3
66
67* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.7-1
68- initial build for Vine Linux
69
70* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-12
71- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
72
73* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.7-11
74- Perl mass rebuild
75
76* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-10
77- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
78
79* Thu Dec 23 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.7-9
80- 661697 rebuild for fixing problems with vendorach/lib
81
82* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.7-8
83- Mass rebuild with perl-5.12.0
84
85* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 1.7-7
86- rebuild against perl 5.10.1
87
88* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-6
89- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
90
91* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-5
92- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
93
94* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.7-4
95- Rebuild for perl 5.10 (again)
96
97* Tue Feb 12 2008 Andreas Thienemann <athienem@redhat.com> - 1.7-3
98- Rebuilt against gcc-4.3
99
100* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.7-2
101- rebuild for new perl
102
103* Wed Nov  7 2007 Marcela Maslanova <mmaslano@redhat.com> - 1.7-1
104- upgrade on 1.7
105- Resolves: rhbz#331011
106
107* Fri Aug 31 2007 Andreas Thienemann <andreas@bawue.net> - 1.5-1
108- Updated to new upstream release
109
110* Tue Apr 17 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.4-6
111- BuildRequire perl(ExtUtils::MakeMaker).
112
113* Wed Aug 30 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.4-5
114- Fix order of arguments to find(1).
115- Drop version from perl build dependency.
116
117* Thu Feb 16 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.4-4
118- Rebuild.
119
120* Thu Jan 19 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.4-3
121- Specfile cleanup.
122
123* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.4-2
124- rebuilt
125
126* Sun Jul 18 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.4-0.fdr.1
127- Update to 1.4, INSTALLDIRS= fixed upstream.
128
129* Tue Jun 29 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.3-0.fdr.1
130- Update to 1.3, patch naughty upstream Makefile.PL so that INSTALLDIRS= works.
131- Avoid RPATH on < FC2.
132
133* Sun May  9 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.7
134- BuildRequire perl >= 1:5.6.1-34.99.6 for support for vendor installdirs.
135- Use pure_install to avoid perllocal.pod workarounds.
136
137* Sun Apr 25 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.6
138- Require perl(:MODULE_COMPAT_*).
139
140* Mon Feb  2 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.5
141- Reduce directory ownership bloat.
142
143* Tue Dec  2 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.4
144- Specfile cleanup.
145
146* Sun Aug 31 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.3
147- Install into vendor dirs.
148
149* Fri Jul  4 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.2
150- Fix dir ownerships and non-root strip during build.
151- Update description.
152
153* Wed May  7 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.1
154- First Fedora release.
Note: See TracBrowser for help on using the repository browser.