]> git.pld-linux.org Git - packages/wine.git/commitdiff
- Removed klakier's removal of symlinks. These symlinks have names of 16-bit
authormkochano <mkochano@pld-linux.org>
Thu, 1 Jun 2000 17:24:26 +0000 (17:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  Windows dlls and point to libraries with names of 32-bit windows dlls. In
  wine booth 16-bit and 32-bit version of libraries are in same '*.so.*' file,
  and these links are for compatibility with 16-bits apps. So they aren't
  stupid ;)
- Release++

Changed files:
    wine.spec -> 1.13

wine.spec

index c2cfcbc7e7820d051f46a56812ecc8bc0be294d8..ce8e83f8c0cf64c673eb3acff38461f27432b8fa 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:       20000526
-Release:       1
+Release:       2
 Copyright:     distributable
 Group:         Applications/Emulators
 Group(pl):     Aplikacje/Emulatory
@@ -81,15 +81,6 @@ make install \
        mandir=$RPM_BUILD_ROOT%{_mandir} \
        infodir=$RPM_BUILD_ROOT%{_infodir} 
        
-# there is something broken with make install 
-# it expects root privileges, and if invoked by user, makes some stupid link
-# instead of libs installation /by klakier
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.so
-cp -dp libwine.so* $RPM_BUILD_ROOT%{_libdir}
-
-# Make install forgots this link
-ln -s $RPM_BUILD_ROOT%{_libdir}/libuser{32,}.so
-
 cp wine.ini wine.conf.example
 install -d $RPM_BUILD_ROOT%{_sysconfdir}
 cat <<EOF >$RPM_BUILD_ROOT%{_sysconfdir}/wine.conf
This page took 0.049332 seconds and 4 git commands to generate.