]> git.pld-linux.org Git - packages/exiftags.git/blob - exiftags.spec
- pass CC
[packages/exiftags.git] / exiftags.spec
1 Summary:        A digital camera image meta-data (Exif) parser
2 Summary(pl):    Analizator metadanych (Exif) obrazów z aparatów cyfrowych
3 Name:           exiftags
4 Version:        1.00
5 Release:        1
6 License:        BSD
7 Group:          Applications/Multimedia
8 Source0:        http://johnst.org/sw/exiftags/%{name}-%{version}.tar.gz
9 # Source0-md5:  5dedd2336914f5a7c6ed3289cb7a3b1b
10 URL:            http://johnst.org/sw/exiftags/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 exiftags parses a JPEG file looking for Exif (Exchangeable Image File)
15 data, formatting and printing image properties. Digital cameras
16 typically add Exif data to the image files they produce containing
17 information about the camera and digitized image. exiftags includes
18 support for some camera manufacturer-specific properties.
19
20 An included companion utility, exifcom, displays and writes the
21 UserComment Exif tag that some cameras include in the image metadata
22 they create. This program is useful for recording caption or location
23 information in the image file itself.
24
25 %description -l pl
26 exiftags analizuje plik JPEG poszukuj±c danych Exif (Exchangeable
27 Image File), formatuj±c i wypisuj±c w³asno¶ci obrazu. Aparaty cyfrowe
28 zwykle dodaj± do produkowanych przez siebie plików graficznych dane
29 Exif, zawieraj±ce informacje o aparacie i obrazie cyfrowym. exiftags
30 obs³uguje niektóre w³asno¶ci specyficzne dla poszczególnych
31 producentów aparatów.
32
33 Do³±czone narzêdzie towarzysz±ce, exifcom, wy¶wietla i zapisuje
34 znacznik Exif UserComment, do³±czany przez niektóre aparaty. Ten
35 program jest przydatny do zapisywania podpisów lub informacji 
36 o miejscu w samym obrazku.
37
38 %prep
39 %setup -q
40
41 %build
42 %{__make} \
43         RPM_OPT_FLAGS="%{rpmcflags}" \
44         CC="%{__cc}"
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 install -D exiftags $RPM_BUILD_ROOT%{_bindir}/exiftags
50 install -D exifcom $RPM_BUILD_ROOT%{_bindir}/exifcom
51 install -D exiftime $RPM_BUILD_ROOT%{_bindir}/exiftime
52 install -D exiftags.1 $RPM_BUILD_ROOT%{_mandir}/man1/exiftags.1
53 install -D exifcom.1 $RPM_BUILD_ROOT%{_mandir}/man1/exifcom.1
54 install -D exiftime.1 $RPM_BUILD_ROOT%{_mandir}/man1/exiftime.1
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc README CHANGES
62 %attr(755,root,root) %{_bindir}/*
63 %{_mandir}/man?/*
This page took 0.135674 seconds and 3 git commands to generate.