source: projects/specs/trunk/p/perl-GDGraph3d/perl-GDGraph3d-vl.spec @ 9008

Revision 9008, 3.9 KB checked in by inagaki, 9 years ago (diff)

2014-10-15 Ryoichi INAGAKI <ryo1@…>

  • perl-GD, perl-GDGraph, perl-Geo-IP: updated
  • perl-GDGraph3d, perl-GDTextUtil: rebuilt


Line 
1Name:           perl-GDGraph3d
2Version:        0.63
3Release:        2%{?_dist_release}
4Summary:        3D graph generation package for Perl
5
6Group:          Development/Libraries
7License:        GPL+ or Artistic
8URL:            http://search.cpan.org/dist/GD-Graph3d/
9Source0:        http://www.cpan.org/authors/id/W/WA/WADG/GD-Graph3d-%{version}.tar.gz
10
11BuildArch:      noarch
12BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
13
14BuildRequires:  perl(GD), perl(GD::Text), perl(GD::Graph)
15BuildRequires:  perl(ExtUtils::MakeMaker)
16Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
17Provides:       perl-GD-Graph3d = %{version}-%{release}
18
19%description
20This is the GD::Graph3d extensions module. It provides 3D graphs for
21the GD::Graph module by Martien Verbruggen, which in turn generates
22graph using Lincoln Stein's GD.pm.
23
24
25%prep
26%setup -q -n GD-Graph3d-%{version}
27%{__perl} -pi -e 's/\r//g' Changes
28
29
30%build
31%{__perl} Makefile.PL INSTALLDIRS=vendor
32make %{?_smp_mflags}
33
34
35%install
36rm -rf %{buildroot}
37make pure_install PERL_INSTALL_ROOT=%{buildroot}
38find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
39find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
40chmod -R u+w %{buildroot}/*
41
42
43%check
44make test
45
46
47%clean
48rm -rf %{buildroot}
49
50
51%files
52%defattr(-,root,root,-)
53%doc Changes
54%{perl_vendorlib}/GD/
55%{_mandir}/man3/*.3pm*
56
57
58%changelog
59* Wed Oct 15 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.63-2
60- rebuild with perl-5.16.3
61
62* Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.63-1
63- initial build for Vine Linux
64
65* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-17
66- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
67
68* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.63-16
69- Perl mass rebuild
70
71* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-15
72- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
73
74* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.63-14
75- 661697 rebuild for fixing problems with vendorach/lib
76
77* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.63-13
78- Mass rebuild with perl-5.12.0
79
80* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 0.63-12
81- rebuild against perl 5.10.1
82
83* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-11
84- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
85
86* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-10
87- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
88
89* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.63-9
90- Rebuild for perl 5.10 (again)
91
92* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.63-8
93- rebuild for new perl
94
95* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.63-7.1
96- correct license tag
97- add BR: perl(ExtUtils::MakeMaker)
98
99* Thu Jun  7 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.63-7
100- Correction of CPAN URL (#242941).
101
102* Sat Sep  9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.63-6
103- Rebuild for FC6.
104
105* Wed Feb 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.63-5
106- Rebuild for FC5 (perl 5.8.8).
107
108* Thu Dec 22 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.63-4
109- Dist tag.
110
111* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.63-3
112- rebuilt
113
114* Sat Jan 15 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.63-2
115- Added versioning to the Provides statement (bug 2371).
116
117* Sun Jan  9 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.63-0.fdr.1
118- Update to 0.63.
119
120* Sun Jul 11 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.56-0.fdr.3
121- Unowned directory: %%{perl_vendorlib}/GD (see bug 1800 comment #1).
122
123* Wed Jun 30 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.56-0.fdr.2
124- Bring up to date with current fedora.us perl spec template.
125
126* Sun Oct 12 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.56-0.fdr.1
127- First build.
Note: See TracBrowser for help on using the repository browser.