From 707fae97ae4cfb026558be7dd1a960632aba8f81 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Nov 28 2016 14:13:04 +0000 Subject: Update to 2.5.11 Signed-off-by: Igor Gnatenko --- diff --git a/gphoto2.spec b/gphoto2.spec index 85226fb..35bf9e9 100644 --- a/gphoto2.spec +++ b/gphoto2.spec @@ -1,15 +1,18 @@ Name: gphoto2 -Version: 2.5.10 +Version: 2.5.11 Release: 1%{?dist} Summary: Software for accessing digital cameras -Group: Applications/Multimedia License: GPLv2+ Url: http://www.gphoto.org/ Source0: http://downloads.sourceforge.net/gphoto/%{name}-%{version}.tar.bz2 -BuildRequires: libgphoto2-devel >= %{version}, gettext -BuildRequires: libjpeg-devel, readline-devel -BuildRequires: libtool, sharutils -BuildRequires: libtool-ltdl-devel, popt-devel + +BuildRequires: gcc +BuildRequires: make +BuildRequires: pkgconfig(libgphoto2) >= %{version} +BuildRequires: libjpeg-devel +BuildRequires: pkgconfig(libexif) +BuildRequires: popt-devel +BuildRequires: readline-devel %description The gPhoto2 project is a universal, free application and library @@ -23,30 +26,28 @@ This package contains the command-line utility gphoto2. Other (GUI) frontends are available separately. - %prep -%setup -q +%autosetup %build %configure -make %{?_smp_mflags} - +%make_build %install %make_install INSTALL="install -p" -rm $RPM_BUILD_ROOT%{_docdir}/%{name}/test-hook.sh +rm %{buildroot}%{_docdir}/%{name}/test-hook.sh %find_lang %{name} - %files -f %{name}.lang -%{!?_licensedir:%global license %%doc} %license COPYING %doc NEWS README TODO %{_bindir}/gphoto2 %{_mandir}/man1/gphoto2.1* - %changelog +* Mon Nov 28 2016 Igor Gnatenko - 2.5.11-1 +- Update to 2.5.11 + * Tue Jul 12 2016 Peter Robinson 2.5.10-1 - update to 2.5.10 - Use %%license diff --git a/sources b/sources index 6cccb53..0fc46f9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7b3d0e721f6c1a151c6b9e130223d934 gphoto2-2.5.10.tar.bz2 +a62a51474a681aca51b087905deb5e35 gphoto2-2.5.11.tar.bz2