Own /usr/share/gdb and /usr/share/systemtap directories

... to avoid leaving behind empty directories after uninstalling
glib2-devel.
This commit is contained in:
Kalev Lember 2016-08-18 08:42:40 +02:00
parent 8c1e113e30
commit 720a3c04d3

View File

@ -210,12 +210,9 @@ chmod 644 $RPM_BUILD_ROOT%{_datadir}/bash-completion/completions/*
%{_mandir}/man1/gdbus-codegen.1* %{_mandir}/man1/gdbus-codegen.1*
%{_mandir}/man1/glib-compile-resources.1* %{_mandir}/man1/glib-compile-resources.1*
%{_mandir}/man1/gresource.1* %{_mandir}/man1/gresource.1*
%{_datadir}/gdb/auto-load%{_libdir}/libglib-2.0.so.*-gdb.py %{_datadir}/gdb/
%{_datadir}/gdb/auto-load%{_libdir}/libgobject-2.0.so.*-gdb.py
# Let's own the directory, as it was not there
%{_datadir}/gdb/auto-load%{_libdir}/__pycache__
%{_datadir}/gettext/ %{_datadir}/gettext/
%{_datadir}/systemtap/tapset/*.stp %{_datadir}/systemtap/
%files doc %files doc
%doc %{_datadir}/gtk-doc/html/* %doc %{_datadir}/gtk-doc/html/*
@ -237,6 +234,7 @@ chmod 644 $RPM_BUILD_ROOT%{_datadir}/bash-completion/completions/*
%changelog %changelog
* Thu Aug 18 2016 Kalev Lember <klember@redhat.com> - 2.49.5-1 * Thu Aug 18 2016 Kalev Lember <klember@redhat.com> - 2.49.5-1
- Update to 2.49.5 - Update to 2.49.5
- Own /usr/share/gdb and /usr/share/systemtap directories
* Tue Aug 16 2016 Miro Hrončok <mhroncok@redhat.com> - 2.49.4-3 * Tue Aug 16 2016 Miro Hrončok <mhroncok@redhat.com> - 2.49.4-3
- Use Python 3 for the RPM Python byte compilation - Use Python 3 for the RPM Python byte compilation