]> git.pld-linux.org Git - packages/icewm.git/blobdiff - icewm.spec
- s/X11R6//
[packages/icewm.git] / icewm.spec
index 2ca3fdf13e49d47614cfa700f636b9cbf00ca4a0..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
@@ -19,8 +19,8 @@ Summary(pt_BR):       Gerenciador de Janelas X11
 Summary(ru):   ïËÏÎÎÙÊ ÍÅÎÅÄÖÅÒ ÄÌÑ X11
 Summary(uk):   ÷¦ËÏÎÎÉÊ ÍÅÎÅÄÖÅÒ ÄÌÑ X11
 Name:          icewm
-Version:       1.2.5
-Release:       1
+Version:       1.2.6
+Release:       3
 Epoch:         2
 License:       LGPL
 Group:         X11/Window Managers
@@ -33,7 +33,10 @@ Source5:     IceWM.wm_style
 Source6:       http://cesnet.dl.sourceforge.net/sourceforge/icewm/netscapeicons-0.2.tar.gz
 URL:           http://www.icewm.org/
 BuildRequires: XFree86-devel
+BuildRequires: autoconf
+BuildRequires: automake
 %{!?_without_guievents:BuildRequires:  esound-devel}
+BuildRequires: gettext-devel
 %{!?_without_gnome:BuildRequires:      gnome-libs-devel}
 %{!?_without_imlib:BuildRequires:      imlib-devel}
 BuildRequires: libstdc++-devel
@@ -113,12 +116,14 @@ cd ../..
 
 %build
 rm -f missing
+#%%{__gettextize}
 %{__aclocal}
 %{__autoconf}
+%{__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.03002 seconds and 4 git commands to generate.