]> git.pld-linux.org Git - packages/exif.git/blob - exif.spec
- up to 0.6.20
[packages/exif.git] / exif.spec
1 Summary:        Utility to show EXIF information hidden in JPEG files
2 Summary(pl.UTF-8):      Narzędzie do wyświetlania danych EXIF ukrytych w plikach JPEG
3 Name:           exif
4 Version:        0.6.20
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/Graphics
8 Source0:        http://downloads.sourceforge.net/libexif/%{name}-%{version}.tar.bz2
9 # Source0-md5:  4d88291883506d4ee52d1eec9ed5f42a
10 Patch0:         %{name}-pl.po-update.patch
11 Patch1:         %{name}-ac.patch
12 URL:            http://libexif.sourceforge.net/
13 BuildRequires:  autoconf >= 2.59
14 BuildRequires:  automake >= 1:1.9
15 BuildRequires:  gettext-devel >= 0.14.1
16 BuildRequires:  libexif-devel >= 1:0.6.20
17 BuildRequires:  libtool
18 BuildRequires:  pkgconfig
19 BuildRequires:  popt-devel
20 Requires:       libexif >= 1:0.6.20
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 'exif' is a small command-line utility to show EXIF information hidden
25 in JPEG files, written to demonstrate the power of libexif.
26
27 %description -l pl.UTF-8
28 exif to małe narzędzie działające z linii poleceń, służące do
29 pokazywania informacji EXIF ukrytych w plikach JPEG. Zostało napisane
30 do pokazania możliwości libexif.
31
32 %prep
33 %setup -q
34 %patch0 -p1
35 %patch1 -p1
36
37 rm -f po/stamp-po
38
39 %build
40 %{__gettextize}
41 %{__libtoolize}
42 %{__aclocal} -I m4m
43 %{__autoconf}
44 %{__autoheader}
45 %{__automake}
46 %configure
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 %find_lang %{name}
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files -f %{name}.lang
61 %defattr(644,root,root,755)
62 %doc AUTHORS README ChangeLog
63 %attr(755,root,root) %{_bindir}/exif
64 %{_mandir}/man1/exif.1*
This page took 0.058489 seconds and 4 git commands to generate.