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