diff --git a/.cvsignore b/.cvsignore index 2442e90..86be7da 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -librest-0.6.1.tar.bz2 +rest-0.6.1.tar.bz2 diff --git a/rest.spec b/rest.spec index 7e903fb..8e47f92 100644 --- a/rest.spec +++ b/rest.spec @@ -1,12 +1,12 @@ Name: rest Version: 0.6.1 -Release: 1%{?dist} +Release: 3%{?dist} Summary: A library for access to RESTful web services Group: System Environment/Libraries License: LGPLv2 URL: http://moblin.org/projects/librest -Source0: http://git.moblin.org/cgit.cgi/lib%{name}/snapshot/lib%{name}-%{version}.tar.bz2 +Source0: http://download.moblin.org/sources/%{name}/0.6/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel @@ -14,9 +14,6 @@ BuildRequires: libsoup-devel BuildRequires: libxml2-devel BuildRequires: gtk-doc -# Require these because the git tarball doesn't have the configure built -BuildRequires: libtool - %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 @@ -36,14 +33,11 @@ Requires: pkgconfig Files for development with %{name}. %prep -%setup -q -n librest-%{version} - -# Don't run configure from autogen.sh -sed -i 's|echo|exit 0|g' autogen.sh -./autogen.sh +%setup -q %build %configure --disable-static --enable-gtk-doc + make %{?_smp_mflags} V=1 %install @@ -77,6 +71,12 @@ rm -rf %{buildroot} %{_datadir}/gtk-doc/html/%{name}-0.6 %changelog +* Mon Jan 25 2010 Peter Robinson 0.6.1-3 +- Bump build + +* Mon Jan 25 2010 Peter Robinson 0.6.1-2 +- Move to official tarball release of 0.6.1 + * Sat Oct 10 2009 Peter Robinson 0.6.1-1 - New upstream 0.6.1 release diff --git a/sources b/sources index 550aa2c..870d3d0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1b590b1209861f07b4fd6d1c5795e990 librest-0.6.1.tar.bz2 +3c8fd38081231dbb48cfbdea9ec405e1 rest-0.6.1.tar.bz2