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:
parent
558792b20b
commit
0988b5b063
@ -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
2
telepathy-glib.deps
Normal file
@ -0,0 +1,2 @@
|
||||
gobject-2.0
|
||||
gio-2.0
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user