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 -