From 6a1bf469dc10ec31a5c471352047d4800cc243ae Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 22 Jun 2009 11:45:01 +0000 Subject: [PATCH] - Update to 0.4 --- .cvsignore | 2 +- rest.spec | 18 ++++++++++++++---- sources | 2 +- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 3e8c455..bae0d85 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -rest-0.3.tar.gz +librest-0.4.tar.bz2 diff --git a/rest.spec b/rest.spec index 79cb6d3..3ec6408 100644 --- a/rest.spec +++ b/rest.spec @@ -1,19 +1,25 @@ Name: rest -Version: 0.3 +Version: 0.4 Release: 1%{?dist} Summary: A library for access to RESTful web services Group: System Environment/Libraries License: LGPLv2 URL: http://moblin.org/projects/librest -Source0: http://moblin.org/sites/all/files/%{name}-%{version}.tar.gz +Source0: http://git.moblin.org/cgit.cgi/lib%{name}/snapshot/lib%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel BuildRequires: libsoup-devel BuildRequires: libxml2-devel +BuildRequires: gtk-doc BuildRequires: pkgconfig +# Require these because the git tarball doesn't have the configure built +BuildRequires: libtool +BuildRequires: automake +BuildRequires: autoconf + %description This library was designed to make it easier to access web services that claim to be "RESTful". A RESTful service should have urls that represent @@ -34,10 +40,11 @@ Requires: gtk-doc Files for development with %{name}. %prep -%setup -q +%setup -q -n librest-%{version} %build -%configure --disable-static +./autogen.sh +%configure --disable-static --enable-gtk-doc make %{?_smp_mflags} %install @@ -68,5 +75,8 @@ rm -rf %{buildroot} %{_datadir}/gtk-doc/html/rest %changelog +* Mon Jun 22 2009 Peter Robinson 0.4-1 +- Update to 0.4 + * Wed Jun 17 2009 Peter Robinson 0.3-1 - Initial packaging diff --git a/sources b/sources index 6c81f3b..0fdba13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c03e9f2cc2381780f4be2c43702c5782 rest-0.3.tar.gz +830a95e880d192cecf45a48376315890 librest-0.4.tar.bz2