[perl-Cairo] 1.090

Tom Callaway spot at fedoraproject.org
Mon Jan 30 15:21:53 UTC 2012


commit a25e7b05095a603d42e50ea7ff24cd379b28c260
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Mon Jan 30 10:21:49 2012 -0500

    1.090

 .gitignore      |    1 +
 perl-Cairo.spec |   26 +++++++-------------------
 sources         |    2 +-
 3 files changed, 9 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b7b5bfa..e1a18e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Cairo-1.060.tar.gz
+/Cairo-1.090.tar.gz
diff --git a/perl-Cairo.spec b/perl-Cairo.spec
index 4412a4b..fe10396 100644
--- a/perl-Cairo.spec
+++ b/perl-Cairo.spec
@@ -5,18 +5,15 @@
 #
 
 Name:           perl-Cairo
-Version:        1.060
-Release:        8%{?dist}
+Version:        1.090
+Release:        1%{?dist}
 Summary:        Perl interface to the cairo library
-
 Group:          Development/Libraries
 License:        LGPLv2+
 URL:            http://search.cpan.org/dist/Cairo/
 Source0:        http://www.cpan.org/authors/id/T/TS/TSCH/Cairo-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildRequires:  perl(ExtUtils::Depends), perl(ExtUtils::PkgConfig)
-BuildRequires:  perl(Test::Number::Delta)
+BuildRequires:  perl(Test::Number::Delta), perl(ExtUtils::MakeMaker)
 BuildRequires:  cairo-devel >= 1.0.0
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -26,43 +23,34 @@ It supports multiple output targets, including the X Window Systems,
 PDF, and PNG.  Cairo produces identical output on all those targets
 and makes use of hardware acceleration wherever possible.
 
-
 %prep
 %setup -q -n Cairo-%{version}
 chmod -c a-x examples/*.pl
 
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
 make %{?_smp_mflags}
 
-
 %install
-rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-
 %check
 %{?_with_testsuite:make test}
 
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
-%doc ChangeLog LICENSE NEWS README TODO examples/
+%doc ChangeLog.pre-git LICENSE NEWS README TODO examples/
 %{perl_vendorarch}/Cairo*
 %{perl_vendorarch}/auto/Cairo/
 %{_mandir}/man3/*.3pm*
 
-
 %changelog
+* Mon Jan 30 2012 Tom Callaway <spot at fedoraproject.org> - 1.090-1
+- update to 1.090
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.060-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 9c24499..de70a2f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7e08845927af6b2b754e6c476913c83f  Cairo-1.060.tar.gz
+68c915c2e1d7b2d4fe09b1fab084b2b8  Cairo-1.090.tar.gz


More information about the scm-commits mailing list