Browse Source

fix bug

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4769 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 13 years ago
parent
commit
abc164bc39
1 changed files with 12 additions and 3 deletions
  1. 12 3
      i/icewm/icewm-vl.spec

+ 12 - 3
i/icewm/icewm-vl.spec

@@ -2,7 +2,7 @@ Summary: Fast and small X11 window manager
 Summary(ja): 高速で軽量なウィンドウマネージャ
 Name: icewm
 Version: 1.2.37
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 Source: http://ftp1.sourceforge.net/icewm/icewm-%{version}.tar.gz
 Source1: %{name}.desktop
 Source2: %{name}-1.2.32-ja.po
@@ -18,6 +18,9 @@ Source102: icecrack-default-2.1.0.tar.gz
 
 Patch0: icewm-1.2.37-gnome2.patch
 
+Patch101: icewm-1.2.37-makefile.patch
+Patch102: icewm-1.2.37-session.patch
+
 URL: http://icewm.sourceforge.net/
 License: GPL
 Group: User Interface/Desktops
@@ -51,13 +54,15 @@ GNOME menu support for icewm (using gnome 2.x).
 %prep
 %setup -q -a 100 -a 101 -a 102
 %patch0 -p1
+%patch101 -p1
+%patch102 -p1
 cp -p %{SOURCE2} po/ja.po
 
-autoconf
+autoreconf -if
 
 %build
 %configure --enable-menus-gnome2
-make 
+make
 
 %install
 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
@@ -99,6 +104,10 @@ cp -pr IceCrack2 $RPM_BUILD_ROOT%{_datadir}/icewm/themes/IceCrack
 %{_bindir}/icewm-menu-gnome2
 
 %changelog
+* Fri Sep 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.37-3
+- Patch101 (icewm-1.2.37-makefile.patch)
+- Patch102 (icewm-1.2.37-session.patch)
+
 * Fri Apr 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.37-2
 - rebuild with rpm-4.8.1
 - add BuildRequires: libSM-devel