c400dd
Name:          rest
c400dd
Version:       0.8.1
c400dd
Release:       11%{?dist}
c400dd
Summary:       A library for access to RESTful web services
c400dd
c400dd
License:       LGPLv2
c400dd
URL:           http://www.gnome.org
c400dd
Source0:       http://download.gnome.org/sources/%{name}/0.8/%{name}-%{version}.tar.xz
c400dd
c400dd
# https://bugzilla.redhat.com/show_bug.cgi?id=1445700
c400dd
Patch0:        rest-0.8.0-fix-the-XML-test.patch
c400dd
c400dd
BuildRequires: make
c400dd
BuildRequires: glib2-devel
c400dd
BuildRequires: gobject-introspection-devel
c400dd
BuildRequires: libsoup-devel
c400dd
BuildRequires: libxml2-devel
c400dd
BuildRequires: gtk-doc
c400dd
BuildRequires: autoconf
c400dd
BuildRequires: automake
c400dd
BuildRequires: libtool
c400dd
c400dd
%description
c400dd
This library was designed to make it easier to access web services that
c400dd
claim to be "RESTful". A RESTful service should have urls that represent 
c400dd
remote objects, which methods can then be called on. The majority of services 
c400dd
don't actually adhere to this strict definition. Instead, their RESTful end 
c400dd
point usually has an API that is just simpler to use compared to other types 
c400dd
of APIs they may support (XML-RPC, for instance). It is this kind of API that 
c400dd
this library is attempting to support.
c400dd
c400dd
%package devel
c400dd
Summary: Development package for %{name}
c400dd
Requires: %{name}%{?_isa} = %{version}-%{release}
c400dd
c400dd
%description devel
c400dd
Files for development with %{name}.
c400dd
c400dd
%prep
c400dd
%setup -q
c400dd
%patch0 -p1
c400dd
c400dd
%build
c400dd
autoreconf -vif
c400dd
%configure --disable-static --enable-gtk-doc --enable-introspection=yes
c400dd
c400dd
make %{?_smp_mflags} V=1
c400dd
c400dd
%install
c400dd
make install DESTDIR=%{buildroot} INSTALL='install -p'
c400dd
c400dd
#Remove libtool archives.
c400dd
find %{buildroot} -type f -name "*.la" -delete
c400dd
c400dd
%ldconfig_scriptlets
c400dd
c400dd
%files
c400dd
%license COPYING
c400dd
%doc AUTHORS README
c400dd
%{_libdir}/librest-0.7.so.0
c400dd
%{_libdir}/librest-0.7.so.0.0.0
c400dd
%{_libdir}/librest-extras-0.7.so.0
c400dd
%{_libdir}/librest-extras-0.7.so.0.0.0
c400dd
%{_libdir}/girepository-1.0/Rest-0.7.typelib
c400dd
%{_libdir}/girepository-1.0/RestExtras-0.7.typelib
c400dd
c400dd
%files devel
c400dd
%{_includedir}/rest-0.7
c400dd
%{_libdir}/pkgconfig/rest*
c400dd
%{_libdir}/librest-0.7.so
c400dd
%{_libdir}/librest-extras-0.7.so
c400dd
%{_datadir}/gtk-doc/html/%{name}*0.7
c400dd
%{_datadir}/gir-1.0/Rest-0.7.gir
c400dd
%{_datadir}/gir-1.0/RestExtras-0.7.gir
c400dd
c400dd
%changelog
c400dd
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.8.1-11
c400dd
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
c400dd
  Related: rhbz#1991688
