Name: perl-Gnome2-Canvas Version: 1.002 Release: 3%{?_dist_release} Summary: An engine for structured graphics in Gnome2 Group: Development/Libraries License: GPLv2+ URL: http://search.cpan.org/dist/Gnome2-Canvas/ Source0: http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/Gnome2-Canvas-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: perl(ExtUtils::Depends) BuildRequires: perl(ExtUtils::PkgConfig) BuildRequires: perl(Glib) BuildRequires: perl(Glib::MakeHelper) BuildRequires: perl(Gtk2) BuildRequires: libgnomecanvas-devel >= 2.0.0 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Vendor: Project Vine Distribution: Vine Linux %description The Gnome Canvas is an engine for structured graphics that offers a rich imaging model, high-performance rendering, and a powerful, high level API. It offers a choice of two rendering back-ends, one based on GDK for extremely fast display, and another based on Libart, a sophisticated, antialiased, alpha-compositing engine. This widget can be used for flexible display of graphics and for creating interactive user interface elements. %prep %setup -q -n Gnome2-Canvas-%{version} %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 d -depth -exec rmdir {} 2>/dev/null ';' find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';' %{__chmod} -R u+w $RPM_BUILD_ROOT/* %check make test %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog LICENSE NEWS README TODO %doc canvas_demo/ %{perl_vendorarch}/auto/* %{perl_vendorarch}/Gnome2* %{_mandir}/man3/*.3* %changelog * Mon Dec 22 2014 Ryoichi INAGAKI 1.002-3 - rebuilt with perl 5.16.3 * Fri Apr 01 2011 Kazutaka HARADA 1.002-2 - build with perl 5.12.3 - add Vendor and Distribution tags * Thu Nov 05 2009 Kazutaka HARADA 1.002-1 - initial build for Vine Linux based on fedora development * Thu Jul 30 2009 Ralf Cors辿pius - 1.002-12 - Fix mass rebuild breakdown: Add BR: perl(Glib::MakeHelper). * Sat Jul 25 2009 Fedora Release Engineering - 1.002-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 1.002-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu Mar 6 2008 Tom "spot" Callaway - 1.002-9 - rebuild for new perl * Mon Feb 18 2008 Fedora Release Engineering - 1.002-8 - Autorebuild for GCC 4.3 * Tue Aug 21 2007 Chris Weyl 1.002-7 - bump * Thu Oct 05 2006 Christian Iseli 1.002-6 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 * Tue Sep 19 2006 Chris Weyl 1.002-5 - taking co-maintainership post-non-massrebuild - tweak %%files to properly own all directories under perl_vendorarch/auto/ * Wed Sep 14 2005 Gavin Henry - 1.002-4 - Added OPTIMIZE="$RPM_OPT_FLAGS" * Fri Aug 19 2005 Gavin Henry - 1.002-3 - Third build. * Thu Aug 18 2005 Gavin Henry - 1.002-2 - Second build. * Sun Jul 3 2005 Gavin Henry - 1.002-1 - First build.