source: projects/specs/branches/6/p/perl-Image-ExifTool/perl-Image-ExifTool-vl.spec @ 3699

Revision 3699, 4.9 KB checked in by kazutaka, 13 years ago (diff)

shutter の依存物を更新。

  • build with perl 5.12.3
  • add Vendor and Distribution tags
Line 
1Name:           perl-Image-ExifTool
2Version:        8.40
3Release:        2%{?_dist_release}
4License:        GPL+ or Artistic
5Group:          Applications/Multimedia
6Summary:        Utility for reading and writing image meta info
7URL:            http://www.sno.phy.queensu.ca/%7Ephil/exiftool/
8Source0:        http://www.sno.phy.queensu.ca/%7Ephil/exiftool/Image-ExifTool-%{version}.tar.gz
9
10BuildRequires:  perl
11BuildRequires:  perl(ExtUtils::Command::MM)
12Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
13
14BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
15BuildArch:      noarch
16
17Vendor: Project Vine
18Distribution: Vine Linux
19
20%description
21ExifTool is a Perl module with an included command-line application for
22reading and writing meta information in image, audio, and video files.
23It reads EXIF, GPS, IPTC, XMP, JFIF, MakerNotes, GeoTIFF, ICC Profile,
24Photoshop IRB, FlashPix, AFCP, and ID3 meta information from JPG, JP2,
25TIFF, GIF, PNG, MNG, JNG, MIFF, EPS, PS, AI, PDF, PSD, BMP, THM, CRW,
26CR2, MRW, NEF, PEF, ORF, DNG, and many other types of images. ExifTool
27also extracts information from the maker notes of many digital cameras
28by various manufacturers including Canon, Casio, FujiFilm, HP,
29JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Olympus/Epson,
30Panasonic/Leica, Pentax/Asahi, Ricoh, Sanyo, Sigma/Foveon, and Sony.
31
32
33%prep
34%setup -q -n Image-ExifTool-%{version}
35
36
37%build
38%{__perl} Makefile.PL INSTALLDIRS=vendor
39%{__make}
40
41
42%install
43%{__rm} -rf $RPM_BUILD_ROOT
44%{__make} pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
45find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
46chmod -R u+w $RPM_BUILD_ROOT/*
47
48# Somehow, these empty directories are getting created.
49# Delete them.
50rm -rf $RPM_BUILD_ROOT%{perl_vendorlib}/*-linux-thread-multi
51
52
53%check
54make test
55
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60
61%files
62%defattr(-,root,root,-)
63%doc README Changes
64%{_bindir}/exiftool
65%{perl_vendorlib}/File/
66%{perl_vendorlib}/Image/
67%{_mandir}/man1/*.1*
68%{_mandir}/man3/*.3*
69
70%changelog
71* Fri Apr 01 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 8.40-2
72- build with perl 5.12.3
73- add Vendor and Distribution tags
74
75* Sat Feb 12 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 8.40-1
76- initial build for Vine Linux based of fedora development
77
78* Mon Nov 22 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 8.40-1
79- update to 8.40
80
81* Tue Jul 13 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 8.25-1
82- update to 8.25
83
84* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 8.15-2
85- Mass rebuild with perl-5.12.0
86
87* Tue Mar 23 2010 Tom "spot" Callaway <tcallawa@redhat.com> 8.15-1
88- update to 8.15
89
90* Mon Feb 15 2010 Tom "spot" Callaway <tcallawa@redhat.com> 8.10-1
91- update to 8.10
92
93* Mon Dec  7 2009 Tom "spot" Callaway <tcallawa@redhat.com> 8.00-1
94- update to 8.00 (Production)
95
96* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 7.67-5
97- rebuild against perl 5.10.1
98
99* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.67-4
100- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
101
102* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.67-3
103- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
104
105* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.67-2
106- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
107
108* Wed Feb 11 2009 Tom "spot" Callaway <tcallawa@redhat.com> 7.67-1
109- update to 7.67
110
111* Tue Jan  6 2009 Tom "spot" Callaway <tcallawa@redhat.com> 7.60-1
112- update to 7.60
113
114* Mon Oct 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> 7.51-1
115- update to 7.51
116
117* Wed May 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> 7.25-2
118- get rid of empty arch-specific directories (bz 448744)
119
120* Fri Apr 25 2008 Tom "spot" Callaway <tcallawa@redhat.com> 7.25-1
121- update to 7.25
122
123* Tue Feb  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 7.15-1
124- 7.15
125- rebuild for new perl
126
127* Mon Oct 29 2007 Tom "spot" Callaway <tcallawa@redhat.com> 7.00-1
128- 7.00
129
130* Sun Aug 26 2007 Tom "spot" Callaway <tcallawa@redhat.com> 6.95-1
131- 6.95
132- license tag fix
133
134* Wed Aug  1 2007 Tom "spot" Callaway <tcallawa@redhat.com> 6.94-1
135- bump to 6.94
136
137* Wed Feb 21 2007 Tom "spot" Callaway <tcallawa@redhat.com> 6.77-1
138- bump to 6.77
139
140* Wed Jan 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> 6.69-1
141
142* Fri Sep 15 2006 Tom "spot" Callaway <tcallawa@redhat.com> 6.40-1
143- bump to 6.40
144
145* Wed Aug  2 2006 Tom "spot" Callaway <tcallawa@redhat.com> 6.30-1
146- bump to 6.30
147 
148* Tue Jul 11 2006 Tom "spot" Callaway <tcallawa@redhat.com> 6.26-2
149- clean up the places where "use the" shows up in the code as a workaround
150
151* Fri Jul  7 2006 Tom "spot" Callaway <tcallawa@redhat.com> 6.26-1
152- bump to 6.26
153
154* Mon Apr 24 2006 Tom "spot" Callaway <tcallawa@redhat.com> 6.15-1
155- bump to 6.15
156
157* Fri Mar 31 2006 Tom "spot" Callaway <tcallawa@redhat.com> 6.09-1
158- bump to 6.09
159
160* Tue Jan 10 2006 Tom "spot" Callaway <tcallawa@redhat.com> 5.89-1
161- bump to 5.89
162
163* Thu Aug  4 2005 Tom "spot" Callaway <tcallawa@redhat.com> 5.53-1
164- initial package for Fedora Extras
Note: See TracBrowser for help on using the repository browser.