]> git.pld-linux.org Git - packages/AfterStep.git/commitdiff
- updated to 1.8.10, AfterStep-1_8_10-1
authorkloczek <kloczek@pld-linux.org>
Sat, 6 Oct 2001 06:38:21 +0000 (06:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- regenerated ac files.

Changed files:
    AfterStep.spec -> 1.30

AfterStep.spec

index 08c149e9fc31f1f194f23b6680f9dfef8313bf4e..ed3be6d033b845c25bba99c63092d3d50c20b030 100644 (file)
@@ -2,8 +2,8 @@ Summary:        AfterStep Window Manager
 Summary(ja):   AfterStep ¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼¥¸¥ã (NeXTÉ÷)
 Summary(pl):   AfterStep - mened¿er okien
 Name:          AfterStep
-Version:       1.8.9
-Release:       2
+Version:       1.8.10
+Release:       1
 License:       GPL
 Group:         X11/Window Managers
 Group(de):     X11/Fenstermanager
@@ -17,8 +17,10 @@ Source2:     %{name}.wm_style
 Patch0:                %{name}-Wharf_maxsize.patch
 Patch1:                %{name}-no_bash_fix.patch
 URL:           http://www.afterstep.org/
-BuildRequires: sgml-tools
 BuildRequires: XFree86-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: sgml-tools
 Requires:      wmconfig >= 0.9.9-5
 Requires:      xinitrc >= 3.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -67,13 +69,18 @@ bazowa
 %patch1 -p1
 
 %build
-%configure2_13 \
+cp -f autoconf/* .
+aclocal
+autoconf
+%configure \
        --with-imageloader="xv -root -quit" \
        --with-helpcommand="xterm -e man" \
        --disable-availability \
        --enable-makemenusonboot \
        --enable-different-looknfeels \
        --with-xpm \
+       --with-png \
+       --with-jpeg \
        --enable-i18n
 %{__make}
 sgml2html doc/afterstep.sgml
This page took 0.058213 seconds and 4 git commands to generate.