Accepting request 96147 from home:dimstar:branches:GNOME:Factory
Push typelib change branch OBS-URL: https://build.opensuse.org/request/show/96147 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-desktop?expand=0&rev=131
This commit is contained in:
parent
ccf4877417
commit
72706c8008
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 8 22:49:20 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Split typelib in subpackage typelib-1_0-GnomeDesktop-3_0.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 21 16:34:25 UTC 2011 - dimstar@opensuse.org
|
Mon Nov 21 16:34:25 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -80,11 +80,23 @@ reasons. There is no API or ABI guarantee, although we are doing our
|
|||||||
best to provide stability. Documentation for the API is available with
|
best to provide stability. Documentation for the API is available with
|
||||||
gtk-doc.
|
gtk-doc.
|
||||||
|
|
||||||
|
%package -n typelib-1_0-GnomeDesktop-3_0
|
||||||
|
Summary: The GNOME Desktop API Library
|
||||||
|
Group: System/Libraries
|
||||||
|
|
||||||
|
%description -n typelib-1_0-GnomeDesktop-3_0
|
||||||
|
The libgnome-desktop library provides API shared by several applications
|
||||||
|
on the desktop, but that cannot live in the platform for various
|
||||||
|
reasons. There is no API or ABI guarantee, although we are doing our
|
||||||
|
best to provide stability. Documentation for the API is available with
|
||||||
|
gtk-doc.
|
||||||
|
|
||||||
%package -n libgnome-desktop-3-devel
|
%package -n libgnome-desktop-3-devel
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Summary: The GNOME Desktop API Library -- Development Files
|
Summary: The GNOME Desktop API Library -- Development Files
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Requires: libgnome-desktop-3-2 = %{version}
|
Requires: libgnome-desktop-3-2 = %{version}
|
||||||
|
Requires: typelib-1_0-GnomeDesktop-3_0 = %{version}
|
||||||
%if %IS_DEFAULT_GNOME_DESKTOP
|
%if %IS_DEFAULT_GNOME_DESKTOP
|
||||||
Provides: %{name}-devel = %{version}
|
Provides: %{name}-devel = %{version}
|
||||||
Obsoletes: %{name}-devel < %{version}
|
Obsoletes: %{name}-devel < %{version}
|
||||||
@ -168,6 +180,9 @@ rm -rf %{buildroot}
|
|||||||
%endif
|
%endif
|
||||||
%{_datadir}/libgnome-desktop-3.0/
|
%{_datadir}/libgnome-desktop-3.0/
|
||||||
%{_libdir}/libgnome-desktop-3.so.*
|
%{_libdir}/libgnome-desktop-3.so.*
|
||||||
|
|
||||||
|
%files -n typelib-1_0-GnomeDesktop-3_0
|
||||||
|
%defattr(-,root,root)
|
||||||
%{_libdir}/girepository-1.0/GnomeDesktop-3.0.typelib
|
%{_libdir}/girepository-1.0/GnomeDesktop-3.0.typelib
|
||||||
|
|
||||||
%files -n libgnome-desktop-3-devel
|
%files -n libgnome-desktop-3-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user