jplesnik pushed to perl-Cairo-GObject (master). "1.004 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Aug 31 08:44:11 UTC 2015


From 52c426dc5e676c63e84ae170a42a6e050831d06c Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jplesnik at redhat.com>
Date: Mon, 31 Aug 2015 10:43:51 +0200
Subject: 1.004 bump


diff --git a/perl-Cairo-GObject.spec b/perl-Cairo-GObject.spec
index ef33928..34a9fd3 100644
--- a/perl-Cairo-GObject.spec
+++ b/perl-Cairo-GObject.spec
@@ -1,18 +1,26 @@
 Name:           perl-Cairo-GObject
-Version:        1.001
-Release:        11%{?dist}
-Summary:        Cairo::GObject Perl module
+Version:        1.004
+Release:        1%{?dist}
+Summary:        Integrate Cairo into the Glib type system
 License:        LGPLv2+
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Cairo-GObject/
-Source0:        http://www.cpan.org/modules/by-module/Glib/TSCH/Cairo-GObject-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/X/XA/XAOC/Cairo-GObject-%{version}.tar.gz
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(Cairo) >= 1.080
 BuildRequires:  perl(ExtUtils::Depends) >= 0.2
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(ExtUtils::PkgConfig) >= 1.0
 BuildRequires:  perl(Glib) >= 1.224
 BuildRequires:  perl(Glib::MakeHelper)
+BuildRequires:  perl(Glib::Object::Subclass)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(warnings)
+BuildRequires:  perl(XSLoader)
 BuildRequires:  cairo-gobject-devel
 Requires:       perl(Cairo) >= 1.080
 Requires:       perl(Glib) >= 1.224
@@ -23,7 +31,9 @@ Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
 %global __requires_exclude %__requires_exclude|^perl\\(Glib\\)$
 
 %description
-Perl module to integrate Cairo into the Glib type system.
+Cairo and Glib are now loaded and the Cairo types are registed with Glib's
+type machinery. This allows you to correctly use Cairo types in signals and
+properties.
 
 %prep
 %setup -q -n Cairo-GObject-%{version}
@@ -33,11 +43,10 @@ Perl module to integrate Cairo into the Glib type system.
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -45,12 +54,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%doc LICENSE NEWS README
+%license LICENSE
+%doc NEWS README
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Cairo*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 31 2015 Jitka Plesnikova <jplesnik at redhat.com> - 1.004-1
+- 1.004 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.001-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 243c391..5c48a10 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7e126a3424d9eab91b006b2a7ce09cb8  Cairo-GObject-1.001.tar.gz
+cf8767c05a6797783e666db839d5d97a  Cairo-GObject-1.004.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Cairo-GObject.git/commit/?h=master&id=52c426dc5e676c63e84ae170a42a6e050831d06c


More information about the perl-devel mailing list