Use license macro for COPYING
This commit is contained in:
parent
b80a901a11
commit
b413bca5ec
@ -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 <amigadave@amigadave.com> - 1.3.5-1
|
||||
- Update to 1.3.5 (#1197923)
|
||||
- Use license macro for COPYING
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.3.4-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user