Run autoreconf for aarch64 (RHBZ 926440)
This commit is contained in:
parent
88eba16d9b
commit
855f00e857
@ -1,6 +1,6 @@
|
||||
Name: rest
|
||||
Version: 0.7.90
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A library for access to RESTful web services
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -14,6 +14,9 @@ BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: libtool
|
||||
|
||||
%description
|
||||
This library was designed to make it easier to access web services that
|
||||
@ -38,6 +41,7 @@ Files for development with %{name}.
|
||||
%patch0 -p1 -b .fixdso
|
||||
|
||||
%build
|
||||
autoreconf -vif
|
||||
%configure --disable-static --enable-gtk-doc --enable-introspection=yes
|
||||
|
||||
make %{?_smp_mflags} V=1
|
||||
@ -73,6 +77,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{_datadir}/gir-1.0/RestExtras-0.7.gir
|
||||
|
||||
%changelog
|
||||
* Sat Apr 13 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.90-3
|
||||
- Run autoreconf for aarch64 (RHBZ 926440)
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.90-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user