From 62a8103d19932532a8642e0846fd98f5120eaf46 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 04:34:56 +0100 Subject: [PATCH] automatic version update by autodist [release 3.28.2-1mamba;Sun Jul 29 2018] --- libgweather.spec | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/libgweather.spec b/libgweather.spec index 13b4713..d8fb367 100644 --- a/libgweather.spec +++ b/libgweather.spec @@ -1,7 +1,7 @@ %define apiver %(echo %version | cut -d. -f 1).0 %define majver %(echo %version | cut -d. -f 1-2) Name: libgweather -Version: 3.26.1 +Version: 3.28.2 Release: 1mamba Summary: GNOME weather library Group: System/Libraries @@ -68,12 +68,14 @@ This package contains static libraries and header files need for development. %setup -q %build -%configure -%make -j1 +%meson + +%meson_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall +export DESTDIR=%{buildroot} +%meson_install %find_lang %{name}-locations %find_lang %{name}-%{apiver} @@ -104,15 +106,18 @@ cat %{name}-locations.lang >> %{name}-%{apiver}.lang %defattr(-,root,root) %{_includedir}/libgweather-%{apiver}/libgweather/*.h %{_datadir}/glade/catalogs/libgweather.xml -%{_datadir}/gtk-doc/html/libgweather-%{apiver}/* -%{_libdir}/libgweather-3.la +#%{_datadir}/gtk-doc/html/libgweather-%{apiver}/* +#%{_libdir}/libgweather-3.la %{_libdir}/libgweather-3.so -%{_datadir}/vala/vapi/gweather-3.0.vapi +%{_datadir}/vala/vapi/gweather-3.0.* %{_datadir}/gir-1.0/GWeather-3.0.gir %{_libdir}/pkgconfig/*.pc %doc NEWS README %changelog +* Sun Jul 29 2018 Automatic Build System 3.28.2-1mamba +- automatic version update by autodist + * Tue Dec 19 2017 Automatic Build System 3.26.1-1mamba - automatic update by autodist