From 02116c365c6cfb7221c068f2bdb63d56ed9f82f8 Mon Sep 17 00:00:00 2001 From: songnannan Date: Thu, 26 Dec 2019 19:45:55 +0800 Subject: [PATCH] init --- taglib.spec | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/taglib.spec b/taglib.spec index 52c8afa..da72e66 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 -- Gitee