diff --git a/glade-3.22.1.tar.xz b/glade-3.22.1.tar.xz deleted file mode 100644 index 714c6f7..0000000 Binary files a/glade-3.22.1.tar.xz and /dev/null differ diff --git a/glade-3.36.0.tar.xz b/glade-3.36.0.tar.xz new file mode 100644 index 0000000..bc84f43 Binary files /dev/null and b/glade-3.36.0.tar.xz differ diff --git a/glade.spec b/glade.spec index 1963080..47d9580 100644 --- a/glade.spec +++ b/glade.spec @@ -1,10 +1,10 @@ Name: glade -Version: 3.22.1 -Release: 5 +Version: 3.36.0 +Release: 1 Summary: User Interface Designer for GTK+ License: GPLv2+ and LGPLv2+ URL: https://glade.gnome.org/ -Source0: https://ftp.gnome.org/pub/GNOME/sources/glade/3.22/glade-%{version}.tar.xz +Source0: https://ftp.gnome.org/pub/GNOME/sources/glade/3.36/glade-%{version}.tar.xz BuildRequires: chrpath desktop-file-utils docbook-style-xsl gettext gtk3-devel intltool BuildRequires: itstool libxml2-devel pygobject3-devel python3-devel webkit2gtk3-devel @@ -63,8 +63,8 @@ chrpath --delete %{buildroot}%{_libdir}/glade/modules/*.so %find_lang glade --with-gnome %check -appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/glade.appdata.xml -desktop-file-validate %{buildroot}%{_datadir}/applications/glade.desktop +appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.gnome.Glade.appdata.xml +desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Glade.desktop %files %defattr(-,root,root) @@ -72,10 +72,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/glade.desktop %{_bindir}/glade %{_bindir}/glade-previewer %{_datadir}/locale/* -%{_datadir}/applications/glade.desktop +%{_datadir}/applications/org.gnome.Glade.desktop %{_datadir}/help/* %{_datadir}/icons/* -%{_datadir}/metainfo/glade.appdata.xml +%{_datadir}/metainfo/org.gnome.Glade.appdata.xml %files libs %defattr(-,root,root) @@ -95,10 +95,13 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/glade.desktop %{_datadir}/gir-1.0/Gladeui-2.0.gir %files help -%doc AUTHORS NEWS README +%doc AUTHORS NEWS %{_mandir}/man1/* %changelog +* Thu Jul 23 2020 hanhui - 3.36.0-1 +- update to 3.36.0 + * Fri Nov 8 2019 openEuler Buildteam - 3.22.1-5 - Type:bugfix - Id:NA