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

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