source: projects/specs/trunk/p/perl-Image-ExifTool/perl-Image-ExifTool-vl.spec @ 2683

Revision 2683, 4.8 KB checked in by kazutaka, 13 years ago (diff)

新規パッケージ (shutter の新規依存)

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