Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libgweather.git#586dc818aad0dbe7b89491f991c27c0b5c24943f
This commit is contained in:
parent
431e69e7f6
commit
b06219e37a
1
.gitignore
vendored
1
.gitignore
vendored
@ -87,3 +87,4 @@ libgweather-2.30.0.tar.bz2
|
||||
/libgweather-3.34.0.tar.xz
|
||||
/libgweather-3.36.0.tar.xz
|
||||
/libgweather-3.36.1.tar.xz
|
||||
/libgweather-40.alpha.tar.xz
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
Name: libgweather
|
||||
Version: 3.36.1
|
||||
Release: 3%{?dist}
|
||||
Version: 40~alpha
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for weather information
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/LibGWeather
|
||||
Source0: https://download.gnome.org/sources/libgweather/3.36/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/libgweather/40/%{name}-40.alpha.tar.xz
|
||||
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gtk-doc
|
||||
@ -14,8 +14,9 @@ BuildRequires: pkgconfig(geocode-glib-1.0)
|
||||
BuildRequires: pkgconfig(gladeui-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.13.5
|
||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.34
|
||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.44.0
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.6.0
|
||||
BuildRequires: python3-gobject-base
|
||||
BuildRequires: vala
|
||||
|
||||
%description
|
||||
@ -31,7 +32,7 @@ The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%autosetup -p1 -n libgweather-40.alpha
|
||||
|
||||
%build
|
||||
%meson -Dgtk_doc=true
|
||||
@ -43,10 +44,12 @@ developing applications that use %{name}.
|
||||
%find_lang %{name} --all-name
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc HACKING NEWS README.md
|
||||
%doc HACKING.md NEWS README.md
|
||||
%license COPYING
|
||||
%{_libdir}/libgweather-3.so.16*
|
||||
%{_libdir}/girepository-1.0/GWeather-3.0.typelib
|
||||
%dir %{_libdir}/libgweather
|
||||
%{_libdir}/libgweather/Locations.bin
|
||||
%dir %{_datadir}/libgweather
|
||||
%{_datadir}/libgweather/Locations.xml
|
||||
%{_datadir}/libgweather/locations.dtd
|
||||
@ -70,6 +73,9 @@ developing applications that use %{name}.
|
||||
%{_datadir}/vala/vapi/gweather-3.0.vapi
|
||||
|
||||
%changelog
|
||||
* Tue Jan 19 2021 Kalev Lember <klember@redhat.com> - 40~alpha-1
|
||||
- Update to 40.alpha
|
||||
|
||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.36.1-3
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libgweather-3.36.1.tar.xz) = 6c7090b0b6dfac61e73a398d34329cd706080a007694ceb3d47700b4f444982f8ca989dd6dfaefe85b79ffd5af9c423be4bf1bd8491ac0ba6bd15c150d97b26d
|
||||
SHA512 (libgweather-40.alpha.tar.xz) = b71387a78b9045d61028970bfa42c2678c1cbe712d99f8443fc61a7b4c9821f34ae6ee25a40fa7ee1e8c96ec1a3df3427c627c34f98fb2c442fea76db2abd854
|
||||
|
||||
Loading…
Reference in New Issue
Block a user