]> git.pld-linux.org Git - packages/perl-Image-ExifTool.git/blame - perl-Image-ExifTool.spec
- generic URL
[packages/perl-Image-ExifTool.git] / perl-Image-ExifTool.spec
CommitLineData
5e85ded7 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
5%include /usr/lib/rpm/macros.perl
6%define pdir Image
7%define pnam ExifTool
8Summary: Perl module for reading and writing image metadata
3dbbfbf5 9Summary(pl.UTF-8): Moduł Perla do czytania i zapisywania metadanych w plikach graficznych
5e85ded7 10Name: perl-Image-ExifTool
120d2de0 11Version: 6.17
7b005030 12Release: 1
5e85ded7 13# same as perl
14License: GPL v1+ or Artistic
15Group: Development/Languages/Perl
8f98a68d 16Source0: http://www.cpan.org/modules/by-module/Image/%{pdir}-%{pnam}-%{version}.tar.gz
120d2de0 17# Source0-md5: 2c839c4d58b59bf18378a99ac4ea0861
8f98a68d 18URL: http://search.cpan.org/dist/Image-ExifTool/
5e85ded7 19BuildRequires: perl-devel >= 1:5.8.0
20BuildRequires: rpm-perlprov >= 4.1-13
21BuildArch: noarch
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
726a5938 25ExifTool is a customizable set of Perl libraries plus an application
26script for reading and writing meta information in image, audio and
27video files.
5e85ded7 28
3dd71fed 29ExifTool reads EXIF, GPS, IPTC, XMP, JFIF, GeoTIFF, ICC Profile,
726a5938 30Photoshop IRB, AFCP and ID3 meta information from JPG, JP2, TIFF, GIF,
31BMP, PICT, QTIF, PNG, MNG, JNG, MIFF, PPM, PGM, PBM, XMP, EPS, PS, AI,
32PDF, PSD, DCM, ACR, THM, CRW, CR2, MRW, NEF, PEF, ORF, RAF, RAW, SRF,
33SR2, MOS, X3F and DNG images, MP3, WAV, WMA and AIFF audio files, and
34AVI, MOV, MP4 and WMV videos. ExifTool also extracts information from
35the maker notes of many digital cameras by various manufacturers
36including Canon, Casio, FujiFilm, JVC/Victor, Kodak, Leaf,
37Minolta/Konica-Minolta, Nikon, Olympus/Epson, Panasonic/Leica,
38Pentax/Asahi, Ricoh, Sanyo and Sigma/Foveon.
39
40ExifTool writes EXIF, GPS, IPTC, XMP, MakerNotes, Photoshop IRB and
41AFCP meta information to JPEG, TIFF, GIF, PSD, XMP, PPM, PGM, PBM,
42PNG, MNG, JNG, CRW, THM, CR2, MRW, NEF, PEF, MOS and DNG images.
5e85ded7 43
44See html/index.html for more details about ExifTool features.
45
b6f3f2c4 46%description -l pl.UTF-8
726a5938 47ExifTool to dostosowywalny zestaw bibliotek perlowych oraz aplikacja
48do czytania i zapisywania metadanych w plikach graficznych,
b6f3f2c4 49dźwiękowych i wideo.
5e85ded7 50
b6f3f2c4
JR
51ExifTool potrafi odczytać metatagi EXIF, GPS, IPTC, XMP, JFIF,
52GeoTIFF, ICC Profile, Photoshop IRB, AFCP i ID3 z plików graficznych
726a5938 53JPG, JP2, TIFF, GIF, BMP, PICT, QTIF, PNG, MNG, JNG, MIFF, PPM, PGM,
54PBM, XMP, EPS, PS, AI, PDF, PSD, DCM, ACR, THM, CRW, CR2, MRW, NEF,
b6f3f2c4
JR
55PEF, ORF, RAF, RAW, SRF, SR2, MOS, X3F i DNG, z plików dźwiękowych
56MP3, WAV, WMA i AIFF oraz z plików wideo AVI, MOV, MP4 i WMV. ExifTool
57odczytuje również informacje dodatkowe o zdjęciach zapisywane przez
726a5938 58aparaty cyfrowe takich firm jak Canon, Casio, FujiFilm, JVC/Victor,
59Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Olympus/Epson,
60Panasonic/Leica, Pentax/Asahi, Ricoh, Sanyo i Sigma/Foveon.
5e85ded7 61
b6f3f2c4
JR
62ExifTool potrafi zapisać metatagi EXIF, GPS, IPTC, XMP, Photoshop IRB
63i AFCP wraz z informacjami dodatkowymi producenta do plików JPEG,
726a5938 64TIFF, GIF, PSD, XMP, PPM, PGM, PBM, PNG, MNG, JNG, CRW, THM, CR2, MRW,
65NEF, PEF, MOS i DNG.
5e85ded7 66
b6f3f2c4 67Więcej informacji o możliwościach pakietu ExifTool znajduje się w
5e85ded7 68pliku html/index.html.
69
70%prep
71%setup -q -n %{pdir}-%{pnam}-%{version}
72
73%build
74%{__perl} Makefile.PL \
75 INSTALLDIRS=vendor \
76 destdir=$RPM_BUILD_ROOT
77%{__make} \
a3bf7339 78 CC="%{__cc}" \
5e85ded7 79 OPTIMIZE="%{rpmcflags}"
80
81%{?with_tests:%{__make} test}
82
83%install
84rm -rf $RPM_BUILD_ROOT
85
86%{__make} install \
87 DESTDIR=$RPM_BUILD_ROOT
88
89%clean
90rm -rf $RPM_BUILD_ROOT
91
92%files
93%defattr(644,root,root,755)
94%doc README Changes html
7b005030 95%attr(755,root,root) %{_bindir}/exiftool
5e85ded7 96%{perl_vendorlib}/File/RandomAccess.pm
97%{perl_vendorlib}/Image/ExifTool.pm
98%dir %{perl_vendorlib}/Image/ExifTool
4ead9003
JB
99%{perl_vendorlib}/Image/ExifTool/*.p[lm]
100%{_mandir}/man[13]/*
This page took 0.499442 seconds and 4 git commands to generate.