c400dd
c400dd
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.8.1-10
c400dd
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
c400dd
c400dd
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-9
c400dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
c400dd
c400dd
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-8
c400dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
c400dd
c400dd
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-7
c400dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
c400dd
c400dd
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-6
c400dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
c400dd
c400dd
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-5
c400dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
c400dd
c400dd
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-4
c400dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
c400dd
c400dd
* Thu Jun 07 2018 Debarshi Ray <rishi@fedoraproject.org> - 0.8.1-3
c400dd
- Fix the XML test
c400dd
c400dd
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-2
c400dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
c400dd
c400dd
* Tue Oct 17 2017 Debarshi Ray <rishi@fedoraproject.org> - 0.8.1-1
c400dd
- Update to 0.8.1
c400dd
c400dd
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-4
c400dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
c400dd
c400dd
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-3
c400dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
c400dd
c400dd
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-2
c400dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
c400dd
c400dd
* Mon Apr 18 2016 Christophe Fergeau <cfergeau@redhat.com> 0.8.0-1
c400dd
- Update to 0.8.0 upstream release
c400dd
c400dd
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.93-3
c400dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c400dd
c400dd
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.93-2
c400dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
c400dd
c400dd
* Wed Mar 18 2015 Kalev Lember <kalevlember@gmail.com> - 0.7.93-1
c400dd
- Update to 0.7.93
c400dd
- Tighten deps with the _isa macro
c400dd
- Don't manually require pkgconfig; rpmbuild generates this automatically
c400dd
- Use license macro for the COPYING file
c400dd
c400dd
* Fri Jan  9 2015 Debarshi Ray <rishi@fedoraproject.org> 0.7.92-6
c400dd
- Backport upstream patch to fix a memory error (GNOME #742644)
c400dd
c400dd
* Wed Sep  3 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.92-5
c400dd
- Update to 0.7.92
c400dd
c400dd
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.91-5
c400dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
c400dd
c400dd
* Wed Aug  6 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.91-4
c400dd
- Drop old patch that doesn't appear to be needed any more and causes build issues
c400dd
c400dd
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.7.91-3
c400dd
- Rebuilt for gobject-introspection 1.41.4
c400dd
c400dd
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.91-2
c400dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
c400dd
c400dd
* Tue Mar 11 2014 Richard Hughes <rhughes@redhat.com> - 0.7.91-1
c400dd
- Update to 0.7.91
c400dd
c400dd
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.90-5
c400dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
c400dd
c400dd
* Tue Jul 16 2013 Matthias Clasen <mclasen@redhat.com> 0.7.90-4
c400dd
- Rebuild with newer gtk-doc to fix multilib issue
c400dd
c400dd
* Sat Apr 13 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.90-3
c400dd
- Run autoreconf for aarch64 (RHBZ 926440)
c400dd
c400dd
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.90-2
c400dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
c400dd
c400dd
* Tue Aug 14 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.7.90-1
c400dd
- Release 0.7.90
c400dd
c400dd
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.12-3
c400dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c400dd
c400dd
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.12-2
c400dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c400dd
c400dd
* Thu Nov 10 2011 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.12-1
c400dd
- Release 0.7.12. Fixes CVE-2011-4129 RHBZ 752022
c400dd
c400dd
* Fri Oct 28 2011 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.11-1
c400dd
- Release 0.7.11
c400dd
c400dd
* Sun Apr 24 2011 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.10-1
c400dd
- Update to 0.7.10
c400dd
c400dd
* Sun Apr  3 2011 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.9-1
c400dd
- Update to 0.7.9
c400dd
c400dd
* Wed Mar 23 2011 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.8-1
c400dd
- Update to 0.7.8
c400dd
c400dd
* Tue Feb 22 2011 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.6-1
c400dd
- Update to 0.7.6
c400dd
c400dd
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-2
c400dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c400dd
c400dd
* Thu Nov 25 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.5-1
c400dd
- Update to 0.7.5
c400dd
- Now its on gnome we have official tar file releases
c400dd
c400dd
* Wed Sep 29 2010 jkeating - 0.7.3-2
c400dd
- Rebuilt for gcc bug 634757
c400dd
c400dd
* Wed Sep 15 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.3-1
c400dd
- Update to 0.7.3
c400dd
c400dd
* Mon Aug 30 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.2-1
c400dd
- Update to 0.7.2
c400dd
c400dd
* Thu Aug  5 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.0-1
c400dd
- Update to 0.7.0
c400dd
c400dd
* Sun Jul 11 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.4-1
c400dd
- Update to 0.6.4
c400dd
c400dd
* Wed May 12 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.3-2
c400dd
- some cleanups and fixes
c400dd
c400dd
* Wed May 12 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.3-1
c400dd
- Update to 0.6.3, update url and source details, enable introspection
c400dd
c400dd
* Mon Feb 15 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.1-4
c400dd
- Add patch to fix DSO linking. Fixes bug 564764
c400dd
c400dd
* Mon Jan 25 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.1-3
c400dd
- Bump build
c400dd
c400dd
* Mon Jan 25 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.1-2
c400dd
- Move to official tarball release of 0.6.1
c400dd
c400dd
* Sat Oct 10 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.1-1
c400dd
- New upstream 0.6.1 release
c400dd
c400dd
* Wed Aug 19 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.6-1
c400dd
- New upstream 0.6 release
c400dd
c400dd
* Fri Aug  7 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.5-3
c400dd
- A few minor spec file cleanups
c400dd
c400dd
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-2
c400dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c400dd
c400dd
* Tue Jul 14 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.5-1
c400dd
- Update to 0.5
c400dd
c400dd
* Mon Jun 22 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.4-1
c400dd
- Update to 0.4
c400dd
c400dd
* Wed Jun 17 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.3-1
c400dd
- Initial packaging