From b413bca5ecb51e31d6b27e086447ec66c87f9b20 Mon Sep 17 00:00:00 2001 From: David King Date: Wed, 14 Dec 2016 23:31:27 +0000 Subject: [PATCH] Use license macro for COPYING --- libvorbis.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/libvorbis.spec b/libvorbis.spec index c3c7f5a..303ad05 100644 --- a/libvorbis.spec +++ b/libvorbis.spec @@ -54,7 +54,6 @@ make %install make DESTDIR=$RPM_BUILD_ROOT install docdir=%{_pkgdocdir} -install -pm 644 -t $RPM_BUILD_ROOT%{_pkgdocdir} AUTHORS COPYING README # remove unpackaged files from the buildroot rm -f $RPM_BUILD_ROOT%{_libdir}/*.la @@ -62,8 +61,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la make check %files -%doc %dir %{_pkgdocdir} -%doc %{_pkgdocdir}/COPYING +%doc AUTHORS README +%license COPYING %{_libdir}/libvorbis.so.* %{_libdir}/libvorbisfile.so.* %{_libdir}/libvorbisenc.so.* @@ -78,7 +77,6 @@ make check %files devel-docs %{_pkgdocdir}/* -%exclude %{_pkgdocdir}/COPYING %exclude %{_pkgdocdir}/doxygen-build.stamp %post -p /sbin/ldconfig @@ -88,6 +86,7 @@ make check %changelog * Wed Dec 14 2016 David King - 1.3.5-1 - Update to 1.3.5 (#1197923) +- Use license macro for COPYING * Thu Feb 04 2016 Fedora Release Engineering - 1:1.3.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild