You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
192 lines
5.9 KiB
192 lines
5.9 KiB
1 year ago
|
## START: Set by rpmautospec
|
||
|
## (rpmautospec version 0.3.5)
|
||
|
## RPMAUTOSPEC: autorelease, autochangelog
|
||
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||
|
release_number = 2;
|
||
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||
|
print(release_number + base_release_number - 1);
|
||
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
||
|
## END: Set by rpmautospec
|
||
|
|
||
|
%global glib2_version 2.69.1
|
||
|
|
||
|
Name: libsoup3
|
||
|
Version: 3.4.2
|
||
|
Release: %autorelease
|
||
|
Summary: Soup, an HTTP library implementation
|
||
|
|
||
|
License: LGPL-2.0-or-later
|
||
|
URL: https://wiki.gnome.org/Projects/libsoup
|
||
|
Source0: https://download.gnome.org/sources/libsoup/3.4/libsoup-%{version}.tar.xz
|
||
|
|
||
|
BuildRequires: gcc
|
||
|
BuildRequires: gettext
|
||
|
BuildRequires: glib-networking
|
||
|
BuildRequires: gi-docgen >= 2021.1
|
||
|
BuildRequires: krb5-devel
|
||
|
BuildRequires: meson
|
||
|
BuildRequires: vala
|
||
|
BuildRequires: pkgconfig(glib-2.0)
|
||
|
BuildRequires: pkgconfig(gio-2.0)
|
||
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||
|
BuildRequires: pkgconfig(libbrotlidec)
|
||
|
BuildRequires: pkgconfig(libnghttp2)
|
||
|
BuildRequires: pkgconfig(libpsl)
|
||
|
BuildRequires: pkgconfig(sqlite3)
|
||
|
BuildRequires: pkgconfig(sysprof-capture-4)
|
||
|
BuildRequires: /usr/bin/ntlm_auth
|
||
|
|
||
|
Recommends: glib-networking%{?_isa} >= %{glib2_version}
|
||
|
|
||
|
%description
|
||
|
Libsoup is an HTTP library implementation in C. It was originally part
|
||
|
of a SOAP (Simple Object Access Protocol) implementation called Soup, but
|
||
|
the SOAP and non-SOAP parts have now been split into separate packages.
|
||
|
|
||
|
libsoup uses the Glib main loop and is designed to work well with GTK
|
||
|
applications. This enables GNOME applications to access HTTP servers
|
||
|
on the network in a completely asynchronous fashion, very similar to
|
||
|
the Gtk+ programming model (a synchronous operation mode is also
|
||
|
supported for those who want it), but the SOAP parts were removed
|
||
|
long ago.
|
||
|
|
||
|
%package devel
|
||
|
Summary: Header files for the Soup library
|
||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||
|
|
||
|
%description devel
|
||
|
Libsoup is an HTTP library implementation in C. This package allows
|
||
|
you to develop applications that use the libsoup library.
|
||
|
|
||
|
%package doc
|
||
|
Summary: Documentation files for %{name}
|
||
|
# Because web fonts from upstream are not bundled in the gi-docgen package,
|
||
|
# packages containing documentation generated with gi-docgen should depend on
|
||
|
# this metapackage to ensure the proper system fonts are present.
|
||
|
Recommends: gi-docgen-fonts
|
||
|
BuildArch: noarch
|
||
|
|
||
|
%description doc
|
||
|
This package contains developer documentation for %{name}.
|
||
|
|
||
|
%prep
|
||
|
%autosetup -p1 -n libsoup-%{version}
|
||
|
|
||
|
%build
|
||
|
%meson -Ddocs=enabled -Dtests=false -Dautobahn=disabled -Dpkcs11_tests=disabled
|
||
|
%meson_build
|
||
|
|
||
|
%install
|
||
|
%meson_install
|
||
|
install -m 644 -D tests/libsoup.supp %{buildroot}%{_datadir}/libsoup-3.0/libsoup.supp
|
||
|
|
||
|
%find_lang libsoup-3.0
|
||
|
|
||
|
%files -f libsoup-3.0.lang
|
||
|
%license COPYING
|
||
|
%doc README NEWS AUTHORS
|
||
|
%{_libdir}/libsoup-3.0.so.0*
|
||
|
%dir %{_libdir}/girepository-1.0
|
||
|
%{_libdir}/girepository-1.0/Soup-3.0.typelib
|
||
|
|
||
|
%files devel
|
||
|
%{_includedir}/libsoup-3.0
|
||
|
%{_libdir}/libsoup-3.0.so
|
||
|
%{_libdir}/pkgconfig/libsoup-3.0.pc
|
||
|
%dir %{_datadir}/libsoup-3.0
|
||
|
%{_datadir}/libsoup-3.0/libsoup.supp
|
||
|
%dir %{_datadir}/gir-1.0
|
||
|
%{_datadir}/gir-1.0/Soup-3.0.gir
|
||
|
%dir %{_datadir}/vala
|
||
|
%dir %{_datadir}/vala/vapi
|
||
|
%{_datadir}/vala/vapi/libsoup-3.0.deps
|
||
|
%{_datadir}/vala/vapi/libsoup-3.0.vapi
|
||
|
|
||
|
%files doc
|
||
|
%{_docdir}/libsoup-3.0/
|
||
|
|
||
|
%changelog
|
||
|
* Mon Jul 31 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 3.4.2-2
|
||
|
- Rebuilt for MSVSphere 9.2
|
||
|
|
||
|
* Tue May 02 2023 David King <amigadave@amigadave.com> - 3.4.2-2
|
||
|
- Drop reverted patch
|
||
|
|
||
|
* Tue May 02 2023 David King <amigadave@amigadave.com> - 3.4.2-1
|
||
|
- Update to 3.4.2
|
||
|
|
||
|
* Fri Apr 21 2023 Michael Catanzaro <mcatanzaro@redhat.com> - 3.4.1-2
|
||
|
- Add patch to maybe fix connection crashes?
|
||
|
|
||
|
* Fri Apr 21 2023 David King <amigadave@amigadave.com> - 3.4.1-1
|
||
|
- Update to 3.4.1
|
||
|
|
||
|
* Sat Mar 18 2023 W. Michael Petullo <mike@flyn.org> - 3.4.0-2
|
||
|
- Distribute libsoup.supp
|
||
|
|
||
|
* Fri Mar 17 2023 David King <amigadave@amigadave.com> - 3.4.0-1
|
||
|
- Update to 3.4.0
|
||
|
|
||
|
* Wed Mar 08 2023 Gwyn Ciesla <gwync@protonmail.com> - 3.3.1-2
|
||
|
- migrated to SPDX license
|
||
|
|
||
|
* Wed Feb 15 2023 David King <amigadave@amigadave.com> - 3.3.1-1
|
||
|
- Update to 3.3.1
|
||
|
|
||
|
* Mon Feb 06 2023 David King <amigadave@amigadave.com> - 3.3.0-1
|
||
|
- Update to 3.3.0
|
||
|
|
||
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.2-3
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||
|
|
||
|
* Fri Dec 16 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 3.2.2-2
|
||
|
- Ensure correct fonts are installed for HTML docs
|
||
|
|
||
|
* Thu Nov 03 2022 David King <amigadave@amigadave.com> - 3.2.2-1
|
||
|
- Update to 3.2.2
|
||
|
|
||
|
* Fri Oct 28 2022 David King <amigadave@amigadave.com> - 3.2.1-1
|
||
|
- Update to 3.2.1
|
||
|
|
||
|
* Mon Sep 26 2022 Kalev Lember <klember@redhat.com> - 3.2.0-2
|
||
|
- Backport upstream MR310 to fix gnome-maps crashes (#2129914)
|
||
|
|
||
|
* Fri Sep 16 2022 Kalev Lember <klember@redhat.com> - 3.2.0-1
|
||
|
- Update to 3.2.0
|
||
|
|
||
|
* Tue Sep 06 2022 Kalev Lember <klember@redhat.com> - 3.1.4-1
|
||
|
- Update to 3.1.4
|
||
|
|
||
|
* Mon Aug 15 2022 Kalev Lember <klember@redhat.com> - 3.1.3-1
|
||
|
- Update to 3.1.3
|
||
|
|
||
|
* Mon Aug 15 2022 Kalev Lember <klember@redhat.com> - 3.1.2-1
|
||
|
- Update to 3.1.2
|
||
|
|
||
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.1-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||
|
|
||
|
* Wed Jul 06 2022 David King <amigadave@amigadave.com> - 3.1.1-1
|
||
|
- Update to 3.1.1
|
||
|
|
||
|
* Wed Jul 06 2022 David King <amigadave@amigadave.com> - 3.0.7-1
|
||
|
- Update to 3.0.7
|
||
|
|
||
|
* Tue Apr 26 2022 Adam Williamson <awilliam@redhat.com> - 3.0.6-3
|
||
|
- Revert "Backport MR #281 to fix a crash (#2070240)"
|
||
|
|
||
|
* Tue Apr 26 2022 Adam Williamson <awilliam@redhat.com> - 3.0.6-2
|
||
|
- Backport MR #281 to fix a crash (#2070240)
|
||
|
|
||
|
* Fri Apr 01 2022 David King <amigadave@amigadave.com> - 3.0.6-1
|
||
|
- Update to 3.0.6
|
||
|
|
||
|
* Fri Mar 18 2022 David King <amigadave@amigadave.com> - 3.0.5-1
|
||
|
- Update to 3.0.5
|
||
|
|
||
|
* Tue Jan 25 2022 Patrick Griffis <tingping@fedoraproject.org> - 3.0.4-2
|
||
|
- Remove unecessary dependencies
|
||
|
|
||
|
* Wed Jan 19 2022 Gwyn Ciesla <gwync@protonmail.com> - 3.0.4-1
|
||
|
- Initial import.
|