]> git.pld-linux.org Git - packages/exiftags.git/blob - exiftags.spec
- typo / formatting / etc.
[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:        0.99.1
5 Release:        2
6 License:        BSD
7 Group:          Applications/Multimedia
8 Source0:        http://johnst.org/sw/exiftags/%{name}-%{version}.tar.gz
9 # Source0-md5:  033b85bc0502acf794fba4785483a901
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} RPM_OPT_FLAGS="%{rpmcflags}"
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 install -D exiftags $RPM_BUILD_ROOT%{_bindir}/exiftags
48 install -D exifcom $RPM_BUILD_ROOT%{_bindir}/exifcom
49 install -D exiftime $RPM_BUILD_ROOT%{_bindir}/exiftime
50 install -D exiftags.1 $RPM_BUILD_ROOT%{_mandir}/man1/exiftags.1
51 install -D exifcom.1 $RPM_BUILD_ROOT%{_mandir}/man1/exifcom.1
52 install -D exiftime.1 $RPM_BUILD_ROOT%{_mandir}/man1/exiftime.1
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc README CHANGES
60 %attr(755,root,root) %{_bindir}/*
61 %{_mandir}/man?/*
This page took 0.096892 seconds and 3 git commands to generate.