]> git.pld-linux.org Git - packages/wine.git/blobdiff - wine.spec
- 20020411
[packages/wine.git] / wine.spec
index e28cf512ed406cff8d904e6871ddf971017c50f0..59e5a0b0cbe1f23bf45f29d1f469d954686d5e59 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -3,8 +3,8 @@ Summary(es):    Ejecuta programas Windows en Linux
 Summary(pl):   Program pozwalajĀ±cy uruchamiaƦ aplikacje Windows
 Summary(pt_BR):        Executa programas Windows no Linux
 Name:          wine
-Version:       20020122
-Release:       5
+Version:       20020411
+Release:       1
 License:       distributable
 Group:         Applications/Emulators
 Source0:       ftp://metalab.unc.edu/pub/Linux/ALPHA/wine/development/Wine-%{version}.tar.gz
@@ -99,7 +99,9 @@ sed -e "s|winetest||;s|avitools||" programs/Makefile.in > .tmp
 mv -f .tmp programs/Makefile.in
 
 %build
-%configure2_13 \
+aclocal
+autoconf
+%configure \
 %{!?debug:     --disable-debug} \
 %{!?debug:     --disable-trace} \
        --enable-curses \
@@ -193,7 +195,7 @@ rm -rf $RPM_BUILD_ROOT
 %post
 /sbin/ldconfig
 /sbin/chkconfig --add wine
-if [ ! -f /var/lock/subsys/wine ]
+if [ ! -f /var/lock/subsys/wine ]; then
        echo "Run \"/etc/rc.d/init.d/wine start\" to start wine service." >&2
 fi
 
This page took 0.148205 seconds and 4 git commands to generate.