Fix various directory ownership issues

This commit is contained in:
Kalev Lember 2020-03-12 11:29:46 +01:00
parent bc72fac818
commit 054ca040e8

View File

@ -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