diff --git a/gdl.changes b/gdl.changes index 7e9c743..8f52625 100644 --- a/gdl.changes +++ b/gdl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 8 19:51:23 UTC 2011 - dimstar@opensuse.org + +- Split out typelib file in typelib-1_0-Gdl-3. + ------------------------------------------------------------------- Wed Oct 26 19:51:17 UTC 2011 - dimstar@opensuse.org diff --git a/gdl.spec b/gdl.spec index 7b2613a..b7bcda3 100644 --- a/gdl.spec +++ b/gdl.spec @@ -51,11 +51,21 @@ Gnome Devtool Libraries contains components and libraries that are intended to be shared between GNOME development tools, including gnome-debug, gnome-build, and anjuta2. +%package -n typelib-1_0-Gdl-3 +Summary: Gnome Devtool Libraries contains components and libraries +Group: System/Libraries + +%description -n typelib-1_0-Gdl-3 +Gnome Devtool Libraries contains components and libraries that are +intended to be shared between GNOME development tools, including +gnome-debug, gnome-build, and anjuta2. + %package devel License: LGPLv2.1+ Summary: Gnome Devtool Libraries contains components and libraries Group: Development/Libraries/GNOME Requires: libgdl-3-2 = %{version} +Requires: typelib-1_0-Gdl-3 = %{version} %description devel Gnome Devtool Libraries contains components and libraries that are @@ -88,6 +98,9 @@ rm -rf %{buildroot} %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README %{_libdir}/*.so.* + +%files -n typelib-1_0-Gdl-3 +%defattr(-,root,root) %{_libdir}/girepository-1.0/Gdl-3.typelib %files devel