From 1f76b8591eb62bff8bf77ad8e635d6065e7dd72c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 19 Apr 2010 14:28:15 +0000 Subject: [PATCH] - cosmetics, tighten %files --- taglib.spec | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/taglib.spec b/taglib.spec index f946916..9b447c4 100644 --- a/taglib.spec +++ b/taglib.spec @@ -115,7 +115,7 @@ rm -f %{buildroot}%{_libdir}/lib*.la rm -fr %{apidocdir} ; mkdir %{apidocdir} cp -a doc/html doc/*.png %{apidocdir} ln -s html/index.html %{apidocdir} -find %{apidocdir} -name '*.md5' | xargs rm +find %{apidocdir} -name '*.md5' | xargs rm -fv %endif @@ -139,15 +139,18 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS COPYING.LGPL NEWS -%{_libdir}/lib*.so.* +%{_libdir}/libtag.so.1* +%{_libdir}/libtag_c.so.0* %files devel %defattr(-,root,root,-) %doc examples -%{_bindir}/*-config -%{_includedir}/* -%{_libdir}/lib*.so -%{_libdir}/pkgconfig/*.pc +%{_bindir}/taglib-config +%{_includedir}/taglib/ +%{_libdir}/libtag.so +%{_libdir}/libtag_c.so +%{_libdir}/pkgconfig/taglib.pc +%{_libdir}/pkgconfig/taglib_c.pc %if %{with doc} %files doc @@ -157,6 +160,9 @@ rm -rf %{buildroot} %changelog +* Mon Apr 19 2010 Rex Dieter - 1.6.2-3 +- cosmetics, tighten %%files + * Mon Apr 12 2010 Rex Dieter - 1.6.2-2 - fix version in taglib-config, taglib.pc