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

Revision 5867, 4.5 KB checked in by shaolin, 12 years ago (diff)
  • perl-GDGraph3d: new package
  • perl-GDGraph: update
  • perl-GDTextUtil: update
Line 
1Name:           perl-GDTextUtil
2Version:        0.86
3Release:        1%{?_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
10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
11
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 Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.86-1
61- updated to 0.86; font removed (only used for buildtime tests)
62- spec revamped
63- previous Vine changelogs as follows:
64
65  - Sat Apr 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.86-7
66  - rebuild with perl-5.12.3
67 
68  - Wed Jun 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.86-6
69  - applied new versioning policy
70  - rebuilt with perl-5.10.0
71 
72  - Sun Sep  3 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.86-5vl2
73  - changed Group to Development/Libraries
74 
75  - Sat Sep 17 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.86-5vl1
76  - rebuild for Vine
77
78
79* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.86-20
80- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
81
82* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.86-19
83- Perl mass rebuild
84
85* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.86-18
86- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
87
88* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.86-17
89- 661697 rebuild for fixing problems with vendorach/lib
90
91* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.86-16
92- Mass rebuild with perl-5.12.0
93
94* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 0.86-15
95- rebuild against perl 5.10.1
96
97* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.86-14
98- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
99
100* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.86-13
101- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
102
103* Wed Jan 14 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 0.86-12
104- no need to package this font, only used for buildtime tests
105
106* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.86-11
107- Rebuild for perl 5.10 (again)
108
109* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.86-10
110- rebuild for new perl
111
112* Wed Jan 02 2008 Ralf Corsépius <rc040203@freenet.de> - 0.86-9
113- Add BR: perl(Test::More) (BZ 419631).
114
115* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.86-8.1
116- correct license tag
117- add BR: perl(ExtUtils::MakeMaker)
118
119* Fri Sep  8 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.86-8
120- Rebuild for FC6.
121
122* Thu Feb 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.86-7
123- Rebuild for FC5 (perl 5.8.8).
124
125* Thu Dec 22 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.86-6
126- Dist tag.
127
128* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.86-5
129- rebuilt
130
131* Sun Jul 11 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.86-0.fdr.4
132- Unowned directory: %%{perl_vendorlib}/GD (see bug 1800 comment #1).
133
134* Tue Jul  6 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.86-0.fdr.3
135- Install the Dustismo_Sans TrueType font (bug 1757).
136
137* Wed Jun 16 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.86-0.fdr.2
138- Bring up to date with current fedora.us perl spec template.
139
140* Sun Oct 12 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.86-0.fdr.1
141- First build.
Note: See TracBrowser for help on using the repository browser.