]> git.pld-linux.org Git - packages/icewm.git/blobdiff - icewm.spec
- s/X11R6//
[packages/icewm.git] / icewm.spec
index 206a3f1cd060736a4c4238cf88fac4ddf330f243..caa94fb5d3e0dca0c93e884343c917b951ad4783 100644 (file)
@@ -1,8 +1,8 @@
 #
 # Conditional build:
 # _with_gradients      - enable gradients (implies _with_antialiasing)
-# _with_antialiasing   - enable antialiasing (implies _with_freetype)
-# _without_freetype    - disable xfreetype support
+# _without_antialiasing        - disable antialiasing
+# _without_freetype    - disable xfreetype support (implies _without_antialiasing)
 # _without_guievents   - disable guievents
 # _without_gnome       - disable GNOME support
 # _without_imlib       - disable imlib support
@@ -20,7 +20,7 @@ Summary(ru):  
 Summary(uk):   ÷¦ËÏÎÎÉÊ ÍÅÎÅÄÖÅÒ ÄÌÑ X11
 Name:          icewm
 Version:       1.2.6
-Release:       1
+Release:       3
 Epoch:         2
 License:       LGPL
 Group:         X11/Window Managers
@@ -116,13 +116,14 @@ cd ../..
 
 %build
 rm -f missing
+#%%{__gettextize}
 %{__aclocal}
 %{__autoconf}
-%{__gettextize}
+%{__autoheader}
 %configure \
        %{?_with_gradients:--enable-gradients} \
-       %{?_with_antialiasing:--enable-antialiasing} \
-       %{!?_without_freetype:--enable-xfreetype} \
+       %{!?_without_antialiasing:--enable-antialiasing} \
+       %{?_without_freetype:--disable-xfreetype} \
        %{!?_without_guievents:--enable-guievents} \
        %{!?_without_gnome:--with-gnome-menus} \
        %{?_without_imlib:--without-imlib} \
This page took 0.031901 seconds and 4 git commands to generate.