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