]> git.pld-linux.org Git - packages/exifprobe.git/blame - exifprobe.spec
- release 2
[packages/exifprobe.git] / exifprobe.spec
CommitLineData
0f4c0220 1Summary: JPEG/TIFF image probe
ab094e56 2Summary(pl.UTF-8): Sprawdzanie informacji o obrazach JPEG/TIFF
0f4c0220 3Name: exifprobe
fd8b5c39 4Version: 2.0.1
d61955c6 5Release: 2
0f4c0220
PG
6License: BSD
7Group: Applications/Multimedia
97f0b26b 8Source0: http://www.virtual-cafe.com/~dhh/tools.d/exifprobe.d/%{name}-%{version}.tar.gz
fd8b5c39 9# Source0-md5: 3aa2ba4baa6d60c72fb8a4b9b6341c4c
97f0b26b 10URL: http://www.virtual-cafe.com/~dhh/tools.d/exifprobe.d/
0f4c0220
PG
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14Exifprobe examines and reports the contents and structure of JPEG and
15TIFF image files. It will recognize all standard JPEG markers
16(including APPn markers) and will report the contents of any properly
17structured TIFF IFD encountered, even when entry tags are not
18recognized. Recognized TIFF and TIFF/EP tags are expanded, including
19EXIF2.2 sections and camera MakerNotes which are found to be in TIFF
20IFD format. GPS and GeoTIFF tags are recognized and entries printed in
21"raw" form, but are not expanded. Location, size, and format of image
22data is reported.
23
e4ec3a9a
JR
24%description -l pl.UTF-8
25Exifprobe sprawdza i podaje zawartość i strukturę plików obrazów JPEG
26i TIFF. Rozpoznaje wszystkie standardowe znaczniki JPEG (włącznie z
27APPn) i podaje zawartość każdego prawidłowo zbudowanego TIFF IFD,
28nawet jeśli nie rozpoznano znaczników. Rozpoznawane znaczniki TIFF i
29TIFF/EP są rozwijane, w tym sekcje EXIT2.2 i MakerNotes z aparatów,
30które można znaleźć w plikach w formacie TIFF IFD. Znaczniki GPS i
31GeoTIFF są rozpoznawane i wypisywane w postaci surowej, ale nie
32rozwijane. Podawane jest położenie, rozmiar i format danych obrazu.
42c3308d 33
0f4c0220
PG
34%prep
35%setup -q
36
37%build
38%{__make} \
eb2c2809 39 CC="%{__cc}" \
fd8b5c39 40 CFLAGS="%{rpmcflags} -Wall -Wno-unused -Wno-parentheses -Wno-trigraphs"
0f4c0220
PG
41
42%install
43rm -rf $RPM_BUILD_ROOT
44install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
45
46%{__make} install \
47 PREFIX=$RPM_BUILD_ROOT%{_prefix} \
48 BINDIR=$RPM_BUILD_ROOT%{_bindir} \
49 MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files
55%defattr(644,root,root,755)
56%doc CAMERA_makes_and_models CREDITS DESCRIPTION *.html
57%attr(755,root,root) %{_bindir}/*
58%{_mandir}/man1/*1.*
This page took 0.073739 seconds and 4 git commands to generate.