Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37650766
en ru br
ALT Linux repos
S:0.27.7-alt1.1
5.0: 0.17.1-alt2
4.1: 0.16-alt1
4.0: 0.12-alt3

Other repositories
Upstream:0.16

Group :: Graphics
RPM: exiv2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%def_disable static

Name: exiv2
Version: 0.17.1
Release: alt2

Packager: Victor Forsyuk <force at altlinux.org>

Summary: Command line tool to access EXIF data in image files
License: GPLv2+
Group: Graphics

Url: http://www.exiv2.org
Source0: %url/exiv2-%version.tar.gz

# Automatically added by buildreq on Mon Dec 15 2008

BuildRequires: gcc-c++ libexpat-devel zlib-devel

%description
Exiv2 comprises of a C++ library and a command line utility to access image
metadata. Exiv2 supports full read and write access to the EXIF and IPTC
metadata, EXIF MakerNote support, extract and delete methods for EXIF
thumbnails, classes to access IFD and so on.

%package -n libexiv2
Summary: EXIF and IPTC metadata manipulation library
Group: Graphics

%description -n libexiv2
libexiv2 is a C++ library to access image metadata.

%package -n libexiv2-devel
Summary: Headers and links to compile against the exiv2 library
Group: Development/C
Requires: libexiv2 = %version-%release

%description -n libexiv2-devel
This package contains all files which one needs to compile programs using the
exiv2 library.

%prep
%setup

%build
%configure %{subst_enable static}
%make_build

%install
%make_install DESTDIR=%buildroot install
%find_lang exiv2

%files -f exiv2.lang
%_bindir/exiv2
%_man1dir/*

%files -n libexiv2
%_libdir/libexiv2.so.*

%files -n libexiv2-devel
%_libdir/libexiv2.so
%_includedir/*
%_pkgconfigdir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin