automatic version update by autodist [release 3.28.2-1mamba;Sun Jul 29 2018]

This commit is contained in:
Automatic Build System 2024-01-06 04:34:56 +01:00
parent 6023e2e59d
commit 62a8103d19

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: 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 <autodist@mambasoft.it> 3.28.2-1mamba
- automatic version update by autodist
* Tue Dec 19 2017 Automatic Build System <autodist@mambasoft.it> 3.26.1-1mamba
- automatic update by autodist