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