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