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