diff --git a/libwnck.spec b/libwnck.spec index 6923e6d..9ae6e6b 100644 --- a/libwnck.spec +++ b/libwnck.spec @@ -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 3.32.0-1mamba +- update to 3.32.0 + * Tue Sep 02 2014 Automatic Build System 3.4.9-1mamba - automatic version update by autodist