source: projects/specs/trunk/p/perl-Image-Base/perl-Image-Base-vl.spec @ 9146

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

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

  • perl-Image-{Base, Size}, perl-Net-{CIDR, DBus, Frame}, perl-Pod-{Coverage-TrustPod?, PerldocJp?}: updated
  • perl-Net-{DBus-GLib, Frame-Simple, IPv4Addr, IPv6Addr, Interface, MAC}: rebuilt


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