]> git.pld-linux.org Git - packages/exifprobe.git/blob - exifprobe.spec
- updated to 1.2.6
[packages/exifprobe.git] / exifprobe.spec
1 Summary:        JPEG/TIFF image probe
2 Summary(pl):    Sprawdzanie informacji o obrazach JPEG/TIFF
3 Name:           exifprobe
4 Version:        1.2.6
5 Release:        1
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:  187ac0389abcaf93a40c6b8199169b4c
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
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} -DCOLOR -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.159595 seconds and 3 git commands to generate.