]> git.pld-linux.org Git - packages/wine.git/blobdiff - wine.spec
- 0.9.23
[packages/wine.git] / wine.spec
index 8dfd538f9a160e7f3d3a05ea368a80c15bafc2d3..0ee9b25a84d25604bf56f592dd479e3def176aab 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -27,13 +27,13 @@ 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:       0.9.18
+Version:       0.9.23
 Release:       1
 Epoch:         1
 License:       LGPL
 Group:         Applications/Emulators
 Source0:       http://ibiblio.org/pub/linux/system/emulators/wine/%{name}-%{version}.tar.bz2
-# Source0-md5: 165e297315e236e9fd1351cdb90e01c6
+# Source0-md5: 6c8c6ebc823190375066e98de2d0142d
 Patch0:                %{name}-fontcache.patch
 Patch1:                %{name}-makedep.patch
 Patch2:                %{name}-alsa.patch
@@ -66,6 +66,7 @@ BuildRequires:        openjade >= 1:1.3.3-0.pre1
 BuildRequires: opensp >= 1:1.5.1
 BuildRequires: openssl-devel >= 0.9.7d
 %{?with_sane:BuildRequires:    sane-backends-devel}
+BuildRequires: valgrind
 BuildRequires: xorg-lib-libXi-devel
 BuildRequires: xorg-lib-libXmu-devel
 BuildRequires: xorg-lib-libXrender-devel
@@ -311,7 +312,7 @@ fi
 
 # /sbin/chstk -e $RPM_BUILD_ROOT%{_bindir}/wine
 
-programs="notepad progman regedit regsvr32 uninstaller wineconsole winefile winemine winepath winhelp wcmd"
+programs="notepad progman regedit regsvr32 uninstaller wineconsole winefile winemine winepath winhelp"
 
 BZZZ=`pwd`
 rm -f files.so;                touch files.so
@@ -340,16 +341,14 @@ rm -rf $RPM_BUILD_ROOT
 %postun -p /sbin/ldconfig
 
 %triggerpostun -- wine < 1:0.9.12-1.9
-if [ -f /var/lock/subsys/wine ]; then
-       /etc/rc.d/init.d/wine stop >&2
-fi
+rm -f /var/lock/subsys/wine
 if [ -x /sbin/chkconfig ]; then
        /sbin/chkconfig --del wine
 fi
 
 %files -f files.so
 %defattr(644,root,root,755)
-%doc README DEVELOPERS-HINTS ChangeLog AUTHORS ANNOUNCE
+%doc README ChangeLog AUTHORS ANNOUNCE
 %lang(de) %doc documentation/README.de
 %lang(es) %doc documentation/README.es
 %lang(fr) %doc documentation/README.fr
@@ -376,9 +375,10 @@ fi
 %{_libdir}/wine/*.dll16
 %{_libdir}/wine/*.drv16
 %{_libdir}/wine/*.exe16
-%{_mandir}/man1/wine.*
+%{_mandir}/man1/wine.1*
 %{_mandir}/man1/winedbg.1*
-%{_mandir}/man1/wineserver.*
+%{_mandir}/man1/wineprefixcreate.1*
+%{_mandir}/man1/wineserver.1*
 %{_winedir}
 %{_desktopdir}/wine.desktop
 
This page took 0.062139 seconds and 4 git commands to generate.