]> git.pld-linux.org Git - packages/icewm.git/commitdiff
- removed %configure macro - it doesn't work. Other macros removed.
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 14 Jul 2001 22:18:42 +0000 (22:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- ac2.50 ready

Changed files:
    icewm.spec -> 1.62

icewm.spec

index 0266590d1f3af4ab936fa9ff7ff38ee21f3a9cd3..957b978675cdfe4d7e3a9cb626d69b275f4fb51a 100644 (file)
@@ -20,6 +20,8 @@ Source3:      ftp://download.sourceforge.net/pub/sourceforge/icewm/iceicons-0.6.tar.g
 Patch0:                icewm-DESTDIR.patch
 Patch1:                %{name}-time.patch
 Patch2:                %{name}-menu.patch
+Patch3:                %{name}-env_var_in_menu_prog_line.patch
+Patch4:                %{name}-config.patch
 URL:           http://www.icewm.org/
 BuildRequires: XFree86-devel
 BuildRequires: autoconf
@@ -74,6 +76,8 @@ gtk2, metal2, motif, nice, warp3, warp4, win95
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+#%patch3 -p1
+#%patch4 -p1
 
 cd lib/icons
 tar -xvf %{SOURCE3}
@@ -81,9 +85,10 @@ cd ../../
 
 %build
 libtoolize --copy --force
-%{__autoconf}
-%configure \
+autoconf
+./configure \
        --with-shape \
+       --prefix=%{_prefix} \
        --with-docdir=/usr/share/doc \
        --with-cfgdir=%{_sysconfdir} \
        --with-sm \
This page took 0.036214 seconds and 4 git commands to generate.