source: projects/specs/branches/6/p/perl-GDGraph/perl-GDGraph-vl.spec @ 3736

Revision 3736, 2.1 KB checked in by Takemikaduchi, 13 years ago (diff)

rebuild with perl-5.12.3

Line 
1%define perl_vendorlib %(eval "`perl -V:installvendorlib`"; echo $installvendorlib)
2
3Name:           perl-GDGraph
4Version:        1.43
5Release:        6%{?_dist_release}
6
7Summary:        Graph generation package for Perl
8Summary(ja):    Perl によるグラフ生成パッケージ
9
10Group:          Development/Libraries
11License:        GPL or Artistic
12URL:            http://search.cpan.org/dist/GDGraph/
13Source0:        http://www.cpan.org/authors/id/M/MV/MVERB/GDGraph-%{version}.tar.gz
14
15BuildRoot:      %{_tmppath}/%{name}-%{version}-root
16BuildArch:      noarch
17BuildRequires:  perl >= 5.6.1, perl-GD, perl-GDTextUtil
18Requires:  perl >= 5.6.1, perl-GD, perl-GDTextUtil
19
20%description
21%{summary}.
22
23%prep
24%setup -q -n GDGraph-%{version}
25
26%build
27perl Makefile.PL INSTALLDIRS=vendor
28make %{?_smp_mflags}
29
30%install
31rm -rf $RPM_BUILD_ROOT
32make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
33find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
34find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
35chmod -R u+w $RPM_BUILD_ROOT/*
36
37%check || :
38make test
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(-,root,root,-)
45%doc CHANGES README samples/
46%{perl_vendorlib}/GD/*
47%{_mandir}/man3/*.3*
48
49%changelog
50* Sat Apr 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.43-6
51- rebuild with perl-5.12.3
52
53* Wed Jun 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.43-5
54- applied new versioning policy, spec in UTF-8
55- rebuilt with perl-5.10.0
56
57* Sun Sep  3 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.43-4vl2
58- changed Group to Development/Libraries
59
60* Sat Sep 17 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.43-4vl1
61- rebuild for Vine Linux
62- added Japanese summary
63
64* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
65- rebuilt
66
67* Sun Jul 11 2004 Jose Pedro Oliveira <jpo@di.uminho.pt> - 0:1.43-0.fdr.3
68- Unowned directory: %%{perl_vendorlib}/GD (see bug 1800 comment #1).
69
70* Wed Jun 30 2004 Jose Pedro Oliveira <jpo@di.uminho.pt> - 0:1.43-0.fdr.2
71- Bring up to date with current fedora.us perl spec template.
72- Added the samples directory to the documentation files.
73
74* Sun Oct 12 2003 Ville Skytt辰 <ville.skytta at iki.fi> - 0:1.43-0.fdr.1
75- First build.
Note: See TracBrowser for help on using the repository browser.