]> git.pld-linux.org Git - packages/wine.git/commitdiff
- ac regen req ac 2.53. disabled wine-20020411-1
authorwolf <wolf@pld-linux.org>
Tue, 16 Apr 2002 10:03:52 +0000 (10:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added dlldir=libdir/wine
  1. it's nice to have win dll hell in one place
  2. when it's set to libdir, some symlinks point to buildroot
- license is now GPL...
- ...so LICENSE is not needed in doc. WARRANTY is also gone somewhere
STBR

Changed files:
    wine.spec -> 1.74

wine.spec

index 59e5a0b0cbe1f23bf45f29d1f469d954686d5e59..c73ba6f6642bf2015e79af0ce0fa8040f4bb806b 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -5,7 +5,7 @@ Summary(pt_BR): Executa programas Windows no Linux
 Name:          wine
 Version:       20020411
 Release:       1
-License:       distributable
+License:       GPL
 Group:         Applications/Emulators
 Source0:       ftp://metalab.unc.edu/pub/Linux/ALPHA/wine/development/Wine-%{version}.tar.gz
 Source1:       %{name}.init
@@ -99,8 +99,8 @@ sed -e "s|winetest||;s|avitools||" programs/Makefile.in > .tmp
 mv -f .tmp programs/Makefile.in
 
 %build
-aclocal
-autoconf
+#aclocal
+#autoconf
 %configure \
 %{!?debug:     --disable-debug} \
 %{!?debug:     --disable-trace} \
@@ -134,7 +134,8 @@ install -d $RPM_BUILD_ROOT%{_mandir}/man1
        localstatedir=$RPM_BUILD_ROOT%{_localstatedir} \
        sharedstatedir=$RPM_BUILD_ROOT%{_sharedstatedir} \
        mandir=$RPM_BUILD_ROOT%{_mandir} \
-       infodir=$RPM_BUILD_ROOT%{_infodir}
+       infodir=$RPM_BUILD_ROOT%{_infodir} \
+       dlldir=$RPM_BUILD_ROOT%{_libdir}/wine
 
 %{__make} -C programs install \
        prefix=$RPM_BUILD_ROOT%{_prefix} \
@@ -170,7 +171,7 @@ vcr=mciviscd.drv
 MPEGVideo=mciqtz.drv
 EOF
 
-gzip -9nf README WARRANTY LICENSE DEVELOPERS-HINTS ChangeLog BUGS AUTHORS ANNOUNCE
+gzip -9nf README DEVELOPERS-HINTS ChangeLog BUGS AUTHORS ANNOUNCE
 
 %if %{?debug:0}%{!?debug:1}
 echo "Strip executable binaries and shared object files."
@@ -226,6 +227,7 @@ fi
 %attr(755,root,root) %{_bindir}/fnt2bdf
 %attr(755,root,root) %{_bindir}/function_grep.pl
 %attr(755,root,root) %{_libdir}/*.so*
+%{_libdir}/wine
 %{_mandir}/man[15]/*
 %config(noreplace) %{_sysconfdir}/wine.reg
 %config(missingok) %{_sysconfdir}/wine.systemreg
This page took 0.058375 seconds and 4 git commands to generate.