Accepting request 96180 from home:dimstar:branches:GNOME:Factory
Push typelib change branch OBS-URL: https://build.opensuse.org/request/show/96180 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=115
This commit is contained in:
parent
27e066395e
commit
85256e54f6
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 20:22:33 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Split typelib files into typelib-1_0-TelepathyGlib-0_12.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 29 21:24:26 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
|
@ -50,12 +50,21 @@ Group: Development/Languages/C and C++
|
||||
This package contains the libraries that make it easier to use some
|
||||
telepathy functionality from applications that use glib.
|
||||
|
||||
%package -n typelib-1_0-TelepathyGlib-0_12
|
||||
Summary: Libraries for adding telepathy support to applications that use glib
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n typelib-1_0-TelepathyGlib-0_12
|
||||
This package contains the libraries that make it easier to use some
|
||||
telepathy functionality from applications that use glib.
|
||||
|
||||
%package devel
|
||||
License: LGPLv2.1
|
||||
Summary: Libraries for adding telepathy support to applications that use glib
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: glibc-devel
|
||||
Requires: libtelepathy-glib0 = %{version}
|
||||
Requires: typelib-1_0-TelepathyGlib-0_12 = %{version}
|
||||
|
||||
%description devel
|
||||
This package contains the libraries that make it easier to use some
|
||||
@ -93,7 +102,10 @@ rm -rf %{buildroot}
|
||||
%files -n libtelepathy-glib0
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libtelepathy-glib*.so.0*
|
||||
%{_libdir}/girepository-1.0/*.typelib
|
||||
|
||||
%files -n typelib-1_0-TelepathyGlib-0_12
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/girepository-1.0/TelepathyGLib-0.12.typelib
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user