Fix various directory ownership issues
This commit is contained in:
parent
bc72fac818
commit
054ca040e8
@ -68,11 +68,16 @@ This package contains developer documentation for %{name}.
|
|||||||
%{_includedir}/gupnp-%{apiver}/
|
%{_includedir}/gupnp-%{apiver}/
|
||||||
%{_libdir}/libgupnp-%{apiver}.so
|
%{_libdir}/libgupnp-%{apiver}.so
|
||||||
%{_libdir}/pkgconfig/gupnp-%{apiver}.pc
|
%{_libdir}/pkgconfig/gupnp-%{apiver}.pc
|
||||||
|
%dir %{_datadir}/gir-1.0
|
||||||
%{_datadir}/gir-1.0/GUPnP-%{apiver}.gir
|
%{_datadir}/gir-1.0/GUPnP-%{apiver}.gir
|
||||||
|
%dir %{_datadir}/vala
|
||||||
|
%dir %{_datadir}/vala/vapi
|
||||||
%{_datadir}/vala/vapi/%{name}*
|
%{_datadir}/vala/vapi/%{name}*
|
||||||
%{_mandir}/man1/gupnp-binding-tool-%{apiver}.1*
|
%{_mandir}/man1/gupnp-binding-tool-%{apiver}.1*
|
||||||
|
|
||||||
%files docs
|
%files docs
|
||||||
|
%dir %{_datadir}/gtk-doc
|
||||||
|
%dir %{_datadir}/gtk-doc/html
|
||||||
%doc %{_datadir}/gtk-doc/html/%{name}
|
%doc %{_datadir}/gtk-doc/html/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
@ -80,6 +85,7 @@ This package contains developer documentation for %{name}.
|
|||||||
- Update to 1.2.2
|
- Update to 1.2.2
|
||||||
- Switch to the meson build system
|
- Switch to the meson build system
|
||||||
- Use apiver macro in the spec file instead of hardcoding
|
- Use apiver macro in the spec file instead of hardcoding
|
||||||
|
- Fix various directory ownership issues
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-3
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user