SPECS (AC-branch): wine.spec - partial sync with HEAD (binfmt-dete...
charles
charles at pld-linux.org
Fri Jun 9 15:41:33 CEST 2006
Author: charles Date: Fri Jun 9 13:41:33 2006 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- partial sync with HEAD (binfmt-detector, -ncurses.patch)
---- Files affected:
SPECS:
wine.spec (1.220.2.5 -> 1.220.2.6)
---- Diffs:
================================================================
Index: SPECS/wine.spec
diff -u SPECS/wine.spec:1.220.2.5 SPECS/wine.spec:1.220.2.6
--- SPECS/wine.spec:1.220.2.5 Fri Jun 9 13:31:52 2006
+++ SPECS/wine.spec Fri Jun 9 15:41:28 2006
@@ -33,14 +33,12 @@
Epoch: 1
License: LGPL
Group: Applications/Emulators
-#Source0: http://dl.sourceforge.net/%{name}/Wine-%{version}.tar.gz
-#Source0: ftp://ftp.ibiblio.org/pub/Linux/ALPHA/wine/development/Wine-%{version}.tar.gz
Source0: http://ibiblio.org/pub/linux/system/emulators/wine/%{name}-%{version}.tar.bz2
# Source0-md5: bfd0d01b04010ae0e6ca374ab8c23eeb
-Source1: %{name}.init
Patch0: %{name}-fontcache.patch
Patch1: %{name}-makedep.patch
Patch2: %{name}-alsa.patch
+Patch3: %{name}-ncurses.patch
#PatchX: %{name}-dga.patch
URL: http://www.winehq.org/
BuildRequires: OpenGL-devel
@@ -71,8 +69,8 @@
BuildRequires: openssl-devel >= 0.9.7d
%{?with_sane:BuildRequires: sane-backends-devel}
BuildRequires: xrender-devel
-Requires(post): /sbin/ldconfig
-Requires(post,preun): /sbin/chkconfig
+Requires(post,postun): /sbin/ldconfig
+Requires: binfmt-detector
# link to wine/ntdll.dll.so, without any SONAME
Provides: libntdll.dll.so
ExclusiveArch: %{ix86}
@@ -238,6 +236,7 @@
%patch0 -p1
%patch1 -p1
%patch2 -p1
+%patch3 -p1
# turn off compilation of some tools
sed -i -e "s|winetest \\\|\\\|;s|avitools||" programs/Makefile.in
@@ -245,6 +244,7 @@
%build
%{__autoconf}
+%{__autoheader}
%configure \
%{!?debug:--disable-debug} \
%{!?debug:--disable-trace} \
@@ -271,15 +271,13 @@
install aclocal.m4 $RPM_BUILD_ROOT%{_aclocaldir}/wine.m4
#mv -f $RPM_BUILD_ROOT{/usr/X11R6/share/aclocal,%{_aclocaldir}}/wine.m4
-install -d $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d \
+install -d \
$RPM_BUILD_ROOT%{_winedir}/windows/{system,Desktop,Favorites,Fonts} \
"$RPM_BUILD_ROOT%{_winedir}/windows/Start Menu/Programs/Startup" \
$RPM_BUILD_ROOT%{_winedir}/windows/{SendTo,ShellNew,system32,NetHood} \
$RPM_BUILD_ROOT%{_winedir}/windows/{Profiles/Administrator,Recent} \
$RPM_BUILD_ROOT%{_winedir}/{"Program Files/Common Files","My Documents"}
-install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/wine
-
touch $RPM_BUILD_ROOT%{_winedir}/{autoexec.bat,config.sys,windows/win.ini}
touch $RPM_BUILD_ROOT%{_winedir}/windows/system/{shell.dll,shell32.dll}
touch $RPM_BUILD_ROOT%{_winedir}/windows/system/{winsock.dll,wsock32.dll}
@@ -320,7 +318,7 @@
cd $RPM_BUILD_ROOT%{_libdir}/wine
for f in *.so; do
case $f in
- d3d8.dll.so|d3d9.dll.so|d3dx8.dll.so|glu32.dll.so|glut32.dll.so|opengl32.dll.so|sane.ds.so|twain.dll.so|twain_32.dll.so|winealsa.drv.so|winearts.drv.so|winejack.drv.so|winenas.drv.so)
+ d3d8.dll.so|d3d9.dll.so|d3dx8.dll.so|glu32.dll.so|glut32.dll.so|opengl32.dll.so|sane.ds.so|twain.dll.so|twain_32.dll.so|winealsa.drv.so|winearts.drv.so|winejack.drv.so|winenas.drv.so)
;;
*)
echo "%attr(755,root,root) %{_libdir}/wine/$f" >>$BZZZ/files.so
@@ -337,23 +335,17 @@
%clean
rm -rf $RPM_BUILD_ROOT
-%post
-/sbin/ldconfig
-/sbin/chkconfig --add wine
-if [ ! -f /var/lock/subsys/wine ]; then
- echo "Run \"/etc/rc.d/init.d/wine start\" to start wine service." >&2
-fi
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
-%preun
-if [ "$1" = "0" ]; then
- if [ -f /var/lock/subsys/wine ]; then
- /etc/rc.d/init.d/wine stop >&2
- fi
+%triggerpostun -- wine < 1:0.9.15
+if [ -f /var/lock/subsys/wine ]; then
+ /etc/rc.d/init.d/wine stop >&2
+fi
+if [ -x /sbin/chkconfig ]; then
/sbin/chkconfig --del wine
fi
-%postun -p /sbin/ldconfig
-
%files -f files.so
%defattr(644,root,root,755)
%doc README DEVELOPERS-HINTS ChangeLog AUTHORS ANNOUNCE
@@ -387,7 +379,6 @@
%{_mandir}/man1/wine.*
%{_mandir}/man1/winedbg.1*
%{_mandir}/man1/wineserver.*
-%attr(754,root,root) /etc/rc.d/init.d/wine
%{_winedir}
%{_desktopdir}/wine.desktop
@@ -479,6 +470,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.220.2.6 2006/06/09 13:41:28 charles
+- partial sync with HEAD (binfmt-detector, -ncurses.patch)
+
Revision 1.220.2.5 2006/06/09 11:31:52 rotom
- up to 0.9.15
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/wine.spec?r1=1.220.2.5&r2=1.220.2.6&f=u
More information about the pld-cvs-commit
mailing list