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

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