]> git.pld-linux.org Git - packages/icewm.git/commitdiff
- Release: 0.4
authorJacek Konieczny <jajcus@pld-linux.org>
Fri, 9 Jan 2004 10:30:10 +0000 (10:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- -link_with_g++.patch (link C++ code using g++)
- BuildRequires: yiff-devel
- config.sub refreshed (for AMD64)

Changed files:
    icewm.spec -> 1.166

icewm.spec

index b1fa67b6d2599f94eb882789b0585a340e902e3f..aede3fc42f311ce641e43c4e416470b128a9dabd 100644 (file)
@@ -19,7 +19,7 @@ Summary(ru):  
 Summary(uk):   ÷¦ËÏÎÎÉÊ ÍÅÎÅÄÖÅÒ ÄÌÑ X11
 Name:          icewm
 Version:       1.2.14
-Release:       0.3
+Release:       0.4
 Epoch:         2
 License:       LGPL
 Group:         X11/Window Managers
@@ -36,6 +36,7 @@ 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
 URL:           http://www.icewm.org/
 BuildRequires: XFree86-devel
 BuildRequires: autoconf
@@ -46,6 +47,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)
@@ -116,6 +118,7 @@ nice2, warp3, warp4, win95.
 %setup -q -n %{name}-%{version}pre6
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 cd lib/icons
 tar -xzf %{SOURCE3}
@@ -123,6 +126,7 @@ tar -xzf %{SOURCE6}
 
 %build
 rm -f missing
+cp -f /usr/share/automake/config.sub .
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
This page took 0.048837 seconds and 4 git commands to generate.