- some cleanups and fixes

This commit is contained in:
Peter Robinson 2010-05-12 10:23:47 +00:00
parent 3b00dd860b
commit 6074a15fd5
2 changed files with 5 additions and 13 deletions

View File

@ -1,11 +0,0 @@
--- rest-0.6.1/docs/reference/rest/Makefile.in.orig 2010-02-15 08:18:42.000000000 +0000
+++ rest-0.6.1/docs/reference/rest/Makefile.in 2010-02-15 08:18:46.000000000 +0000
@@ -97,7 +97,7 @@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LD = @LD@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ -lgobject-2.0 -lglib-2.0
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@

View File

@ -6,7 +6,7 @@
Name: rest
Version: 0.6.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A library for access to RESTful web services
Group: System Environment/Libraries
@ -47,7 +47,7 @@ Files for development with %{name}.
%setup -q
# run autogen.sh until we have a proper release, but don't run configure twice.
sed -i '/configure/d' autogen.sh
# sed -i '/configure/d' autogen.sh
./autogen.sh
%build
@ -90,6 +90,9 @@ rm -rf %{buildroot}
%{_datadir}/gir-1.0/RestExtras-0.6.gir
%changelog
* Wed May 12 2010 Peter Robinson <pbrobinson@gmail.com> 0.6.3-2
- some cleanups and fixes
* Wed May 12 2010 Peter Robinson <pbrobinson@gmail.com> 0.6.3-1
- Update to 0.6.3, update url and source details, enable introspection