6942032
#
6942032
# Rebuild option:
6942032
#
6942032
#   --with testsuite         - run the test suite
6942032
#
6942032
6942032
Name:           perl-Cairo
a25e7b0
Version:        1.090
7fa4fbb
Release:        6%{?dist}
6942032
Summary:        Perl interface to the cairo library
6942032
Group:          Development/Libraries
d390873
License:        LGPLv2+
6942032
URL:            http://search.cpan.org/dist/Cairo/
6942032
Source0:        http://www.cpan.org/authors/id/T/TS/TSCH/Cairo-%{version}.tar.gz
6942032
BuildRequires:  perl(ExtUtils::Depends), perl(ExtUtils::PkgConfig)
a25e7b0
BuildRequires:  perl(Test::Number::Delta), perl(ExtUtils::MakeMaker)
916c686
BuildRequires:  cairo-devel >= 1.0.0
6942032
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
6942032
6942032
%description
6942032
Cairo provides Perl bindings for the vector graphics library cairo.
6942032
It supports multiple output targets, including the X Window Systems,
6942032
PDF, and PNG.  Cairo produces identical output on all those targets
6942032
and makes use of hardware acceleration wherever possible.
6942032
6942032
%prep
6942032
%setup -q -n Cairo-%{version}
bff5d55
chmod -c a-x examples/*.pl
6942032
6942032
%build
6942032
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
6942032
make %{?_smp_mflags}
6942032
6942032
%install
6942032
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
6942032
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
6942032
find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
605f3df
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
6942032
chmod -R u+w $RPM_BUILD_ROOT/*
6942032
6942032
%check
6942032
%{?_with_testsuite:make test}
6942032
6942032
%files
a25e7b0
%doc ChangeLog.pre-git LICENSE NEWS README TODO examples/
6942032
%{perl_vendorarch}/Cairo*
6942032
%{perl_vendorarch}/auto/Cairo/
e9c5484
%{_mandir}/man3/*.3pm*
6942032
6942032
%changelog
7fa4fbb
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.090-6
7fa4fbb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
7fa4fbb
4c98814
* Sun Jul 21 2013 Petr Pisar <ppisar@redhat.com> - 1.090-5
4c98814
- Perl 5.18 rebuild
4c98814
f046cd0
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.090-4
f046cd0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f046cd0
500baf1
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.090-3
500baf1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
500baf1
25ca69b
* Wed Jun 13 2012 Petr Pisar <ppisar@redhat.com> - 1.090-2
25ca69b
- Perl 5.16 rebuild
25ca69b
a25e7b0
* Mon Jan 30 2012 Tom Callaway <spot@fedoraproject.org> - 1.090-1
a25e7b0
- update to 1.090
a25e7b0
471e395
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.060-8
471e395
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
471e395
e87d0e7
* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.060-7
e87d0e7
- Perl mass rebuild
e87d0e7
eb8c7f2
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.060-6
eb8c7f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
eb8c7f2
612e0a1
* Wed Dec 15 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.060-5
612e0a1
- 661697 rebuild for fixing problems with vendorach/lib
612e0a1
071269c
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.060-4
071269c
- Mass rebuild with perl-5.12.0
071269c
81bc425
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.060-3
81bc425
- rebuild against perl 5.10.1
81bc425
11cc89d
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.060-2
11cc89d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
11cc89d
76ffad4
* Fri Mar 13 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.060-1
76ffad4
- update to 1.060
76ffad4
66c055f
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.045-2
66c055f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
66c055f
bfd736a
* Fri Apr  4 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.045-1
bfd736a
- update to 1.045
bfd736a
- change references to ATSUI to QUARTZ (resolves bz 440741)
bfd736a
35fcaf9
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.044-4
35fcaf9
- Rebuild for perl 5.10 (again)
35fcaf9
a289f28
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.044-3
a289f28
- Autorebuild for GCC 4.3
a289f28
3ed13f3
* Tue Feb  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.044-2
3ed13f3
- rebuild for new perl
3ed13f3
d390873
* Wed Nov 28 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.044-1
d390873
- 1.044
d390873
2d44319
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1.041-2
2d44319
- Rebuild for selinux ppc32 issue.
2d44319
86da9a2
* Tue Jun 26 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.041-1
86da9a2
- Update to 1.041.
86da9a2
1a30c65
* Sat Jun 16 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.040-1
1a30c65
- Update to 1.040.
1a30c65
02fea46
* Mon Feb 26 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.023-1
02fea46
- Update to 1.023.
02fea46
605f3df
* Sun Dec 31 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.022-1
605f3df
- Update to 1.022.
605f3df
6e65a55
* Sat Nov 11 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.021-1
6e65a55
- Update to 1.021.
6e65a55
bff5d55
* Sat Nov 11 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.02-1
bff5d55
- Update to 1.02.
bff5d55
8e93975
* Mon Oct  2 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.01-2
8e93975
- Rebuild (https://www.redhat.com/archives/fedora-maintainers/2006-October/msg00005.html).
8e93975
e60d95b
* Tue Sep 26 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.01-1
e60d95b
- Update to 1.01.
e60d95b
e9c5484
* Tue Sep  5 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.00-1
e9c5484
- Update to 1.00.
e9c5484
dd00698
* Wed Aug 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.92-1
dd00698
- Update to 0.92.
dd00698
916c686
* Sat Aug 12 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.91-1
916c686
- Update to 0.91.
916c686
6fd711b
* Sun Jul 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.90-1
6fd711b
- Update to 0.90.
6fd711b
6942032
* Tue Apr 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.03-2
6942032
- Disabled the test suite as it fails in mock.
6942032
6942032
* Sun Mar 19 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.03-1
6942032
- First build.