]> git.pld-linux.org Git - packages/icewm.git/commitdiff
- updated to 1.2.3pre1
authorgrzegol <grzegol@pld-linux.org>
Fri, 15 Nov 2002 00:21:53 +0000 (00:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added compile-fixes patch (fixes compile errors)

Changed files:
    icewm.spec -> 1.100

icewm.spec

index a9d7dc7250c7796d71cc3479e6e91ec3980116c8..a3cac0f0763e8cdb106e86dde1f9f42b39e8f837 100644 (file)
@@ -11,6 +11,8 @@
 # - make a PLD-theme - default :]
 # - bigger menu-file
 #
+%define                _pre            pre1
+
 Summary:       IceWM X11 Window Manager
 Summary(es):   Administrador de Ventanas X11
 Summary(pl):   IceWM - mened¿er okienek X11
@@ -18,12 +20,12 @@ Summary(pt_BR):     Gerenciador de Janelas X11
 Summary(ru):   ïËÏÎÎÙÊ ÍÅÎÅÄÖÅÒ ÄÌÑ X11
 Summary(uk):   ÷¦ËÏÎÎÉÊ ÍÅÎÅÄÖÅÒ ÄÌÑ X11
 Name:          icewm
-Version:       1.2.2
-Release:       2
+Version:       1.2.3
+Release:       %{_pre}.1
 Epoch:         1
 License:       LGPL
 Group:         X11/Window Managers
-Source0:       http://prdownloads.sourceforge.net/icewm/%{name}-%{version}.tar.gz
+Source0:       http://prdownloads.sourceforge.net/icewm/%{name}-%{version}%{_pre}.tar.gz
 Source1:       IceWM.desktop
 Source2:       %{name}.directory
 Source3:       http://prdownloads.sourceforge.net/icewm/iceicons-0.6.tar.gz
@@ -32,6 +34,7 @@ Source5:      IceWM.wm_style
 Source6:       %{name}-menu
 Source7:       http://prdownloads.sourceforge.net/icewm/netscapeicons-0.2.tar.gz
 Patch0:                %{name}-menu.patch
+Patch1:                %{name}-compile-fixes.patch
 URL:           http://www.icewm.org/
 BuildRequires: XFree86-devel
 %{!?_without_guievents:BuildRequires:  esound-devel}
@@ -105,8 +108,9 @@ Wszystkie stworzone przez Marko Macka: gtk2, metal2, motif, nice,
 warp3, warp4, win95.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}%{_pre}
 %patch0 -p1
+%patch1 -p1
 
 cd lib/icons
 tar -xzf %{SOURCE3}
@@ -114,6 +118,9 @@ tar -xzf %{SOURCE7}
 cd ../..
 
 %build
+rm -f missing
+%{__aclocal}
+%{__autoconf}
 %configure \
        %{?_with_gradients:--enable-gradients} \
        %{?_with_antialiasing:--enable-antialiasing} \
This page took 0.073715 seconds and 4 git commands to generate.