metacam/metacam.spec

Name: metacam
Summary: Utility to read Exif data from digital camera files
Version: 1.2
Release: 0.2
License: GPL
Group: Applications/Multimedia
URL: http://www.cheeseplant.org/~daniel/pages/metacam.html
Description: Metacam is an utility to read and decode metadata from digital camera images with Exif information. It was specifically written to read images from a Nikon D1, but it supports other cameras too.

CentOS 7 x86_64

The build could not start because the following file is missing: metacam-1.2.tar.gz

Build Status

CentOS 6 x86_64

The build could not start because the following file is missing: metacam-1.2.tar.gz

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: dag
# Upstream: Daniel Stephens <daniel$cheeseplant,org>

Name: metacam
Version: 1.2
Release: 0.2%{?dist}
Summary: Utility to read Exif data from digital camera files
Group: Applications/Multimedia
License: GPL
URL: http://www.cheeseplant.org/~daniel/pages/metacam.html

Source: ftp://ftp.cheeseplant.org/pub/metacam-%{version}.tar.gz
Source1: %{name}.1
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: gcc-c++

%description
Metacam is an utility to read and decode metadata from digital camera
images with Exif information. It was specifically written to read images
from a Nikon D1, but it supports other cameras too.

%prep
%setup

%build
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__install} -Dp -m0755 metacam %{buildroot}%{_bindir}/metacam
%{__install} -Dp -m0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/metacam.1

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc README* THANKS
%doc %{_mandir}/man1/metacam.1*
%{_bindir}/metacam

%changelog
* Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 1.2-0.2
- Rebuild for Fedora Core 5.

* Tue Jan 04 2005 Bert de Bruijn <bert@debruijn.be> 1.2-0
- Update

* Sat Feb 01 2003 Bert de Bruijn <bert@debruijn.be> 1.1-0
- Initial package, manpage from Conectiva.