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