source: projects/specs/branches/6/p/perl-Gnome2-Canvas/perl-Gnome2-Canvas-vl.spec @ 3699

Revision 3699, 3.4 KB checked in by kazutaka, 13 years ago (diff)

shutter の依存物を更新。

  • build with perl 5.12.3
  • add Vendor and Distribution tags
Line 
1Name:           perl-Gnome2-Canvas
2Version:        1.002
3Release:        2%{?_dist_release}
4Summary:        An engine for structured graphics in Gnome2
5
6Group:          Development/Libraries
7License:        GPLv2+
8URL:            http://search.cpan.org/dist/Gnome2-Canvas/
9Source0:        http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/Gnome2-Canvas-%{version}.tar.gz
10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
11
12BuildRequires:  perl(ExtUtils::Depends), perl(ExtUtils::PkgConfig)
13BuildRequires:  perl(Glib), perl(Glib::MakeHelper), perl(Gtk2)
14BuildRequires:  libgnomecanvas-devel >= 2.0.0
15Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
16
17Vendor: Project Vine
18Distribution: Vine Linux
19
20%description
21The Gnome Canvas is an engine for structured graphics
22that offers a rich imaging model, high-performance
23rendering, and a powerful, high level API.
24
25It offers a choice of two rendering back-ends,
26one based on GDK for extremely fast display, and
27another based on Libart, a sophisticated, antialiased,
28alpha-compositing engine. This widget can be used
29for flexible display of graphics and for creating
30interactive user interface elements.
31
32
33%prep
34%setup -q -n Gnome2-Canvas-%{version}
35
36
37%build
38%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
39%{__make} %{?_smp_mflags}
40
41
42%install
43%{__rm} -rf $RPM_BUILD_ROOT
44%{__make} pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
45find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
46find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
47find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
48%{__chmod} -R u+w $RPM_BUILD_ROOT/*
49
50
51%check
52make test
53
54
55%clean
56%{__rm} -rf $RPM_BUILD_ROOT
57
58
59%files
60%defattr(-,root,root,-)
61%doc AUTHORS ChangeLog LICENSE NEWS README TODO
62%doc canvas_demo/
63%{perl_vendorarch}/auto/*
64%{perl_vendorarch}/Gnome2*
65%{_mandir}/man3/*.3*
66
67
68%changelog
69* Fri Apr 01 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 1.002-2
70- build with perl 5.12.3
71- add Vendor and Distribution tags
72
73* Thu Nov 05 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.002-1
74- initial build for Vine Linux based on fedora development
75
76* Thu Jul 30 2009 Ralf Cors辿pius <corsepiu@fedoraproject.org> - 1.002-12
77- Fix mass rebuild breakdown: Add BR: perl(Glib::MakeHelper).
78
79* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.002-11
80- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
81
82* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.002-10
83- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
84
85* Thu Mar  6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.002-9
86- rebuild for new perl
87
88* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.002-8
89- Autorebuild for GCC 4.3
90
91* Tue Aug 21 2007 Chris Weyl <cweyl@alumni.drew.edu> 1.002-7
92- bump
93
94* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 1.002-6
95 - rebuilt for unwind info generation, broken in gcc-4.1.1-21
96
97* Tue Sep 19 2006 Chris Weyl <cweyl@alumni.drew.edu> 1.002-5
98- taking co-maintainership post-non-massrebuild
99- tweak %%files to properly own all directories under perl_vendorarch/auto/
100
101* Wed Sep 14 2005 Gavin Henry <ghenry[AT]suretecsystems.com> - 1.002-4
102- Added OPTIMIZE="$RPM_OPT_FLAGS"
103
104* Fri Aug 19 2005 Gavin Henry <ghenry[AT]suretecsystems.com> - 1.002-3
105- Third build.
106
107* Thu Aug 18 2005 Gavin Henry <ghenry[AT]suretecsystems.com> - 1.002-2
108- Second build.
109
110* Sun Jul 3 2005 Gavin Henry <ghenry[AT]suretecsystems.com> - 1.002-1
111- First build.
Note: See TracBrowser for help on using the repository browser.