Sophie

Sophie

distrib > Mandriva > 2010.2 > x86_64 > by-pkgid > 9633febf13ff63051dbd225c0a1cec49 > files > 4

python-exiv2-0.1.3-6mdv2010.1.src.rpm

%define name python-exiv2
%define version 0.1.3
%define release %mkrel 6

Summary:	Python binding to exiv2
Name:		%{name}
Version:	%{version}
License:	GPLv2+
Group:		Development/Python 
Release:	%{release}
Source:		http://tilloy.net/dev/pyexiv2/releases/pyexiv2-%{version}.tar.bz2
Patch0:		python-exiv-patch-forlib64.patch
Patch1:		python-exiv-0.19.patch
URL:		http://tilloy.net/dev/pyexiv2/
BuildRoot:	%_tmppath/%name-buildroot
BuildRequires:  libexiv-devel
BuildRequires:  boost-devel
BuildRequires:	scons
Provides:	pyexiv2

%description
pyexiv2 is a python binding to exiv2, the C++ library for
manipulation of EXIF and IPTC image metadata. It is a python module
that allows your python scripts to read and write metadata (EXIF,
IPTC, thumbnail) embedded in image files (JPEG, TIFF, ...).

It is designed as a high level interface to the functionalities
offered by exiv2 (and is built on top of it). Using python's built-in
data types and standard modules, it provides easy manipulation of
image metadata.

%files
%defattr(-,root,root,-)
%doc ChangeLog  COPYING  README  todo
%py_platsitedir/libpyexiv2.so
%py_platsitedir/pyexiv2.py


%prep
%setup -q -n pyexiv2-%{version}
%patch0 -p0
%patch1 -p1 -b .exiv-0.19

%build
%scons

%install

%__rm -rf %{buildroot}
%scons_install

%clean
%__rm -rf %{buildroot}


%changelog
* Mon Feb 08 2010 Anssi Hannula <anssi@mandriva.org> 0.1.3-6mdv2010.1
+ Revision: 501882
- rebuild for new boost

* Wed Feb 03 2010 Funda Wang <fwang@mandriva.org> 0.1.3-5mdv2010.1
+ Revision: 500337
- rebuild for new boost

* Wed Jan 06 2010 Frederik Himpe <fhimpe@mandriva.org> 0.1.3-4mdv2010.1
+ Revision: 486835
- Add upstream patch (via Debian) to fix build with exiv2 0.19
- Rebuild for new libexiv2

  + Funda Wang <fwang@mandriva.org>
    - rebuild for new exiv

* Mon Aug 24 2009 Funda Wang <fwang@mandriva.org> 0.1.3-2mdv2010.0
+ Revision: 420245
- rebuild for new libboost

  + John Balcaen <mikala@mandriva.org>
    - Clean spec file

* Tue Aug 11 2009 John Balcaen <mikala@mandriva.org> 0.1.3-1mdv2010.0
+ Revision: 414504
- Fix BuildRequires
- Add Patch for lib64 path support
- import python-exiv2


* Sat Aug 08 2009 John Balcaen <mikala@mandriva.org>  0.1.3-1mdv2010.0
 - initial import