]> git.pld-linux.org Git - packages/exiftags.git/blob - exiftags.spec
- converted to UTF-8
[packages/exiftags.git] / exiftags.spec
1 Summary:        A digital camera image meta-data (Exif) parser
2 Summary(pl.UTF-8):   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.UTF-8
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.082338 seconds and 3 git commands to generate.