diff --git a/exiv2.spec b/exiv2.spec index 37bc8f4e67c8ae258a4d7efefbdc5acc7003a4d7..ddd1da177e0b21561aa79d31efa3d2debc0194fb 100644 --- a/exiv2.spec +++ b/exiv2.spec @@ -1,6 +1,6 @@ Name: exiv2 Version: 0.26 -Release: 15 +Release: 16 Summary: Exif, IPTC and XMP metadata and the ICC Profile License: GPLv2+ URL: http://www.exiv2.org/ @@ -72,12 +72,7 @@ Requires: %{name} = %{version}-%{release} Exiv2 is a Cross-platform C++ library and a command line utility to manage image metadata. This package provides head file,libraries for exiv2. -%package help -Summary: help documentation for exiv2 -BuildArch: noarch - -%description help -Man pages and other related documents. +%package_help %prep %autosetup -p1 @@ -101,22 +96,28 @@ test -x %{buildroot}%{_libdir}/libexiv2.so %files -f exiv2.lang %defattr(-,root,root) -%doc doc/ChangeLog COPYING +%doc doc/ChangeLog +%license COPYING %{_bindir}/exiv2 %{_libdir}/libexiv2.so.26* %exclude %{_libdir}/pkgconfig/exiv2.lsm %exclude %{_libdir}/libxmp.a %files devel +%defattr(-,root,root) %{_libdir}/pkgconfig/exiv2.pc %{_libdir}/libexiv2.so %{_includedir}/exiv2/ %files help +%defattr(-,root,root) %{_mandir}/man1/exiv2*.1* %{_datadir}/doc/html/ %changelog +* Tue Dec 24 2019 openEuler Buildteam - 0.26-16 +- change the path of files + * Sat Dec 21 2019 openEuler Buildteam - 0.26-15 - Type:cves - ID:NA