source: projects/specs/trunk/p/perl-Pango/perl-Pango-vl.spec @ 9141

Revision 9141, 3.6 KB checked in by inagaki, 9 years ago (diff)

2014-12-07 Ryoichi INAGAKI <ryo1@…>

  • perl-DBD-CSV, perl-DBI, perl-Gtk2, perl-Mixin-Linewise, perl-SQL-Statement: updated
  • perl-Gtk2-Unique, perl-Module-Refresh: rebuilt
  • perl-HTML-Tree, perl-Pango, perl-PerlIO-utf8_strict: NEW
Line 
1Name:           perl-Pango
2Version:        1.226
3Release:        4%{?_dist_release}
4Summary:        Perl interface to the pango library
5Summary(ja):    Pango ライブラリへの Perl インターフェイス
6
7Group:          Development/Libraries
8License:        LGPLv2+
9URL:            http://search.cpan.org/dist/Pango/
10Source0:        http://www.cpan.org/authors/id/T/TS/TSCH/Pango-%{version}.tar.gz
11
12BuildRoot:      %{_tmppath}/%{name}-%{verion}-root
13BuildRequires:  perl(ExtUtils::Depends) >= 0.300
14BuildRequires:  perl(ExtUtils::PkgConfig)
15BuildRequires:  perl(Cairo) >= 1.000
16BuildRequires:  perl(Glib) >= 1.220
17BuildRequires:  perl(Glib::MakeHelper)
18BuildRequires:  pango-devel >= 1.0.0
19BuildRequires:  perl(Test::More)
20Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
21Requires:       perl(Cairo) >= 1.000
22
23%description
24perl-Pango provides Perl bindings for the text layout/rendering library
25pango. Pango is a library for laying out and rendering text, with an
26emphasis on internationalization. Pango can be used anywhere that text layout
27is needed, but using Pango in conjunction with Cairo and/or Gtk2 provides a
28complete solution with high quality text handling and graphics rendering.
29
30%prep
31%setup -q -n Pango-%{version}
32%{?perl_default_filter}
33
34chmod -c a-x examples/*.pl
35
36%build
37perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
38make %{?_smp_mflags}
39
40%install
41make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
42find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
43find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
44find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
45chmod -R u+w $RPM_BUILD_ROOT/*
46
47%check
48# Tests break in odd ways on koji, possibly no-display to blame?
49# make test
50
51%files
52%defattr(-,root,root,-)
53%doc LICENSE NEWS README examples/
54%{perl_vendorarch}/Pango*
55%{perl_vendorarch}/auto/Pango/
56%{_mandir}/man3/*.3pm*
57
58%changelog
59* Fri Dec 05 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.226-4
60- Inital package for Vine Linux
61
62* Mon Sep 01 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.226-3
63- Perl 5.20 rebuild
64
65* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.226-2
66- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
67
68* Tue Jul  8 2014 Tom Callaway <spot@fedoraproject.org> - 1.226-1
69- update to 1.226
70
71* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.221-10
72- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
73
74* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.221-9
75- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
76
77* Sun Jul 21 2013 Petr Pisar <ppisar@redhat.com> - 1.221-8
78- Perl 5.18 rebuild
79
80* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.221-7
81- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
82
83* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.221-6
84- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
85
86* Wed Jun 13 2012 Petr Pisar <ppisar@redhat.com> - 1.221-5
87- Perl 5.16 rebuild
88
89* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.221-4
90- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
91
92* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.221-3
93- Perl mass rebuild
94
95* Thu Mar  3 2011 Tom Callaway <spot@fedoraproject.org> - 1.221-2
96- drop duplicated requires
97- add default perl filtering
98
99* Wed Jan 26 2011 Tom Callaway <spot@fedoraproject.org> - 1.221-1
100- initial package
Note: See TracBrowser for help on using the repository browser.