automatic version update by autodist [release 2.68.3-1mamba;Wed Dec 04 2019]
This commit is contained in:
parent
a512b8dcc0
commit
a0823b0f98
21
libsoup.spec
21
libsoup.spec
@ -1,7 +1,7 @@
|
|||||||
%define apiversion 2.4
|
%define apiversion 2.4
|
||||||
%define majversion %(echo %version | cut -d. -f 1-2)
|
%define majversion %(echo %version | cut -d. -f 1-2)
|
||||||
Name: libsoup
|
Name: libsoup
|
||||||
Version: 2.62.3
|
Version: 2.68.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: An HTTP library implementation in C
|
Summary: An HTTP library implementation in C
|
||||||
@ -88,12 +88,14 @@ Requires: gtk-doc
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson \
|
||||||
%make
|
-Dgtk_doc=true
|
||||||
|
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
@ -113,8 +115,6 @@ Requires: gtk-doc
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/libsoup-%{apiversion}/%{name}/*.h
|
%{_includedir}/libsoup-%{apiversion}/%{name}/*.h
|
||||||
%{_includedir}/libsoup-gnome-%{apiversion}/%{name}/*.h
|
%{_includedir}/libsoup-gnome-%{apiversion}/%{name}/*.h
|
||||||
%{_libdir}/*.a
|
|
||||||
%{_libdir}/*.la
|
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_datadir}/gir-1.0/Soup*-*.gir
|
%{_datadir}/gir-1.0/Soup*-*.gir
|
||||||
%{_datadir}/vala/vapi/libsoup-*.deps
|
%{_datadir}/vala/vapi/libsoup-*.deps
|
||||||
@ -127,6 +127,15 @@ Requires: gtk-doc
|
|||||||
%{_datadir}/gtk-doc/html/%{name}-%{apiversion}/
|
%{_datadir}/gtk-doc/html/%{name}-%{apiversion}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 04 2019 Automatic Build System <autodist@mambasoft.it> 2.68.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Oct 09 2019 Automatic Build System <autodist@mambasoft.it> 2.68.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Oct 04 2019 Automatic Build System <autodist@mambasoft.it> 2.68.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Aug 10 2018 Automatic Build System <autodist@mambasoft.it> 2.62.3-1mamba
|
* Fri Aug 10 2018 Automatic Build System <autodist@mambasoft.it> 2.62.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user