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