2024-01-06 04:34:56 +01:00
|
|
|
#% define apiver %(echo %version | cut -d. -f 1).0
|
2024-01-06 04:34:56 +01:00
|
|
|
%define apiver 4.0
|
2024-01-06 04:34:56 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f 1)
|
2024-01-06 04:34:55 +01:00
|
|
|
Name: libgweather
|
2024-01-06 04:34:56 +01:00
|
|
|
Epoch: 1
|
2024-01-06 04:34:56 +01:00
|
|
|
Version: 4.2.0
|
2024-01-06 04:34:56 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 04:34:55 +01:00
|
|
|
Summary: GNOME weather library
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 04:34:56 +01:00
|
|
|
URL: https://www.gnome.org/
|
2024-01-06 04:34:56 +01:00
|
|
|
Source: https://gitlab.gnome.org/GNOME/libgweather.git/%{version}/libgweather-%{version}.tar.bz2
|
2024-01-06 04:34:55 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 04:34:56 +01:00
|
|
|
BuildRequires: libgeocode-glib-2-devel
|
2024-01-06 04:34:55 +01:00
|
|
|
BuildRequires: libglib-devel
|
2024-01-06 04:34:56 +01:00
|
|
|
BuildRequires: libjson-glib-devel
|
|
|
|
BuildRequires: libsoup-devel
|
2024-01-06 04:34:55 +01:00
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: glade-devel
|
2024-01-06 04:34:56 +01:00
|
|
|
BuildRequires: libgeocode-glib-2-devel
|
2024-01-06 04:34:55 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
GNOME weather library.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Devel package for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
GNOME weather library.
|
2024-01-06 04:34:56 +01:00
|
|
|
This package contains static libraries and header files needed for development.
|
|
|
|
|
2024-01-06 04:34:56 +01:00
|
|
|
%package apidocs
|
|
|
|
Summary: %{name} API documentation
|
|
|
|
Group: Documentation
|
|
|
|
Requires: gtk-doc
|
|
|
|
|
|
|
|
%description apidocs
|
|
|
|
%{name} API documentation.
|
|
|
|
|
2024-01-06 04:34:56 +01:00
|
|
|
%debug_package
|
2024-01-06 04:34:55 +01:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-01-06 04:34:56 +01:00
|
|
|
%meson
|
|
|
|
|
|
|
|
%meson_build
|
2024-01-06 04:34:55 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 04:34:56 +01:00
|
|
|
%meson_install
|
2024-01-06 04:34:55 +01:00
|
|
|
|
2024-01-06 04:34:56 +01:00
|
|
|
%find_lang %{name} --all-name
|
2024-01-06 04:34:55 +01:00
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-01-06 04:34:56 +01:00
|
|
|
%files -f %{name}.lang
|
2024-01-06 04:34:55 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-06 04:34:56 +01:00
|
|
|
%{_libdir}/libgweather-4.so.*
|
|
|
|
%{_libdir}/girepository-1.0/GWeather-4.0.typelib
|
|
|
|
%dir %{_libdir}/libgweather-4
|
|
|
|
%{_libdir}/libgweather-4/Locations.bin
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.GWeather4.enums.xml
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.GWeather4.gschema.xml
|
|
|
|
%dir %{_datadir}/libgweather-4
|
|
|
|
%{_datadir}/libgweather-4/*
|
2024-01-06 04:34:55 +01:00
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 04:34:56 +01:00
|
|
|
%dir %{_includedir}/libgweather-%{apiver}
|
|
|
|
%dir %{_includedir}/libgweather-%{apiver}/libgweather
|
2024-01-06 04:34:55 +01:00
|
|
|
%{_includedir}/libgweather-%{apiver}/libgweather/*.h
|
2024-01-06 04:34:56 +01:00
|
|
|
%{_libdir}/libgweather-4.so
|
|
|
|
%{_datadir}/vala/vapi/gweather4.*
|
|
|
|
%{_datadir}/gir-1.0/GWeather-4.0.gir
|
2024-01-06 04:34:55 +01:00
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2024-01-06 04:34:56 +01:00
|
|
|
#%doc NEWS
|
|
|
|
|
|
|
|
%files apidocs
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_docdir}/libgweather-%{apiver}
|
|
|
|
%{_docdir}/libgweather-%{apiver}/*
|
2024-01-06 04:34:55 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 04:34:56 +01:00
|
|
|
* Tue Nov 08 2022 Automatic Build System <autodist@mambasoft.it> 4.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:34:56 +01:00
|
|
|
* Fri Jun 24 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.0-1mamba
|
|
|
|
- update to 4.0.0
|
|
|
|
|
2024-01-06 04:34:56 +01:00
|
|
|
* Tue May 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 40.0-1mamba
|
|
|
|
- update to 40.0
|
|
|
|
|
2024-01-06 04:34:56 +01:00
|
|
|
* Fri Jun 19 2020 Automatic Build System <autodist@mambasoft.it> 3.36.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:34:56 +01:00
|
|
|
* Tue Mar 10 2020 Automatic Build System <autodist@mambasoft.it> 3.36.0-4mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Mar 10 2020 Automatic Build System <autodist@mambasoft.it> 3.36.0-3mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Mar 09 2020 Automatic Build System <autodist@mambasoft.it> 3.36.0-2mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Mar 09 2020 Automatic Build System <autodist@mambasoft.it> 3.36.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Oct 08 2019 Automatic Build System <autodist@mambasoft.it> 3.34.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Sep 20 2019 Automatic Build System <autodist@mambasoft.it> 3.33.92-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:34:56 +01:00
|
|
|
* Fri Jul 05 2019 Automatic Build System <autodist@mambasoft.it> 3.32.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:34:56 +01:00
|
|
|
* Thu Mar 21 2019 Automatic Build System <autodist@mambasoft.it> 3.32.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:34:56 +01:00
|
|
|
* Sat Mar 16 2019 Automatic Build System <autodist@mambasoft.it> 3.32.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:34:56 +01:00
|
|
|
* Sat Feb 23 2019 Automatic Build System <autodist@mambasoft.it> 3.28.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:34:56 +01:00
|
|
|
* Sun Jul 29 2018 Automatic Build System <autodist@mambasoft.it> 3.28.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:34:56 +01:00
|
|
|
* Tue Dec 19 2017 Automatic Build System <autodist@mambasoft.it> 3.26.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 04:34:56 +01:00
|
|
|
* Fri Oct 06 2017 Automatic Build System <autodist@mambasoft.it> 3.26.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:34:56 +01:00
|
|
|
* Fri Jul 07 2017 Automatic Build System <autodist@mambasoft.it> 3.24.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:34:56 +01:00
|
|
|
* Thu Dec 22 2016 Automatic Build System <autodist@mambasoft.it> 3.20.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:34:56 +01:00
|
|
|
* Mon Aug 29 2016 Automatic Build System <autodist@mambasoft.it> 3.20.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:34:56 +01:00
|
|
|
* Tue Aug 16 2016 Automatic Build System <autodist@mambasoft.it> 3.20.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:34:56 +01:00
|
|
|
* Tue May 10 2016 Automatic Build System <autodist@mambasoft.it> 3.20.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:34:56 +01:00
|
|
|
* Sat Apr 09 2016 Automatic Build System <autodist@mambasoft.it> 3.20.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:34:56 +01:00
|
|
|
* Mon Oct 12 2015 Automatic Build System <autodist@mambasoft.it> 3.18.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Oct 09 2015 Automatic Build System <autodist@mambasoft.it> 3.18.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:34:56 +01:00
|
|
|
* Tue Apr 14 2015 Automatic Build System <autodist@mambasoft.it> 3.16.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Apr 09 2015 Automatic Build System <autodist@mambasoft.it> 3.16.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:34:55 +01:00
|
|
|
* Thu Feb 12 2015 Automatic Build System <autodist@mambasoft.it> 3.14.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:34:55 +01:00
|
|
|
* Wed Dec 24 2014 Automatic Build System <autodist@mambasoft.it> 3.14.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Oct 16 2014 Automatic Build System <autodist@mambasoft.it> 3.14.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Oct 03 2014 Automatic Build System <autodist@mambasoft.it> 3.14.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Jul 15 2014 Automatic Build System <autodist@mambasoft.it> 3.13.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Apr 30 2014 Automatic Build System <autodist@mambasoft.it> 3.13.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:34:55 +01:00
|
|
|
* Tue Apr 15 2014 Automatic Build System <autodist@mambasoft.it> 3.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Mar 26 2014 Automatic Build System <autodist@mambasoft.it> 3.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:34:55 +01:00
|
|
|
* Sun Feb 02 2014 Automatic Build System <autodist@mambasoft.it> 3.10.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Oct 29 2013 Automatic Build System <autodist@mambasoft.it> 3.10.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue May 14 2013 Automatic Build System <autodist@mambasoft.it> 3.8.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Apr 16 2013 Automatic Build System <autodist@mambasoft.it> 3.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Mar 27 2013 Automatic Build System <autodist@mambasoft.it> 3.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Nov 13 2012 Automatic Build System <autodist@mambasoft.it> 3.6.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Oct 15 2012 Automatic Build System <autodist@mambasoft.it> 3.6.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Sep 27 2012 Automatic Build System <autodist@mambasoft.it> 3.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Apr 01 2012 Automatic Build System <autodist@mambasoft.it> 3.4.1-1mamba
|
|
|
|
- update to 3.4.1
|
|
|
|
|
|
|
|
* Tue Oct 25 2011 Automatic Build System <autodist@mambasoft.it> 3.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Oct 01 2011 Automatic Build System <autodist@mambasoft.it> 3.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Jul 24 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.2-2mamba
|
|
|
|
- rebuilt against recent libproxy
|
|
|
|
|
|
|
|
* Tue May 24 2011 Automatic Build System <autodist@mambasoft.it> 3.0.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Thu Apr 07 2011 Automatic Build System <autodist@mambasoft.it> 3.0.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Sep 27 2010 Automatic Build System <autodist@mambasoft.it> 2.30.3-1mamba
|
|
|
|
- automatic update to 2.30.3 by autodist
|
|
|
|
|
|
|
|
* Tue Jun 22 2010 Automatic Build System <autodist@mambasoft.it> 2.30.2-1mamba
|
|
|
|
- automatic update to 2.30.2 by autodist
|
|
|
|
|
|
|
|
* Sun May 30 2010 Automatic Build System <autodist@mambasoft.it> 2.30.0-1mamba
|
|
|
|
- automatic update to 2.30.0 by autodist
|
|
|
|
|
|
|
|
* Fri Sep 25 2009 Automatic Build System <autodist@mambasoft.it> 2.28.0-1mamba
|
|
|
|
- automatic update to 2.28.0 by autodist
|
|
|
|
|
|
|
|
* Thu Jul 02 2009 Automatic Build System <autodist@mambasoft.it> 2.26.2.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri Apr 17 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.26.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri Mar 27 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.26.0-1mamba
|
|
|
|
- automatic update to 2.26.0 by autodist
|
|
|
|
|
|
|
|
* Thu Jan 22 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.24.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri Sep 26 2008 gil <puntogil@libero.it> 2.24.0-1mamba
|
|
|
|
- update to 2.24.0
|
|
|
|
|
|
|
|
* Tue Apr 22 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.22.1.2-1mamba
|
|
|
|
- package created by autospec
|