~ubuntu-branches/ubuntu/hoary/exif/hoary

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Name: @PACKAGE@
Summary: A utility to display exif headers from jpeg files
Version: @VERSION@
Release: 1
Source: http://prdownloads.sourceforge.net/libexif/exif-%{version}.tar.gz
Url: http://sourceforge.net/projects/libexif/
Group: Applications/Multimedia
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: libexif-devel, libmnote-devel
Requires: libexif, libmnote

%description
'exif' is a small command-line utility to show EXIF information hidden
in JPEG files. I wrote it to demonstrate the power of libexif.

%prep
%setup

%build
%configure
make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc ChangeLog README
%{_bindir}/*
%{_mandir}/man*/*
%{_datadir}/locale/*/LC_MESSAGES/*.mo