]> git.pld-linux.org Git - packages/exif.git/blob - exif.spec
- version 0.6.9 for libexif 0.6.9
[packages/exif.git] / exif.spec
1 Summary:        Utility to show EXIF information hidden in JPEG files
2 Summary(pl):    Narzêdzie do wy¶wietlania danych EXIF ukrytych w plikach JPEG
3 Name:           exif
4 Version:        0.6.9
5 Release:        1
6 License:        GPL
7 Group:          Applications/Graphics
8 Source0:        http://dl.sourceforge.net/libexif/%{name}-%{version}.tar.gz
9 # Source0-md5:  555029098386fa677c461eb249d852d7
10 URL:            http://libexif.sourceforge.net/
11 BuildRequires:  automake
12 BuildRequires:  libexif-devel >= 0.6.9
13 BuildRequires:  pkgconfig
14 BuildRequires:  popt-devel
15 Requires:       libexif >= 0.6.9
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 'exif' is a small command-line utility to show EXIF information hidden
20 in JPEG files, written to demonstrate the power of libexif.
21
22 %description -l pl
23 exif to ma³e narzêdzie dzia³aj±ce z linii poleceñ, s³u¿±ce do
24 pokazywania informacji EXIF ukrytych w plikach JPEG. Zosta³o napisane
25 do pokazania mo¿liwo¶ci libexif.
26
27 %prep
28 %setup -q
29
30 %build
31 cp -f /usr/share/automake/config.* .
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %find_lang %{name}
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files -f %{name}.lang
47 %defattr(644,root,root,755)
48 %doc AUTHORS README ChangeLog
49 %attr(755,root,root) %{_bindir}/*
50 %{_mandir}/man1/*.1*
This page took 0.07702 seconds and 3 git commands to generate.