automatic version update by autodist [release 3.32.0-1mamba;Sun Mar 24 2019]

This commit is contained in:
Automatic Build System 2024-01-05 23:11:17 +01:00
parent 236ae9f630
commit fd51daf068

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f 1-2) %define majver %(echo %version | cut -d. -f 1-2)
Name: gnome-desktop Name: gnome-desktop
Version: 3.30.2.1 Version: 3.32.0
Release: 1mamba Release: 1mamba
Summary: Libraries for the Gnome desktop Summary: Libraries for the Gnome desktop
Group: System/Libraries Group: System/Libraries
@ -82,14 +82,19 @@ Requires: gtk-doc
%setup -q %setup -q
%build %build
%configure \ %meson \
--with-gnome-distributor="openmamba" \ -Dgtk_doc=true
--disable-scrollkeeper
%make #% configure \
# --with-gnome-distributor="openmamba" \
# --disable-scrollkeeper
%meson_build
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall export DESTDIR=%{buildroot}
%meson_install
# stuff we don't want # stuff we don't want
rm -rf %{buildroot}/var/scrollkeeper rm -rf %{buildroot}/var/scrollkeeper
@ -117,7 +122,6 @@ rm -rf %{buildroot}/var/scrollkeeper
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/*.la
%{_libdir}/pkgconfig/gnome-desktop*.pc %{_libdir}/pkgconfig/gnome-desktop*.pc
%dir %{_includedir}/gnome-desktop-3.0 %dir %{_includedir}/gnome-desktop-3.0
%{_includedir}/gnome-desktop-3.0/* %{_includedir}/gnome-desktop-3.0/*
@ -128,6 +132,9 @@ rm -rf %{buildroot}/var/scrollkeeper
%{_datadir}/gtk-doc/html/%{name}3/ %{_datadir}/gtk-doc/html/%{name}3/
%changelog %changelog
* Sun Mar 24 2019 Automatic Build System <autodist@mambasoft.it> 3.32.0-1mamba
- automatic version update by autodist
* Wed Feb 06 2019 Automatic Build System <autodist@mambasoft.it> 3.30.2.1-1mamba * Wed Feb 06 2019 Automatic Build System <autodist@mambasoft.it> 3.30.2.1-1mamba
- automatic version update by autodist - automatic version update by autodist