source: projects/specs/trunk/p/perl-GDTextUtil/perl-GDTextUtil-vl.spec @ 9684

Revision 9684, 4.6 KB checked in by Takemikaduchi, 9 years ago (diff)

gnumeric, goffice, libgsf, maxima, gnupg: update
others: rebuild

Line 
1Name:           perl-GDTextUtil
2Version:        0.86
3Release:        8%{?_dist_release}
4Summary:        Text utilities for use with GD
5
6Group:          Development/Libraries
7License:        GPL+ or Artistic
8URL:            http://search.cpan.org/dist/GDTextUtil/
9Source0:        http://www.cpan.org/authors/id/M/MV/MVERB/GDTextUtil-%{version}.tar.gz
10
11BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
12BuildArch:      noarch
13BuildRequires:  perl(GD)
14BuildRequires:  perl(ExtUtils::MakeMaker)
15BuildRequires:  perl(Test::More)
16
17Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
18
19%description
20This package provides three modules that make it possible to work with
21internal GD fonts as well as TrueType fonts, without having to worry
22about different interface functions to call. Apart from an abstract
23interface to all font types and strings for GD, this library also
24provides some utility in aligning and wrapping your string.
25
26
27%prep
28%setup -q -n GDTextUtil-%{version}
29
30
31%build
32%{__perl} Makefile.PL INSTALLDIRS=vendor
33make %{?_smp_mflags}
34
35
36%install
37rm -rf %{buildroot}
38make pure_install PERL_INSTALL_ROOT=%{buildroot}
39find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
40find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
41chmod -R u+w %{buildroot}/*
42
43
44%check
45make test
46
47
48%clean
49rm -rf %{buildroot}
50
51
52%files
53%defattr(-,root,root,-)
54%doc Changes README demo/
55%{perl_vendorlib}/GD/
56%{_mandir}/man3/*.3pm*
57
58
59%changelog
60* Fri Jul 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.86-8
61- fix release number
62
63* Wed Oct 15 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.86-2
64- rebuilt with perl-5.16.3.
65
66* Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.86-1
67- updated to 0.86; font removed (only used for buildtime tests)
68- spec revamped
69- previous Vine changelogs as follows:
70
71  - Sat Apr 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.86-7
72  - rebuild with perl-5.12.3
73 
74  - Wed Jun 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.86-6
75  - applied new versioning policy
76  - rebuilt with perl-5.10.0
77 
78  - Sun Sep  3 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.86-5vl2
79  - changed Group to Development/Libraries
80 
81  - Sat Sep 17 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.86-5vl1
82  - rebuild for Vine
83
84
85* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.86-20
86- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
87
88* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.86-19
89- Perl mass rebuild
90
91* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.86-18
92- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
93
94* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.86-17
95- 661697 rebuild for fixing problems with vendorach/lib
96
97* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.86-16
98- Mass rebuild with perl-5.12.0
99
100* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 0.86-15
101- rebuild against perl 5.10.1
102
103* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.86-14
104- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
105
106* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.86-13
107- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
108
109* Wed Jan 14 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 0.86-12
110- no need to package this font, only used for buildtime tests
111
112* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.86-11
113- Rebuild for perl 5.10 (again)
114
115* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.86-10
116- rebuild for new perl
117
118* Wed Jan 02 2008 Ralf Corsépius <rc040203@freenet.de> - 0.86-9
119- Add BR: perl(Test::More) (BZ 419631).
120
121* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.86-8.1
122- correct license tag
123- add BR: perl(ExtUtils::MakeMaker)
124
125* Fri Sep  8 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.86-8
126- Rebuild for FC6.
127
128* Thu Feb 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.86-7
129- Rebuild for FC5 (perl 5.8.8).
130
131* Thu Dec 22 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.86-6
132- Dist tag.
133
134* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.86-5
135- rebuilt
136
137* Sun Jul 11 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.86-0.fdr.4
138- Unowned directory: %%{perl_vendorlib}/GD (see bug 1800 comment #1).
139
140* Tue Jul  6 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.86-0.fdr.3
141- Install the Dustismo_Sans TrueType font (bug 1757).
142
143* Wed Jun 16 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.86-0.fdr.2
144- Bring up to date with current fedora.us perl spec template.
145
146* Sun Oct 12 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.86-0.fdr.1
147- First build.
Note: See TracBrowser for help on using the repository browser.