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/glade.git#fdc01e8134d6bc6e5a33c77361150e45f55a1072
This commit is contained in:
parent
9cd0621167
commit
b26f577a72
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@
|
||||
/glade-3.37.0.tar.xz
|
||||
/glade-3.38.0.tar.xz
|
||||
/glade-3.38.1.tar.xz
|
||||
/glade-3.38.2.tar.xz
|
||||
|
19
glade.spec
19
glade.spec
@ -1,5 +1,5 @@
|
||||
Name: glade
|
||||
Version: 3.38.1
|
||||
Version: 3.38.2
|
||||
Release: 1%{?dist}
|
||||
Summary: User Interface Designer for GTK+
|
||||
|
||||
@ -21,18 +21,13 @@ BuildRequires: gtk-doc
|
||||
BuildRequires: itstool
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: pygobject3-devel
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-gobject-devel
|
||||
BuildRequires: webkit2gtk3-devel
|
||||
BuildRequires: /usr/bin/appstream-util
|
||||
BuildRequires: /usr/bin/xsltproc
|
||||
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
# The gtk3 version of glade was packaged under the name of 'glade3' for a
|
||||
# while. However, following upstream naming, 'glade3' package is now the gtk2
|
||||
# version and 'glade' package is the gtk3 one. The obsoletes are here to
|
||||
# provide seamless upgrade path from the gtk3 based 'glade3'.
|
||||
Obsoletes: glade3 < 1:3.11.0-3
|
||||
|
||||
%description
|
||||
Glade is a RAD tool to enable quick and easy development of user interfaces for
|
||||
@ -45,7 +40,6 @@ and others.
|
||||
|
||||
%package libs
|
||||
Summary: Widget library for Glade UI designer
|
||||
Obsoletes: glade3-libgladeui < 1:3.11.0-3
|
||||
|
||||
%description libs
|
||||
The %{name}-libs package consists of the widgets that compose the Glade GUI as
|
||||
@ -55,7 +49,6 @@ a separate library to ease the integration of Glade into other applications.
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
Obsoletes: glade3-libgladeui-devel < 1:3.11.0-3
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
@ -65,9 +58,6 @@ developing applications that use Glade widget library.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
# Hack in Python 3.9 support
|
||||
sed -i -e 's/python-3.8-embed/python-3.9-embed/g' meson.build
|
||||
|
||||
|
||||
%build
|
||||
%meson -Dgtk_doc=true
|
||||
@ -125,6 +115,11 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Glade.de
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 25 2020 Kalev Lember <klember@redhat.com> - 3.38.2-1
|
||||
- Update to 3.38.2
|
||||
- Drop old obsoletes
|
||||
- BR python3-gobject-devel rather than pygobject3-devel
|
||||
|
||||
* Mon Oct 5 2020 Kalev Lember <klember@redhat.com> - 3.38.1-1
|
||||
- Update to 3.38.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glade-3.38.1.tar.xz) = ecfe549ae7d2e99e4fdaafbd6ce59a50ae1aa38d14551c38039de5101dee99f947967ea1ed082d57fd8c5b7ef5e60fb410549f47411d89a038abf263f264782b
|
||||
SHA512 (glade-3.38.2.tar.xz) = 2df8c8363206905663cd3ac9196da44445425a888b64f1b3b3ac6cd41e14c4a82a5d2c299730ef0606c3970a04dd8f245bb5639218794eb67dcbd26fae17565e
|
||||
|
Loading…
Reference in New Issue
Block a user