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

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