source: projects/specs/trunk/p/perl-Image-Xpm/perl-Image-Xpm-vl.spec @ 9151

Revision 9151, 3.5 KB checked in by inagaki, 9 years ago (diff)

2014-12-13 Ryoichi INAGAKI <ryo1@…>

  • perl-Class-Autouse, perl-Image-Xbm, perl-Test-Harness-Straps: rebuilt
  • perl-Class-Autouse, perl-Image-{ExifTool?, Info, Xpm}, perl-Test-{EOL, Inline}: updated


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