[gfbgraph] Update to 0.2.2

Debarshi Ray rishi at fedoraproject.org
Wed Dec 18 15:03:38 UTC 2013


commit f2bc120579284c419baea4d1abbcde4b0f2bb87a
Author: Debarshi Ray <debarshir at gnome.org>
Date:   Wed Dec 18 16:03:33 2013 +0100

    Update to 0.2.2

 .gitignore    |    1 +
 gfbgraph.spec |   13 +++++++++++--
 sources       |    2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aaeed3e..fa892ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /gfbgraph-0.2.1.tar.xz
+/gfbgraph-0.2.2.tar.xz
diff --git a/gfbgraph.spec b/gfbgraph.spec
index 89b2113..3052d61 100644
--- a/gfbgraph.spec
+++ b/gfbgraph.spec
@@ -1,8 +1,8 @@
 %global api 0.2
 
 Name:           gfbgraph
-Version:        %{api}.1
-Release:        2%{?dist}
+Version:        %{api}.2
+Release:        1%{?dist}
 Summary:        GLib/GObject wrapper for the Facebook Graph API
 
 License:        LGPLv2+
@@ -12,6 +12,7 @@ Source0:        http://download.gnome.org/sources/%{name}/%{api}/%{name}-%{versi
 BuildRequires:  glib2-devel
 BuildRequires:  gnome-online-accounts-devel
 BuildRequires:  gobject-introspection-devel
+BuildRequires:  gtk-doc
 BuildRequires:  json-glib-devel
 BuildRequires:  libsoup-devel
 BuildRequires:  pkgconfig
@@ -40,6 +41,7 @@ developing applications that use %{name}.
 %configure \
   --disable-silent-rules \
   --disable-static \
+  --enable-gtk-doc \
   --enable-introspection
 
 # Omit unused direct shared library dependencies.
@@ -76,11 +78,18 @@ rm -rf $RPM_BUILD_ROOT%{_prefix}/doc
 %dir %{_datadir}/gir-1.0
 %{_datadir}/gir-1.0/GFBGraph-%{api}.gir
 
+%dir %{_datadir}/gtk-doc
+%dir %{_datadir}/gtk-doc/html
+%doc %{_datadir}/gtk-doc/html/%{name}
+
 %dir %{_includedir}/%{name}-%{api}
 %{_includedir}/%{name}-%{api}/%{name}
 
 
 %changelog
+* Wed Dec 18 2013 Debarshi Ray <rishi at fedoraproject.org> - 0.2.2-1
+- Update to 0.2.2
+
 * Thu Nov 28 2013 Debarshi Ray <rishi at fedoraproject.org> - 0.2.1-2
 - Use %%global instead of %%define
 - Define Version in terms of %%{api}
diff --git a/sources b/sources
index 5e972ff..46ede8a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-be2b05ad28898f760d0ec792df2bba90  gfbgraph-0.2.1.tar.xz
+af796932cec99e6da8e21174caf28ee3  gfbgraph-0.2.2.tar.xz


More information about the scm-commits mailing list