]> git.pld-linux.org Git - packages/icewm.git/blobdiff - icewm.spec
- up to pre9
[packages/icewm.git] / icewm.spec
index 8ff1a640c4da6ebf28b439f5092efb1a5e0281ab..cb30ae31afecf7a60bbd3d4997309fffcfa2b5ba 100644 (file)
@@ -19,12 +19,13 @@ Summary(ru):        
 Summary(uk):   ÷¦ËÏÎÎÉÊ ÍÅÎÅÄÖÅÒ ÄÌÑ X11
 Name:          icewm
 Version:       1.2.14
-Release:       0.2
+%define _pre pre9
+Release:       1.%{_pre}.1
 Epoch:         2
 License:       LGPL
 Group:         X11/Window Managers
-Source0:       http://dl.sourceforge.net/icewm/%{name}-%{version}pre2.tar.gz
-# Source0-md5: 795c4e613f9866af4b2b51f881b4f68c
+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
@@ -36,6 +37,8 @@ Source6:      http://dl.sourceforge.net/icewm/netscapeicons-0.2.tar.gz
 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
@@ -46,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)
@@ -113,9 +117,11 @@ Wszystkie stworzone przez Marko Macka: gtk2, metal2, motif, nice,
 nice2, warp3, warp4, win95.
 
 %prep
-%setup -q -n %{name}-%{version}pre2
+%setup -q -n %{name}-%{version}%{_pre}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 cd lib/icons
 tar -xzf %{SOURCE3}
@@ -123,6 +129,7 @@ tar -xzf %{SOURCE6}
 
 %build
 rm -f missing
+cp -f /usr/share/automake/config.sub .
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
This page took 0.197738 seconds and 4 git commands to generate.