Blame SPECS/perl-Unicode-String.spec

6c4d86
Name:           perl-Unicode-String
6c4d86
Version:        2.09
093c61
Release:        29%{?dist}
6c4d86
6c4d86
Summary:        Perl modules to handle various Unicode issues
6c4d86
6c4d86
Group:          Development/Libraries
6c4d86
# in CharName.pm is mentioned use of Unicode table, but fonts are not used
6c4d86
# so here can't be UCD license
6c4d86
# in String.xs is mentioned "same terms as Perl itself" which is this
6c4d86
License:        GPL+ or Artistic
6c4d86
URL:            http://search.cpan.org/dist/Unicode-String/
6c4d86
Source0:        http://www.cpan.org/authors/id/G/GA/GAAS/Unicode-String-2.09.tar.gz
6c4d86
Patch0:         perl-Unicode-String-2.09-utf8doc.patch
6c4d86
Patch1:         perl-Unicode-String-2.09-undefined.patch
6c4d86
6c4d86
BuildRequires:  perl(Carp)
6c4d86
BuildRequires:  perl(Exporter)
6c4d86
BuildRequires:  perl(ExtUtils::MakeMaker)
6c4d86
BuildRequires:  perl(MIME::Base64)
6c4d86
BuildRequires:  perl(Test)
6c4d86
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
6c4d86
# not detected by auto provide scripts:
6c4d86
Requires:       perl(MIME::Base64)
6c4d86
6c4d86
%{?perl_default_filter}
6c4d86
6c4d86
%description
6c4d86
%{summary}.
6c4d86
6c4d86
6c4d86
%prep
6c4d86
%setup -q -n Unicode-String-%{version}
6c4d86
6c4d86
# Recode documentation as UTF-8
6c4d86
# Can't just use iconv because README includes an example of
6c4d86
# character code conversion that would be wrong if simply recoded
6c4d86
%patch0 -p1
6c4d86
6c4d86
# Suppress warnings in newer versions of Perl
6c4d86
# Patch is upstreamed as RT #74354
6c4d86
%patch1 -p1
6c4d86
6c4d86
%build
6c4d86
CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
6c4d86
make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
6c4d86
6c4d86
6c4d86
%install
6c4d86
make install \
6c4d86
  DESTDIR=$RPM_BUILD_ROOT \
6c4d86
  INSTALLARCHLIB=$RPM_BUILD_ROOT%{perl_archlib}
6c4d86
find $RPM_BUILD_ROOT -type f \( -name perllocal.pod -o -name .packlist \
6c4d86
  -o \( -name '*.bs' -empty \) \) -exec rm -f {} ';'
