Own package doc dir, install COPYING as %license
https://bugzilla.redhat.com/show_bug.cgi?id=1480850
This commit is contained in:
parent
6796103ed8
commit
0a44c334ac
@ -1,6 +1,6 @@
|
||||
Name: libdvdread
|
||||
Version: 5.0.3
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: A library for reading DVD video discs based on Ogle code
|
||||
License: GPLv2+
|
||||
URL: http://dvdnav.mplayerhq.hu/
|
||||
@ -35,7 +35,7 @@ make V=1 %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%{__make} install DESTDIR=%{buildroot}
|
||||
rm %{buildroot}%{_libdir}/libdvdread.la
|
||||
rm %{buildroot}%{_libdir}/libdvdread.la %{buildroot}%{_pkgdocdir}/COPYING
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
@ -43,8 +43,9 @@ rm %{buildroot}%{_libdir}/libdvdread.la
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%license COPYING
|
||||
%dir %{_pkgdocdir}
|
||||
%doc %{_pkgdocdir}/AUTHORS
|
||||
%doc %{_pkgdocdir}/COPYING
|
||||
%doc %{_pkgdocdir}/NEWS
|
||||
%doc %{_pkgdocdir}/README
|
||||
%{_libdir}/libdvdread.so.*
|
||||
@ -58,6 +59,9 @@ rm %{buildroot}%{_libdir}/libdvdread.la
|
||||
%{_libdir}/pkgconfig/dvdread.pc
|
||||
|
||||
%changelog
|
||||
* Sat Aug 12 2017 Ville Skyttä <ville.skytta@iki.fi> - 5.0.3-7
|
||||
- Own package doc dir, install COPYING as %%license
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user