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