Update to 3.22.0
This commit is contained in:
parent
a7cad8387f
commit
eb1f6000be
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
||||
/glade-3.20.2.tar.xz
|
||||
/glade-3.20.3.tar.xz
|
||||
/glade-3.20.4.tar.xz
|
||||
/glade-3.22.0.tar.xz
|
||||
|
10
glade.spec
10
glade.spec
@ -1,5 +1,5 @@
|
||||
Name: glade
|
||||
Version: 3.20.4
|
||||
Version: 3.22.0
|
||||
Release: 1%{?dist}
|
||||
Summary: User Interface Designer for GTK+
|
||||
|
||||
@ -9,7 +9,7 @@ Summary: User Interface Designer for GTK+
|
||||
# GPLv2+ and LGPLv2+ code, so the resulting binaries are GPLv2+
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: http://glade.gnome.org/
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/glade/3.20/glade-%{version}.tar.xz
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/glade/3.22/glade-%{version}.tar.xz
|
||||
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: desktop-file-utils
|
||||
@ -21,6 +21,7 @@ BuildRequires: itstool
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: pygobject3-devel
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: webkit2gtk3-devel
|
||||
BuildRequires: /usr/bin/appstream-util
|
||||
BuildRequires: /usr/bin/xsltproc
|
||||
|
||||
@ -96,6 +97,7 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/glade.desktop
|
||||
%{_bindir}/glade-previewer
|
||||
%{_datadir}/applications/glade.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/glade.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/glade-brand-symbolic.svg
|
||||
%{_datadir}/icons/hicolor/scalable/apps/glade-symbolic.svg
|
||||
%{_datadir}/metainfo/glade.appdata.xml
|
||||
%{_mandir}/man1/glade.1*
|
||||
@ -109,6 +111,7 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/glade.desktop
|
||||
%dir %{_libdir}/glade/modules/
|
||||
%{_libdir}/glade/modules/libgladegtk.so
|
||||
%{_libdir}/glade/modules/libgladepython.so
|
||||
%{_libdir}/glade/modules/libgladewebkit2gtk.so
|
||||
%{_libdir}/libgladeui-2.so.*
|
||||
%{_datadir}/glade/
|
||||
|
||||
@ -122,6 +125,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/glade.desktop
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 3.22.0-1
|
||||
- Update to 3.22.0
|
||||
|
||||
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 3.20.4-1
|
||||
- Update to 3.20.4
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glade-3.20.4.tar.xz) = 3da7781f74fa80e21336e49b9b36cf73b88ec9cf6f66a5c0e5d48ebc3382d87f5eb981b924704f04dfa4931e5691928a20c7cc73cca5b5f3a32e2348d6b87802
|
||||
SHA512 (glade-3.22.0.tar.xz) = 6f85ec817a4236e4f69848e79510658119cdf54e017ff13fb12af63bee8a6ce1fc0376673b44a57b5ae2a74cb8b42fe0edcde69b4e9bb937caffe4b23d88edbe
|
||||
|
Loading…
Reference in New Issue
Block a user