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

Revision 9008, 4.6 KB checked in by inagaki, 10 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-GDGraph
2Version:        1.48
3Release:        1%{?_dist_release}
4Summary:        Graph generation package for Perl
5Summary(ja):    Perl によるグラフ生成パッケージ
6
7Group:          Development/Libraries
8License:        GPL+ or Artistic
9URL:            http://search.cpan.org/dist/GDGraph/
10Source0:        http://www.cpan.org/authors/id/B/BW/BWARFIELD/GDGraph-%{version}.tar.gz
11
12BuildArch:      noarch
13BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
14
15BuildRequires:  perl(GD), perl(GD::Text)
16BuildRequires:  perl(ExtUtils::MakeMaker)
17BuildRequires:  perl(Test::More)
18Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
19Requires:       perl-GD, perl-GDTextUtil
20
21%description
22%{summary}.
23
24
25%prep
26%setup -q -n GDGraph-%{version}
27%{__perl} -pi -e 's{^#!/usr/local/bin/perl\b}{#!%{__perl}}' samples/sample1A.pl
28%{__perl} -pi -e 's/\r\n/\n/' samples/sample64.pl
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} -depth -type d -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 samples/
55%{perl_vendorlib}/GD/
56%{_mandir}/man3/*.3pm*
57
58
59%changelog
60* Wed Oct 15 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1:1.48-1
61- updated to 1.48
62- rebuilt with perl-5.16.3.
63
64* Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1:1.44-1
65- updated to 1.44
66- spec revamped
67- previous Vine changelogs as follows:
68
69  - Sat Apr 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.43-6
70  - rebuild with perl-5.12.3
71 
72  - Wed Jun 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.43-5
73  - applied new versioning policy, spec in UTF-8
74  - rebuilt with perl-5.10.0
75 
76  - Sun Sep  3 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.43-4vl2
77  - changed Group to Development/Libraries
78 
79  - Sat Sep 17 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.43-4vl1
80  - rebuild for Vine Linux
81  - added Japanese summary
82
83* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.44-12
84- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
85
86* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1:1.44-11
87- Perl mass rebuild
88
89* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.44-10
90- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
91
92* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 1:1.44-9
93- 661697 rebuild for fixing problems with vendorach/lib
94
95* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 1:1.44-8
96- Mass rebuild with perl-5.12.0
97
98* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 1:1.44-7
99- rebuild against perl 5.10.1
100
101* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.44-6
102- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
103
104* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.44-5
105- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
106
107* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1:1.44-4
108- Rebuild for perl 5.10 (again)
109
110* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1:1.44-3
111- rebuild for new perl
112
113* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1:1.44-2.2
114- add BR: perl(Test::More)
115
116* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1:1.44-2.1
117- correct license tag
118- add BR: perl(ExtUtils::MakeMaker)
119
120* Sat Jun  9 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1:1.44-2
121- Bumping release (due to dist tag mismatches).
122
123* Sat May  5 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1:1.44-1
124- Update to 1.44.
125
126* Thu May 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.4308-1
127- Update to 1.4308.
128
129* Mon Feb 20 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.4307-1
130- Update to 1.4307.
131
132* Mon Feb  6 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.4306-1
133- Update to 1.4306.
134
135* Thu Dec 22 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.4305-1
136- Update to 1.4305.
137
138* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.43-4
139- rebuilt
140
141* Sun Jul 11 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.43-0.fdr.3
142- Unowned directory: %%{perl_vendorlib}/GD (see bug 1800 comment #1).
143
144* Wed Jun 30 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.43-0.fdr.2
145- Bring up to date with current fedora.us perl spec template.
146- Added the samples directory to the documentation files.
147
148* Sun Oct 12 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.43-0.fdr.1
149- First build.
Note: See TracBrowser for help on using the repository browser.