Avoid runtime deps on gtk-doc
https://bugzilla.redhat.com/show_bug.cgi?id=754495
This commit is contained in:
parent
80e1c4efcb
commit
4353219dd7
@ -42,7 +42,6 @@ to GTK+ and glib-based applications.
|
||||
Summary: Development files for libpeas
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: gtk-doc
|
||||
Requires: gobject-introspection-devel
|
||||
|
||||
%description devel
|
||||
@ -100,6 +99,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%{_bindir}/peas-demo
|
||||
%{_includedir}/libpeas-1.0/
|
||||
%{_libdir}/peas-demo/
|
||||
%dir %{_datadir}/gtk-doc/
|
||||
%dir %{_datadir}/gtk-doc/html/
|
||||
%{_datadir}/gtk-doc/html/libpeas/
|
||||
%{_libdir}/libpeas*-1.0.so
|
||||
%{_datadir}/gir-1.0/*.gir
|
||||
@ -109,6 +110,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%changelog
|
||||
* Wed Nov 28 2012 Kalev Lember <kalevlember@gmail.com> - 1.6.2-1
|
||||
- Update to 1.6.2
|
||||
- Avoid runtime deps on gtk-doc (#754495)
|
||||
|
||||
* Mon Nov 19 2012 Bastien Nocera <bnocera@redhat.com> 1.6.1-2
|
||||
- Fix source URL
|
||||
|
||||
Loading…
Reference in New Issue
Block a user