diff --git a/taglib.spec b/taglib.spec index 52c8afae468a44afd6c8ab5a85919f5251372853..da72e66f2c4e8e5dc6766bfff0cd46963bed82c5 100644 --- a/taglib.spec +++ b/taglib.spec @@ -1,7 +1,7 @@ Name: taglib Summary: Audio Meta-Data Library Version: 1.11.1 -Release: 11 +Release: 12 License: LGPLv2 or MPLv1.1 URL: https://taglib.github.io/ Source0: https://taglib.github.io/releases/%{name}-%{version}.tar.gz @@ -52,20 +52,30 @@ test "$(pkg-config --modversion taglib_c)" = "%{version}" %ldconfig_scriptlets %files -%license AUTHORS COPYING.LGPL COPYING.MPL +%defattr(-,root,root) +%doc AUTHORS +%license COPYING.LGPL COPYING.MPL %{_libdir}/libtag*.so.* %files devel +%defattr(-,root,root) %{_bindir}/%{name}-config %{_includedir}/%{name}/ %{_libdir}/libtag*.so %{_libdir}/pkgconfig/taglib*.pc %files help +%defattr(-,root,root) %doc NEWS examples %changelog +* Tue Dec 24 2019 openEuler Buildteam - 1.11.1-12 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:change the path of AUTHORS + * Wed Nov 20 2019 openEuler Buildteam - 1.11.1-11 - Type: enhancement - ID: NA