Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9a8ce56d02 |
3 changed files with 16 additions and 15 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
|||
/uhttpmock-0.3.1.tar.xz
|
||||
/uhttpmock-0.3.3.tar.xz
|
||||
/uhttpmock-0.5.0.tar.xz
|
||||
/uhttpmock-0.5.5.tar.bz2
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
ebc54cbbe9b6695282a179af223fe374 uhttpmock-0.5.0.tar.xz
|
||||
SHA512 (uhttpmock-0.5.5.tar.bz2) = 0fa6e03095c7b66ebd02736b95222b66e1232e5854839a352ee2ec59822ab027bdcf6c871b23433da46725a9807232b0b6bdd0c4cb8a59a23604787acd3d5f0f
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
%global glib2_version 2.31.0
|
||||
%global libsoup_version 2.37.91
|
||||
%global glib2_version 2.38.0
|
||||
%global libsoup_version 2.47.3
|
||||
|
||||
# Packagers: This is the API version of libuhttpmock, as it allows
|
||||
# for parallel installation of different major API versions (e.g. like
|
||||
|
|
@ -7,14 +7,14 @@
|
|||
%global uhm_api_version 0.0
|
||||
|
||||
Name: uhttpmock
|
||||
Version: 0.5.0
|
||||
Release: 15%{?dist}
|
||||
Version: 0.5.5
|
||||
Release: 1%{?dist}
|
||||
Summary: HTTP web service mocking library
|
||||
License: LGPLv2
|
||||
URL: https://gitlab.com/groups/uhttpmock
|
||||
Source0: https://tecnocode.co.uk/downloads/uhttpmock/uhttpmock-%{version}.tar.xz
|
||||
Source0: https://gitlab.freedesktop.org/pwithnall/uhttpmock/-/archive/%{version}/uhttpmock-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: meson
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: libsoup-devel >= %{libsoup_version}
|
||||
BuildRequires: intltool
|
||||
|
|
@ -42,18 +42,14 @@ developing applications that use %{name}.
|
|||
%setup -q
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--enable-gtk-doc \
|
||||
--enable-introspection \
|
||||
--enable-vala=yes \
|
||||
--disable-static
|
||||
make %{?_smp_mflags}
|
||||
%meson -Dgtk_doc=true -Dintrospection=true -Dvapi=enabled
|
||||
%meson_build
|
||||
|
||||
%check
|
||||
make check
|
||||
%meson_test
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
%meson_install
|
||||
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
|
||||
|
|
@ -75,6 +71,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||
%doc %{_datadir}/gtk-doc/html/libuhttpmock-%{uhm_api_version}/
|
||||
|
||||
%changelog
|
||||
* Mon Jul 11 2022 Bastien Nocera <bnocera@redhat.com> - 0.5.5-1
|
||||
+ uhttpmock-0.5.5-1
|
||||
- Update to 0.5.5
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue