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