From e4a47fd37fe6ff82a2b5a01d281de1774b01e5d3 Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:38:15 +0800 Subject: [PATCH] update code --- libexif.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/libexif.spec b/libexif.spec index bf60ff2..c1d0700 100644 --- a/libexif.spec +++ b/libexif.spec @@ -1,7 +1,7 @@ Name: libexif Summary: Library for extracting extra information from image files Version: 0.6.21 -Release: 18 +Release: 19 License: LGPLv2+ URL: https://libexif.github.io/ Source0: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 @@ -50,7 +50,8 @@ make check %files -f libexif-12.lang %defattr(-,root,root) -%doc COPYING README +%doc README +%license COPYING %{_libdir}/libexif.so.* %files devel @@ -66,6 +67,11 @@ make check %doc libexif-api.html NEWS %changelog +* Sat Oct 19 2019 openEuler Buildteam - 0.6.21-19 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:change the directory of the license file + * Thu Sep 12 2019 openEuler Buildteam - 0.6.21-18 - Package init -