[packages/exif] - updated to 0.6.22

qboosh qboosh at pld-linux.org
Sat Sep 19 19:18:47 CEST 2020


commit 79e6459af0534d1ae14f3831fe5ab529365534b5
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Sep 19 19:21:37 2020 +0200

    - updated to 0.6.22

 exif.spec | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/exif.spec b/exif.spec
index 809a12f..e9cfe1c 100644
--- a/exif.spec
+++ b/exif.spec
@@ -1,22 +1,27 @@
 Summary:	Utility to show EXIF information hidden in JPEG files
 Summary(pl.UTF-8):	Narzędzie do wyświetlania danych EXIF ukrytych w plikach JPEG
 Name:		exif
-Version:	0.6.21
+Version:	0.6.22
+%define	tagver	%(echo %{version} | tr . _)
 Release:	1
 License:	GPL v2+
 Group:		Applications/Graphics
-Source0:	http://downloads.sourceforge.net/libexif/%{name}-%{version}.tar.bz2
-# Source0-md5:	0e744471b8c3b3b1534d5af38bbf6408
+#Source0Download: https://github.com/libexif/exif/releases
+Source0:	https://github.com/libexif/exif/releases/download/exif-%{tagver}-release/%{name}-%{version}.tar.xz
+# Source0-md5:	bc600b12c50fbb26f025819164d963e6
 Patch0:		%{name}-ac.patch
-URL:		http://libexif.sourceforge.net/
+URL:		https://libexif.github.io/
 BuildRequires:	autoconf >= 2.59
 BuildRequires:	automake >= 1:1.9
 BuildRequires:	gettext-tools >= 0.14.1
 BuildRequires:	libexif-devel >= 1:0.6.20
 BuildRequires:	libtool
 BuildRequires:	pkgconfig
-BuildRequires:	popt-devel
+BuildRequires:	popt-devel >= 1.12
+BuildRequires:	tar >= 1:1.22
+BuildRequires:	xz
 Requires:	libexif >= 1:0.6.20
+Requires:	popt >= 1.12
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -41,7 +46,8 @@ do pokazania możliwości libexif.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+	--disable-silent-rules
 %{__make}
 
 %install
@@ -57,6 +63,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS README ChangeLog
+%doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/exif
 %{_mandir}/man1/exif.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/exif.git/commitdiff/79e6459af0534d1ae14f3831fe5ab529365534b5



More information about the pld-cvs-commit mailing list