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