Drop old patch that doesn't appear to be needed any more and causes build issues
This commit is contained in:
parent
8e6e1dee0e
commit
b846eeb417
@ -1,11 +0,0 @@
|
||||
--- rest-0.7.6/docs/reference/rest/Makefile.in.orig 2011-02-22 16:31:17.687229767 +0000
|
||||
+++ rest-0.7.6/docs/reference/rest/Makefile.in 2011-02-22 16:31:26.528229982 +0000
|
||||
@@ -117,7 +117,7 @@
|
||||
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
|
||||
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
|
||||
LD = @LD@
|
||||
-LDFLAGS = @LDFLAGS@
|
||||
+LDFLAGS = @LDFLAGS@ -lgobject-2.0 -lglib-2.0
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
@ -1,13 +1,12 @@
|
||||
Name: rest
|
||||
Version: 0.7.91
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A library for access to RESTful web services
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2
|
||||
URL: http://www.gnome.org
|
||||
Source0: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.7/%{name}-%{version}.tar.xz
|
||||
Patch0: rest-fixdso.patch
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
@ -38,7 +37,6 @@ Files for development with %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .fixdso
|
||||
|
||||
%build
|
||||
autoreconf -vif
|
||||
@ -75,6 +73,9 @@ find %{buildroot} -type f -name "*.la" -delete
|
||||
%{_datadir}/gir-1.0/RestExtras-0.7.gir
|
||||
|
||||
%changelog
|
||||
* Wed Aug 6 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.91-3
|
||||
- Drop old patch that doesn't appear to be needed any more and causes build issues
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.91-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user