]> git.pld-linux.org Git - packages/icewm.git/blobdiff - icewm.spec
- up to pre9
[packages/icewm.git] / icewm.spec
index edf25c46005a79ccc832324b39746f5a773d4b34..cb30ae31afecf7a60bbd3d4997309fffcfa2b5ba 100644 (file)
@@ -18,13 +18,14 @@ Summary(pt_BR):     Gerenciador de Janelas X11
 Summary(ru):   ïËÏÎÎÙÊ ÍÅÎÅÄÖÅÒ ÄÌÑ X11
 Summary(uk):   ÷¦ËÏÎÎÉÊ ÍÅÎÅÄÖÅÒ ÄÌÑ X11
 Name:          icewm
-Version:       1.2.13
-Release:       1
+Version:       1.2.14
+%define _pre pre9
+Release:       1.%{_pre}.1
 Epoch:         2
 License:       LGPL
 Group:         X11/Window Managers
-Source0:       http://dl.sourceforge.net/icewm/%{name}-%{version}.tar.gz
-# Source0-md5: d189afcf15f2386a0a0397c376e297c6
+Source0:       http://dl.sourceforge.net/icewm/%{name}-%{version}%{_pre}.tar.gz
+# Source0-md5: b28db6d83f44d1b440fdae6657970eda
 Source1:       IceWM.desktop
 Source2:       %{name}.directory
 Source3:       http://dl.sourceforge.net/icewm/iceicons-0.6.tar.gz
@@ -34,6 +35,10 @@ Source5:     IceWM.wm_style
 Source6:       http://dl.sourceforge.net/icewm/netscapeicons-0.2.tar.gz
 # Source6-md5: 409aa9b02adc11309ed546c5120c01d2
 Source7:       %{name}-xsession.desktop
+Patch0:                %{name}-broken-xrandr.patch
+Patch1:                %{name}-home_etc.patch
+Patch2:                %{name}-link_with_g++.patch
+Patch3:                %{name}-showdesktopkey.patch
 URL:           http://www.icewm.org/
 BuildRequires: XFree86-devel
 BuildRequires: autoconf
@@ -44,6 +49,7 @@ BuildRequires:        gettext-devel
 %{!?_without_imlib:BuildRequires:      imlib-devel}
 BuildRequires: libstdc++-devel
 %{!?_without_freetype:BuildRequires:   xft-devel >= 2.1}
+BuildRequires: yiff-devel
 Requires(pre): fileutils
 Requires(pre): sh-utils
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -111,7 +117,11 @@ Wszystkie stworzone przez Marko Macka: gtk2, metal2, motif, nice,
 nice2, warp3, warp4, win95.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q -n %{name}-%{version}%{_pre}
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 cd lib/icons
 tar -xzf %{SOURCE3}
@@ -119,6 +129,7 @@ tar -xzf %{SOURCE6}
 
 %build
 rm -f missing
+cp -f /usr/share/automake/config.sub .
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
This page took 0.044342 seconds and 4 git commands to generate.