update to 1.4.2 [release 1.4.2-1mamba;Wed Mar 21 2018]

This commit is contained in:
Silvan Calarco 2024-01-05 23:49:16 +01:00
parent e2c282e684
commit 7b225a0ab2

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: icewm Name: icewm
Version: 1.3.12 Version: 1.4.2
Release: 1mamba Release: 1mamba
Summary: A window manager for the X Window System Summary: A window manager for the X Window System
Group: System/X11 Group: System/X11
@ -8,7 +8,7 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Filippo Bedendo Bordon <michiamophil@libero.it> Packager: Filippo Bedendo Bordon <michiamophil@libero.it>
URL: http://www.icewm.org/ URL: http://www.icewm.org/
Source: https://github.com/bbidulock/icewm/releases/download/%{version}/icewm-%{version}.tar.bz2 Source: https://github.com/bbidulock/icewm.git/%{version}/icewm-%{version}.tar.bz2
#Source: http://downloads.sourceforge.net/project/icewm/icewm-%{majver}/%{version}/%{name}-%{version}.tar.gz #Source: http://downloads.sourceforge.net/project/icewm/icewm-%{majver}/%{version}/%{name}-%{version}.tar.gz
Patch0: icewm-1.3.7-buildfix-deprecated.patch Patch0: icewm-1.3.7-buildfix-deprecated.patch
Patch1: icewm-1.3.7-gcc-4.7.patch Patch1: icewm-1.3.7-gcc-4.7.patch
@ -41,13 +41,13 @@ IceWM is a window manager for the X Window System.
#%patch1 -p1 #%patch1 -p1
%build %build
%configure %cmake -d build
%make \
LFLAGS="-lfontconfig" %make
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall %makeinstall -C build
%find_lang %{name} %find_lang %{name}
@ -67,6 +67,9 @@ IceWM is a window manager for the X Window System.
#BUGS CHANGES COPYING README README.wm-session TODO #BUGS CHANGES COPYING README README.wm-session TODO
%changelog %changelog
* Wed Mar 21 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.2-1mamba
- update to 1.4.2
* Thu May 19 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.12-1mamba * Thu May 19 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.12-1mamba
- update to 1.3.12 - update to 1.3.12