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

« back to all changes in this revision

Viewing changes to exif.spec.in

  • Committer: Bazaar Package Importer
  • Author(s): christophe barbe
  • Date: 2004-06-18 14:44:26 UTC
  • Revision ID: james.westby@ubuntu.com-20040618144426-36li8gkxq3f3kau3
Tags: upstream-0.6.9
ImportĀ upstreamĀ versionĀ 0.6.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Name: @PACKAGE@
 
2
Summary: A utility to display exif headers from jpeg files
 
3
Version: @VERSION@
 
4
Release: 1
 
5
Source: http://prdownloads.sourceforge.net/libexif/exif-%{version}.tar.gz
 
6
Url: http://sourceforge.net/projects/libexif/
 
7
Group: Applications/Multimedia
 
8
License: GPL
 
9
BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
10
BuildRequires: libexif-devel, libmnote-devel
 
11
Requires: libexif, libmnote
 
12
 
 
13
%description
 
14
'exif' is a small command-line utility to show EXIF information hidden
 
15
in JPEG files. I wrote it to demonstrate the power of libexif.
 
16
 
 
17
%prep
 
18
%setup
 
19
 
 
20
%build
 
21
%configure
 
22
make
 
23
 
 
24
%install
 
25
rm -rf $RPM_BUILD_ROOT
 
26
%makeinstall
 
27
 
 
28
%clean
 
29
rm -rf $RPM_BUILD_ROOT
 
30
 
 
31
%files
 
32
%defattr(-,root,root)
 
33
%doc ChangeLog README
 
34
%{_bindir}/*
 
35
%{_mandir}/man*/*
 
36
%{_datadir}/locale/*/LC_MESSAGES/*.mo