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

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