update to 3.32.0 [release 3.32.0-1mamba;Fri Nov 01 2019]

This commit is contained in:
Silvan Calarco 2024-01-06 06:08:44 +01:00
parent daae1949ba
commit 66e9e4a6b3

View File

@ -1,7 +1,7 @@
%define apiver %(echo %version | cut -d. -f 1).0
%define majver %(echo %version | cut -d. -f 1-2)
Name: libwnck
Version: 3.4.9
Version: 3.32.0
Release: 1mamba
Summary: libwnck implements pagers, tasklists, and other such things
Group: System/Libraries
@ -71,12 +71,14 @@ Requires: gtk-doc
%setup -q
%build
%configure --enable-gtk-doc
%make
%meson \
-Dgtk-doc=true
%meson_build
%install
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%makeinstall
%meson_install
rm -f %{buildroot}%{_libdir}/*.la
@ -105,11 +107,14 @@ rm -f %{buildroot}%{_libdir}/*.la
%{_includedir}/libwnck-?.?/libwnck/*.h
%doc ChangeLog NEWS README
%files apidocs
%defattr(-,root,root)
%{_datadir}/gtk-doc/html/%{name}-%{apiver}/
#%files apidocs
#%defattr(-,root,root)
#%{_datadir}/gtk-doc/html/%{name}-%{apiver}/
%changelog
* Fri Nov 01 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.32.0-1mamba
- update to 3.32.0
* Tue Sep 02 2014 Automatic Build System <autodist@mambasoft.it> 3.4.9-1mamba
- automatic version update by autodist