Update to 0.7.5, Now its on gnome we have official tar file releases

This commit is contained in:
Peter Robinson 2010-11-25 15:25:27 +00:00
parent 3fc21c46dc
commit 8cf66a280c
3 changed files with 10 additions and 20 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <pbrobinson@gmail.com> 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

View File

@ -1 +1 @@
44505d8f4eba51aa4ff0372929b1c49f rest-0.7.3.tar.bz2
d923dcaebb919936bfc0531589e006fc rest-0.7.5.tar.bz2