Accepting request 44790 from home:vuntz:branches:GNOME:Factory

Copy from home:vuntz:branches:GNOME:Factory/telepathy-glib via accept of submit request 44790 revision 2.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/44790
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=55
This commit is contained in:
Vincent Untz 2010-08-07 01:30:01 +00:00 committed by Git OBS Bridge
parent 558792b20b
commit 0988b5b063
3 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Aug 7 02:04:49 CEST 2010 - vuntz@opensuse.org
- Add pkgconfig(vala-1.0) BuildRequires and pass
--enable-vala-bindings to configure: we need telepathy-vala for
the folks package.
- Add vala/telepathy-glib.deps manually, since it's missing from
the tarball.
-------------------------------------------------------------------
Thu Jul 29 11:06:24 CEST 2010 - dimstar@opensuse.org

2
telepathy-glib.deps Normal file
View File

@ -0,0 +1,2 @@
gobject-2.0
gio-2.0

View File

@ -25,6 +25,7 @@ Summary: Libraries for adding telepathy support to applications that use
Url: http://telepathy.freedesktop.org/
Group: Development/Languages/C and C++
Source: telepathy-glib-%{version}.tar.bz2
Source1: telepathy-glib.deps
BuildRequires: gtk-doc
BuildRequires: libxslt-devel
BuildRequires: python-xml
@ -34,6 +35,7 @@ BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(vala-1.0)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -72,9 +74,13 @@ telepathy functionality from applications that use glib.
%prep
%setup -q
# File is missing from tarball in 0.11.11
test ! -f vala/telepathy-glib.deps
cp %{S:1} vala/telepathy-glib.deps
%build
%configure --disable-static
%configure --disable-static \
--enable-vala-bindings
%__make %{?jobs:-j%jobs}
%install
@ -100,6 +106,9 @@ rm -rf %{buildroot}
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/*.gir
%dir %{_datadir}/vala
%dir %{_datadir}/vala/vapi
%{_datadir}/vala/vapi/telepathy-glib.*
%files doc
%defattr(-,root,root)