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

Revision 12121, 5.1 KB checked in by tomop, 5 years ago (diff)

Merge branch 'tomop'

Line 
1Name:           perl-Text-Iconv
2Version:        1.7
3Release:        3%{?_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* Mon May 27 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.7-3
65- rebuilt with perl-5.26.
66
67* Sun Nov  9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.7-2
68- rebuilt with perl 5.16.3
69
70* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.7-1
71- initial build for Vine Linux
72
73* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-12
74- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
75
76* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.7-11
77- Perl mass rebuild
78
79* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-10
80- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
81
82* Thu Dec 23 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.7-9
83- 661697 rebuild for fixing problems with vendorach/lib
84
85* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.7-8
86- Mass rebuild with perl-5.12.0
87
88* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 1.7-7
89- rebuild against perl 5.10.1
90
91* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-6
92- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
93
94* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-5
95- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
96
97* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.7-4
98- Rebuild for perl 5.10 (again)
99
100* Tue Feb 12 2008 Andreas Thienemann <athienem@redhat.com> - 1.7-3
101- Rebuilt against gcc-4.3
102
103* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.7-2
104- rebuild for new perl
105
106* Wed Nov  7 2007 Marcela Maslanova <mmaslano@redhat.com> - 1.7-1
107- upgrade on 1.7
108- Resolves: rhbz#331011
109
110* Fri Aug 31 2007 Andreas Thienemann <andreas@bawue.net> - 1.5-1
111- Updated to new upstream release
112
113* Tue Apr 17 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.4-6
114- BuildRequire perl(ExtUtils::MakeMaker).
115
116* Wed Aug 30 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.4-5
117- Fix order of arguments to find(1).
118- Drop version from perl build dependency.
119
120* Thu Feb 16 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.4-4
121- Rebuild.
122
123* Thu Jan 19 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.4-3
124- Specfile cleanup.
125
126* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.4-2
127- rebuilt
128
129* Sun Jul 18 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.4-0.fdr.1
130- Update to 1.4, INSTALLDIRS= fixed upstream.
131
132* Tue Jun 29 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.3-0.fdr.1
133- Update to 1.3, patch naughty upstream Makefile.PL so that INSTALLDIRS= works.
134- Avoid RPATH on < FC2.
135
136* Sun May  9 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.7
137- BuildRequire perl >= 1:5.6.1-34.99.6 for support for vendor installdirs.
138- Use pure_install to avoid perllocal.pod workarounds.
139
140* Sun Apr 25 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.6
141- Require perl(:MODULE_COMPAT_*).
142
143* Mon Feb  2 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.5
144- Reduce directory ownership bloat.
145
146* Tue Dec  2 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.4
147- Specfile cleanup.
148
149* Sun Aug 31 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.3
150- Install into vendor dirs.
151
152* Fri Jul  4 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.2
153- Fix dir ownerships and non-root strip during build.
154- Update description.
155
156* Wed May  7 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2-0.fdr.1
157- First Fedora release.
Note: See TracBrowser for help on using the repository browser.