Blame SPECS/rest.spec

f22654
Name:          rest
f22654
Version:       0.8.1
f22654
Release:       2%{?dist}
f22654
Summary:       A library for access to RESTful web services
f22654
f22654
License:       LGPLv2
f22654
URL:           http://www.gnome.org
f22654
Source0:       http://download.gnome.org/sources/%{name}/0.8/%{name}-%{version}.tar.xz
f22654
f22654
# https://bugzilla.redhat.com/show_bug.cgi?id=1445700
f22654
Patch0:        rest-0.8.0-fix-the-XML-test.patch
f22654
f22654
BuildRequires: glib2-devel
f22654
BuildRequires: gobject-introspection-devel
f22654
BuildRequires: libsoup-devel
f22654
BuildRequires: libxml2-devel
f22654
BuildRequires: gtk-doc
f22654
BuildRequires: autoconf
f22654
BuildRequires: automake
f22654
BuildRequires: libtool
f22654
f22654
%description
f22654
This library was designed to make it easier to access web services that
f22654
claim to be "RESTful". A RESTful service should have urls that represent 
f22654
remote objects, which methods can then be called on. The majority of services 
f22654
don't actually adhere to this strict definition. Instead, their RESTful end 
f22654
point usually has an API that is just simpler to use compared to other types 
f22654
of APIs they may support (XML-RPC, for instance). It is this kind of API that 
f22654
this library is attempting to support.
f22654
f22654
%package devel
f22654
Summary: Development package for %{name}
f22654
Requires: %{name}%{?_isa} = %{version}-%{release}
f22654
f22654
%description devel
f22654
Files for development with %{name}.
f22654
f22654
%prep
f22654
%setup -q
f22654
%patch0 -p1
f22654
f22654
%build
f22654
autoreconf -vif
f22654
%configure --disable-static --enable-gtk-doc --enable-introspection=yes
f22654
f22654
make %{?_smp_mflags} V=1
f22654
f22654
%install
f22654
make install DESTDIR=%{buildroot} INSTALL='install -p'
f22654
f22654
#Remove libtool archives.
f22654
find %{buildroot} -type f -name "*.la" -delete
f22654
f22654
%post -p /sbin/ldconfig
f22654
f22654
%postun -p /sbin/ldconfig
f22654
f22654
%files
f22654
%license COPYING
f22654
%doc AUTHORS README
f22654
%{_libdir}/librest-0.7.so.0
f22654
%{_libdir}/librest-0.7.so.0.0.0
f22654
%{_libdir}/librest-extras-0.7.so.0
f22654
%{_libdir}/librest-extras-0.7.so.0.0.0
f22654
%{_libdir}/girepository-1.0/Rest-0.7.typelib
f22654
%{_libdir}/girepository-1.0/RestExtras-0.7.typelib
f22654
f22654
%files devel
f22654
%{_includedir}/rest-0.7
f22654
%{_libdir}/pkgconfig/rest*
f22654
%{_libdir}/librest-0.7.so
f22654
%{_libdir}/librest-extras-0.7.so
f22654
%{_datadir}/gtk-doc/html/%{name}*0.7
f22654
%{_datadir}/gir-1.0/Rest-0.7.gir
f22654
%{_datadir}/gir-1.0/RestExtras-0.7.gir
f22654
f22654
%changelog
f22654
* Thu Jun 07 2018 Debarshi Ray <rishi@fedoraproject.org> - 0.8.1-2
f22654
- Restore fix for the XML test
f22654
Resolves: #1570023
f22654
f22654
* Tue Oct 17 2017 Debarshi Ray <rishi@fedoraproject.org> - 0.8.1-1
f22654
- Update to 0.8.1
f22654
Resolves: #1570023
f22654
f22654
* Tue Oct 17 2017 Debarshi Ray <rishi@fedoraproject.org> - 0.8.0-2
f22654
- Fix the XML test
f22654
Resolves: #1445700
f22654
f22654
* Wed Sep 28 2016 Kalev Lember <klember@redhat.com> - 0.8.0-1
f22654
- Update to 0.8.0
f22654
Resolves: #1387040
f22654
f22654
* Mon May 02 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.7.92-5
f22654
- Add rest_proxy_auth_cancel for cancelling authentication
f22654
Resolves: #1331101
f22654
f22654
* Mon May 02 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.7.92-4
f22654
- Fix tests/custom-serialize and tests/threaded
f22654
Resolves: #1271197
f22654
f22654
* Thu Sep 17 2015 Debarshi Ray <rishi@fedoraproject.org> - 0.7.92-3
f22654
- Fix tests/proxy-continuous
f22654
Resolves: #1250935
f22654
f22654
* Mon Apr 27 2015 Debarshi Ray <rishi@fedoraproject.org> - 0.7.92-2
f22654
- Fix memory error due to implicit declaration of rest_proxy_call_get_url
f22654
Resolves: #1183982
f22654
f22654
* Mon Sep  8 2014 Debarshi Ray <rishi@fedoraproject.org> - 0.7.92-1
f22654
- Update to 0.7.92
f22654
Resolves: #1136793
f22654
f22654
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.7.90-7
f22654
- Mass rebuild 2014-01-24
f22654
f22654
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.7.90-6
f22654
- Mass rebuild 2013-12-27
f22654
f22654
* Wed Oct 16 2013 Debarshi Ray <rishi@fedoraproject.org> 0.7.90-5
f22654
- Attempt another rebuild to fix multilib issue with gtk-doc (Red Hat #881246)
f22654
f22654
* Tue Jul 16 2013 Matthias Clasen <mclasen@redhat.com> 0.7.90-4
f22654
- Rebuild with newer gtk-doc to fix multilib issue
f22654
f22654
* Sat Apr 13 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.90-3
f22654
- Run autoreconf for aarch64 (RHBZ 926440)
f22654
f22654
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.90-2
f22654
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f22654
f22654
* Tue Aug 14 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.7.90-1
f22654
- Release 0.7.90
f22654
f22654
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.12-3
f22654
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f22654
f22654
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.12-2
f22654
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f22654
f22654
* Thu Nov 10 2011 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.12-1
f22654
- Release 0.7.12. Fixes CVE-2011-4129 RHBZ 752022
f22654
f22654
* Fri Oct 28 2011 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.11-1
f22654
- Release 0.7.11
f22654
f22654
* Sun Apr 24 2011 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.10-1
f22654
- Update to 0.7.10
f22654
f22654
* Sun Apr  3 2011 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.9-1
f22654
- Update to 0.7.9
f22654
f22654
* Wed Mar 23 2011 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.8-1
f22654
- Update to 0.7.8
f22654
f22654
* Tue Feb 22 2011 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.6-1
f22654
- Update to 0.7.6
f22654
f22654
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-2
f22654
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f22654
f22654
* Thu Nov 25 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.5-1
f22654
- Update to 0.7.5
f22654
- Now its on gnome we have official tar file releases
f22654
f22654
* Wed Sep 29 2010 jkeating - 0.7.3-2
f22654
- Rebuilt for gcc bug 634757
f22654
f22654
* Wed Sep 15 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.3-1
f22654
- Update to 0.7.3
f22654
f22654
* Mon Aug 30 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.2-1
f22654
- Update to 0.7.2
f22654
f22654
* Thu Aug  5 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.7.0-1
f22654
- Update to 0.7.0
f22654
f22654
* Sun Jul 11 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.4-1
f22654
- Update to 0.6.4
f22654
f22654
* Wed May 12 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.3-2
f22654
- some cleanups and fixes
f22654
f22654
* Wed May 12 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.3-1
f22654
- Update to 0.6.3, update url and source details, enable introspection
f22654
f22654
* Mon Feb 15 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.1-4
f22654
- Add patch to fix DSO linking. Fixes bug 564764
f22654
f22654
* Mon Jan 25 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.1-3
f22654
- Bump build
f22654
f22654
* Mon Jan 25 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.1-2
f22654
- Move to official tarball release of 0.6.1
f22654
f22654
* Sat Oct 10 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.6.1-1
f22654
- New upstream 0.6.1 release
f22654
f22654
* Wed Aug 19 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.6-1
f22654
- New upstream 0.6 release
f22654
f22654
* Fri Aug  7 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.5-3
f22654
- A few minor spec file cleanups
f22654
f22654
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-2
f22654
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f22654
f22654
* Tue Jul 14 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.5-1
f22654
- Update to 0.5
f22654
f22654
* Mon Jun 22 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.4-1
f22654
- Update to 0.4
f22654
f22654
* Wed Jun 17 2009 Peter Robinson <pbrobinson@fedoraproject.org> 0.3-1
f22654
- Initial packaging