update to version 1.2.1

This commit is contained in:
dou33 2020-11-03 14:41:11 +08:00
parent 76f642e197
commit a46c6566a1
3 changed files with 8 additions and 1 deletions

Binary file not shown.

BIN
ukwm-1.2.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
%define debug_package %{nil} %define debug_package %{nil}
Name: ukwm Name: ukwm
Version: 1.2.0 Version: 1.2.1
Release: 1 Release: 1
Summary: lightweight GTK+ window manager Summary: lightweight GTK+ window manager
License: GPL-2+ LGPL-2+ MIT~OldStyle+LegalDisclaimer Expat SGI-B-2.0 License: GPL-2+ LGPL-2+ MIT~OldStyle+LegalDisclaimer Expat SGI-B-2.0
@ -158,6 +158,10 @@ Ukwm is a small window manager, using GTK+ and Clutter to do
%build %build
./autogen.sh ./autogen.sh
%define gettext_version %(dnf info gettext |grep Version |awk '{print $3}'| awk -F "." 'BEGIN {OFS = FS} {print $1,$2}')
sed -i "/GETTEXT_MACRO_VERSION/s/0.19/%{gettext_version}/g" po/Makefile.in.in
make make
%install %install
@ -227,6 +231,9 @@ update-alternatives --install /usr/bin/x-window-manager \
%exclude %{_datadir}/ukui %exclude %{_datadir}/ukui
%changelog %changelog
* Mon Oct 26 2020 douyan <douyan@kylinos.cn> - 1.2.1-1
- update to upstream version 1.2.1
* Thu Jul 9 2020 douyan <douyan@kylinos.cn> - 1.2.0-1 * Thu Jul 9 2020 douyan <douyan@kylinos.cn> - 1.2.0-1
- Init package for openEuler - Init package for openEuler