From 8cf66a280c172b9f117063ef9abdb86732088f86 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Nov 25 2010 15:25:27 +0000 Subject: Update to 0.7.5, Now its on gnome we have official tar file releases --- diff --git a/.gitignore b/.gitignore index 0b1940f..a4cec84 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ rest-0.6.4.tar.bz2 rest-0.7.0.tar.bz2 /rest-0.7.2.tar.bz2 /rest-0.7.3.tar.bz2 +/rest-0.7.5.tar.bz2 diff --git a/rest.spec b/rest.spec index b953865..6c8f723 100644 --- a/rest.spec +++ b/rest.spec @@ -1,17 +1,12 @@ -# Tarfile created using git -# git clone git://gitorious.org/meego-netbook-ux/meego-panel-zones.git -# git archive --format=tar --prefix=%{name}-%{version}/ librest-%{version} | bzip2 > %{name}-%{version}.tar.bz2 -%define tarfile %{name}-%{version}.tar.bz2 - Name: rest -Version: 0.7.3 -Release: 2%{?dist} +Version: 0.7.5 +Release: 1%{?dist} Summary: A library for access to RESTful web services Group: System Environment/Libraries License: LGPLv2 -URL: http://www.meego.com -Source0: %{tarfile} +URL: http://www.gnome.org +Source0: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.7/%{name}-%{version}.tar.bz2 BuildRequires: glib2-devel BuildRequires: gobject-introspection-devel @@ -19,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 @@ -43,10 +35,6 @@ Files for development with %{name}. %prep %setup -q -# run autogen.sh until we have a proper release, but don't run configure twice. -# sed -i '/configure/d' autogen.sh -./autogen.sh - %build %configure --disable-static --enable-gtk-doc @@ -59,9 +47,6 @@ make install DESTDIR=%{buildroot} INSTALL='install -p' #Remove libtool archives. find %{buildroot} -name '*.la' -exec rm -f {} ';' -%clean -rm -rf %{buildroot} - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -87,6 +72,10 @@ rm -rf %{buildroot} %{_datadir}/gir-1.0/RestExtras-0.7.gir %changelog +* Thu Nov 25 2010 Peter Robinson 0.7.5-1 +- Update to 0.7.5 +- Now its on gnome we have official tar file releases + * Wed Sep 29 2010 jkeating - 0.7.3-2 - Rebuilt for gcc bug 634757 diff --git a/sources b/sources index b369207..de95efb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -44505d8f4eba51aa4ff0372929b1c49f rest-0.7.3.tar.bz2 +d923dcaebb919936bfc0531589e006fc rest-0.7.5.tar.bz2