update to 0.9.0 [release 0.9.0-1mamba;Sat Nov 26 2022]
This commit is contained in:
parent
3ba5a43bac
commit
a87429b5ec
@ -1,26 +1,19 @@
|
||||
Name: uhttpmock
|
||||
Version: 0.5.3
|
||||
Version: 0.9.0
|
||||
Release: 1mamba
|
||||
Summary: A library which implements recording and playback of HTTP request–response traces
|
||||
Group: Applications/Networking
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://gitorious.org/uhttpmock
|
||||
Source: http://tecnocode.co.uk/downloads/uhttpmock/uhttpmock-%{version}.tar.xz
|
||||
URL: https://gitlab.freedesktop.org/pwithnall/uhttpmock
|
||||
Source: https://gitlab.freedesktop.org/pwithnall/uhttpmock.git/%{version}/uhttpmock-%{version}.tar.bz2
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
uhttpmock is a project for mocking web service APIs which use HTTP or HTTPS. It provides a library, libuhttpmock, which implements recording and playback of HTTP request–response traces.
|
||||
@ -55,12 +48,14 @@ This package includes the %{name} API documentation.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --enable-gtk-doc
|
||||
%make
|
||||
%meson
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%meson_install
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -70,29 +65,31 @@ This package includes the %{name} API documentation.
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libuhttpmock-0.0.so.*
|
||||
%{_libdir}/girepository-1.0/Uhm-0.0.typelib
|
||||
%{_libdir}/libuhttpmock-1.0.so.*
|
||||
%{_libdir}/girepository-1.0/Uhm-1.0.typelib
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/libuhttpmock-0.0
|
||||
%dir %{_includedir}/libuhttpmock-0.0/uhttpmock
|
||||
%{_includedir}/libuhttpmock-0.0/uhttpmock/uhm*.h
|
||||
%{_libdir}/libuhttpmock-0.0.a
|
||||
%{_libdir}/libuhttpmock-0.0.la
|
||||
%{_libdir}/libuhttpmock-0.0.so
|
||||
%{_libdir}/pkgconfig/libuhttpmock-0.0.pc
|
||||
%{_datadir}/gir-1.0/Uhm-0.0.gir
|
||||
%{_datadir}/vala/vapi/libuhttpmock-0.0.deps
|
||||
%{_datadir}/vala/vapi/libuhttpmock-0.0.vapi
|
||||
%doc NEWS README
|
||||
%dir %{_includedir}/libuhttpmock-1.0
|
||||
%dir %{_includedir}/libuhttpmock-1.0/uhttpmock
|
||||
%{_includedir}/libuhttpmock-1.0/uhttpmock/uhm*.h
|
||||
%{_libdir}/libuhttpmock-1.0.so
|
||||
%{_libdir}/pkgconfig/libuhttpmock-1.0.pc
|
||||
%{_datadir}/gir-1.0/Uhm-1.0.gir
|
||||
%{_datadir}/vala/vapi/libuhttpmock-1.0.deps
|
||||
%{_datadir}/vala/vapi/libuhttpmock-1.0.vapi
|
||||
#%doc NEWS README
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/gtk-doc/html/libuhttpmock-0.0
|
||||
%{_datadir}/gtk-doc/html/libuhttpmock-0.0/*
|
||||
%dir %{_datadir}/gtk-doc/html/libuhttpmock-1.0
|
||||
%{_datadir}/gtk-doc/html/libuhttpmock-1.0/*
|
||||
|
||||
%changelog
|
||||
* Sat Nov 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-1mamba
|
||||
- update to 0.9.0
|
||||
|
||||
* Wed Oct 21 2020 Automatic Build System <autodist@mambasoft.it> 0.5.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user