]> git.pld-linux.org Git - packages/WindowMaker.git/commitdiff
- release 13,
authorkloczek <kloczek@pld-linux.org>
Mon, 7 Aug 2000 23:36:02 +0000 (23:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated all patches for 0.62.1,
- removed cvs19991010 patch, added IconPosition patch (from rawhide),
- added automake and autoconf to BuildRequires.

Changed files:
    WindowMaker.spec -> 1.64

WindowMaker.spec

index c8259661d8d19f6efe7a80b3be4dc4ef4b2d6839..4eb98f55e1ba8fc4db6e842962f0ae82aa2bd2f9 100644 (file)
@@ -5,9 +5,10 @@ Summary(fr):   Gestionnaire de fen
 Summary(pl):   Mened¿er okien w stylu NeXT
 Name:          WindowMaker
 Version:       0.62.1
-Release:       1
+Release:       13
 Group:         X11/Window Managers
 Group(es):     X11/Administraadores De Ventanas
+Group(fr):     X11/Gestionnaires De Fenêtres
 Group(pl):     X11/Zarz±dcy Okien
 License:       GPL
 Source0:       ftp://ftp.windowmaker.org/pub/beta/srcs/%{name}-%{version}.tar.bz2
@@ -18,22 +19,24 @@ Patch0:             %{name}-CFLAGS.patch
 Patch1:                %{name}-wmconfig.patch
 Patch2:                %{name}-a_macro.patch
 Patch3:                %{name}-pixmaps.patch
-#Patch4:               %{name}-shared.patch
+Patch4:                %{name}-shared.patch
 Patch5:                %{name}-areas.patch
 Patch6:                %{name}-runinst.patch
-Patch7:                Windowmaker-WINGs.h.patch
-#Patch8:               %{name}-singleclick.patch
-#Patch9:               %{name}-cvs19991010.patch
-#Patch10:      %{name}-plmenu.patch
+Patch7:                %{name}-WINGs.h.patch
+Patch8:                %{name}-IconPosition.patch
+Patch9:                %{name}-singleclick.patch
+Patch10:       %{name}-plmenu.patch
 Patch11:       %{name}-dockit.patch
 URL:           http://www.windowmaker.org/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gettext-devel
 BuildRequires: libPropList-devel >= 0.10.1
-BuildRequires: xpm-devel
 BuildRequires: libpng >= 1.0.8
 BuildRequires: libjpeg-devel >= 6b
 BuildRequires: libtiff-devel
 BuildRequires: libungif-devel
-BuildRequires: gettext-devel
+BuildRequires: xpm-devel
 Requires:      wmconfig
 Requires:      /lib/cpp
 Requires:      %{name}-libs = %{version}
@@ -147,17 +150,18 @@ aplikacji wykorzystuj
 %patch1 -p0
 %patch2 -p0
 %patch3 -p1
-#%patch4 -p1
+%patch4 -p1
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
-#%patch8 -p1
-#%patch9 -p1
-#%patch10 -p1
+%patch8 -p1
+%patch9 -p1
+%patch10 -p1
 %patch11 -p1
 
 %build
 autoconf
+automake
 LINGUAS="cs de el es fi fr gl hr it ja ko nl no pl pt ro ru  \
         se sk tr zh_CN zh_TW.Big5" ; export LINGUAS
 CPP_PATH="/lib/cpp" ; export CPP_PATH
This page took 0.036348 seconds and 4 git commands to generate.