]> git.pld-linux.org Git - packages/wine.git/commitdiff
- configure2_13 (cannot use ac 2.50 without patching configure.in)
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 12 Jul 2001 16:31:15 +0000 (16:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    wine.spec -> 1.41

wine.spec

index ebffcfa0cca92615b606d2e9bba483f189a6ca34..5f7b1e6200aabe2b07ad74003bfe2f726e0e4987 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -2,7 +2,7 @@ Summary:        Program that lets you launch Win applications
 Summary(pl):   Program pozwalajĀ±cy uruchamiaƦ aplikacje Windows
 Name:          wine
 Version:       20010629
-Release:       1
+Release:       2
 License:       Distributable
 Group:         Applications/Emulators
 Group(de):     Applikationen/Emulators
@@ -54,7 +54,7 @@ Wine - pliki nag
 %setup -q
 
 %build
-%configure \
+%configure2_13 \
        --disable-debug \
        --disable-trace \
        --enable-curses \
@@ -82,7 +82,7 @@ install -d $RPM_BUILD_ROOT%{_mandir}/man1
        mandir=$RPM_BUILD_ROOT%{_mandir} \
        infodir=$RPM_BUILD_ROOT%{_infodir} 
        
-cp documentation/samples/config wine.conf.example
+cp -f documentation/samples/config wine.conf.example
 install -d $RPM_BUILD_ROOT%{_sysconfdir}
 cat <<EOF >$RPM_BUILD_ROOT%{_sysconfdir}/wine.conf
 ;
This page took 0.205121 seconds and 4 git commands to generate.