6c4d86
find $RPM_BUILD_ROOT -depth -type d -empty -exec rmdir {} ';'
6c4d86
chmod -R u+w $RPM_BUILD_ROOT/*
6c4d86
6c4d86
6c4d86
%check
6c4d86
make test
6c4d86
6c4d86
6c4d86
%files
6c4d86
%doc Changes README
6c4d86
%{perl_vendorarch}/auto/Unicode
6c4d86
%{perl_vendorarch}/Unicode
6c4d86
%{_mandir}/man3/*.3*
6c4d86
6c4d86
6c4d86
%changelog
093c61
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 2.09-29
093c61
- Mass rebuild 2014-01-24
093c61
093c61
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.09-28
093c61
- Mass rebuild 2013-12-27
093c61
6c4d86
* Tue Oct 30 2012 Jitka Plesnikova <jplesnik@redhat.com> - 2.09-27
6c4d86
- Specify all dependencies
6c4d86
6c4d86
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.09-26
6c4d86
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
6c4d86
6c4d86
* Thu Jun 28 2012 Petr Pisar <ppisar@redhat.com> - 2.09-25
6c4d86
- Perl 5.16 rebuild
6c4d86
6c4d86
* Sun Jun 24 2012 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 2.09-24
6c4d86
- Really add the patch
6c4d86
6c4d86
* Sun Jun 24 2012 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 2.09-23
6c4d86
- Add patch to suppress warnings (#834867)
6c4d86
- Clean up spec file
6c4d86
6c4d86
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 2.09-22
6c4d86
- Perl 5.16 rebuild
6c4d86
6c4d86
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.09-21
6c4d86
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
6c4d86
6c4d86
* Sun Jul 24 2011 Iain Arnell <iarnell@gmail.com> 2.09-20
6c4d86
- use perl_default_filter
6c4d86
6c4d86
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.09-19
6c4d86
- Perl mass rebuild
6c4d86
6c4d86
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.09-18
6c4d86
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
6c4d86
6c4d86
* Thu Dec 23 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.09-17
6c4d86
- 661697 rebuild for fixing problems with vendorach/lib
6c4d86
6c4d86
* Fri Jul 23 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.09-16
6c4d86
- apply ppisar hints from 558743
6c4d86
6c4d86
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.09-15
6c4d86
- Mass rebuild with perl-5.12.0
6c4d86
6c4d86
* Thu Feb 18 2010 Paul Howarth <paul@city-fan.org> - 2.09-14
6c4d86
- carefully convert documentation to UTF-8 encoding
6c4d86
- add :MODULE_COMPAT_* dependency
6c4d86
6c4d86
* Wed Feb 17 2010 Marcela Mašláňová <mmaslano@redhat.com> - 2.09-13
6c4d86
- fix license
6c4d86
6c4d86
* Tue Jan 26 2010 Stepan Kasal <skasal@redhat.com> - 2.09-12
6c4d86
- better buildroot
6c4d86
- no need to define perl_vendorarch
6c4d86
6c4d86
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.09-11
6c4d86
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
6c4d86
6c4d86
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.09-10
6c4d86
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
6c4d86
6c4d86
* Thu Jun 05 2008 Aurelien Bompard <abompard@fedoraproject.org> 2.09-9
6c4d86
- fix build
6c4d86
6c4d86
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.09-8
6c4d86
- Rebuild for perl 5.10 (again)
6c4d86
6c4d86
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.09-7
6c4d86
- Autorebuild for GCC 4.3
6c4d86
6c4d86
* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.09-6
6c4d86
- rebuild for new perl
6c4d86
6c4d86
* Thu Sep 27 2007 Aurelien Bompard <abompard@fedoraproject.org> 2.09-5
6c4d86
- fix license tag again (thanks Tom)
6c4d86
6c4d86
* Sun Aug 26 2007 Aurelien Bompard <abompard@fedoraproject.org> 2.09-4
6c4d86
- fix license tag (like perl itself)
6c4d86
6c4d86
* Mon Aug 13 2007 Aurelien Bompard <abompard@fedoraproject.org> 2.09-3
6c4d86
- BR: perl-devel
6c4d86
6c4d86
* Wed Aug 30 2006 Aurelien Bompard <abompard@fedoraproject.org> 2.09-2
6c4d86
- rebuild
6c4d86
6c4d86
* Tue Feb 21 2006 Aurelien Bompard <gauret[AT]free.fr> 2.09-1
6c4d86
- version 2.09
6c4d86
6c4d86
* Tue Feb 21 2006 Aurelien Bompard <gauret[AT]free.fr> 2.07-6
6c4d86
- rebuild for FC5
6c4d86
6c4d86
* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
6c4d86
- rebuilt
6c4d86
6c4d86
* Mon Feb  2 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.07-0.fdr.4
6c4d86
- Reduce directory ownership bloat.
6c4d86
6c4d86
* Sat Oct 11 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.07-0.fdr.3
6c4d86
- Install into vendor dirs.
6c4d86
- Spec cleanup.
6c4d86
6c4d86
* Mon Jul  7 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.07-0.fdr.2
6c4d86
- Regenerate %%install section with cpanflute2.
6c4d86
6c4d86
* Wed May  7 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.07-0.fdr.1
6c4d86
- Update to 2.07 and to current Fedora guidelines.
6c4d86
6c4d86
* Sun Mar  2 2003 Ville Skyttä <ville.skytta at iki.fi> - 2.06-1.fedora.1
6c4d86
- First Fedora release.