This commit is contained in:
parent
1f3f63d983
commit
9c323026ac
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fff72f31dba7b6a96bcf18d1001a0744f29a6b5b80cf24239e51567861a3f48a
|
|
||||||
size 11678385
|
|
3
wine-0.9.35.tar.bz2
Normal file
3
wine-0.9.35.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f665bde422d570f3c37e9bf2bef47b6a062872b07dda62e80a6e66faf4149765
|
||||||
|
size 11832849
|
15
wine.changes
15
wine.changes
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 13 18:13:31 CEST 2007 - meissner@suse.de
|
||||||
|
|
||||||
|
- Upgraded to upstream 0.9.35:
|
||||||
|
- Broken aRts sound driver now removed for good.
|
||||||
|
- Many fixes to the Quartz DLL sound support.
|
||||||
|
- File I/O performance improvements.
|
||||||
|
- The usual assortment of Direct3D fixes.
|
||||||
|
- Lots of bug fixes.
|
||||||
|
- Upgraded to upstream 0.9.34:
|
||||||
|
- Support for Xcursor.
|
||||||
|
- A range of fixes for various installers.
|
||||||
|
- New builtin xcopy tool.
|
||||||
|
- Lots of bug fixes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 30 07:52:42 CEST 2007 - meissner@suse.de
|
Fri Mar 30 07:52:42 CEST 2007 - meissner@suse.de
|
||||||
|
|
||||||
|
30
wine.spec
30
wine.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package wine (Version 0.9.33)
|
# spec file for package wine (Version 0.9.35)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -15,8 +15,8 @@ BuildRequires: alsa-devel audiofile bison capi4linux cups-devel desktop-file-ut
|
|||||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||||
Group: System/Emulators/PC
|
Group: System/Emulators/PC
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 0.9.33
|
Version: 0.9.35
|
||||||
Release: 4
|
Release: 1
|
||||||
Summary: An MS Windows Emulator
|
Summary: An MS Windows Emulator
|
||||||
URL: http://www.winehq.com
|
URL: http://www.winehq.com
|
||||||
Source0: wine-%version.tar.bz2
|
Source0: wine-%version.tar.bz2
|
||||||
@ -85,12 +85,20 @@ install -m 0644 %SOURCE4 $RPM_BUILD_ROOT/usr/share/applications/
|
|||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%post
|
||||||
|
%run_ldconfig
|
||||||
|
|
||||||
|
%postun
|
||||||
|
%run_ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/usr/bin/*
|
/usr/bin/*
|
||||||
/usr/share/wine
|
/usr/share/wine
|
||||||
%{_libdir}/lib*
|
%{_libdir}/lib*
|
||||||
%{_libdir}/wine
|
%dir %{_libdir}/wine
|
||||||
|
%{_libdir}/wine/*.so
|
||||||
|
%{_libdir}/wine/*.*16
|
||||||
/usr/share/applications/wine.desktop
|
/usr/share/applications/wine.desktop
|
||||||
%doc %{_defaultdocdir}/wine
|
%doc %{_defaultdocdir}/wine
|
||||||
%doc %{_mandir}/*/*
|
%doc %{_mandir}/*/*
|
||||||
@ -98,9 +106,23 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/wine
|
%{_includedir}/wine
|
||||||
|
%{_libdir}/wine/*.def
|
||||||
|
%{_libdir}/wine/*.a
|
||||||
/usr/share/aclocal/wine.m4
|
/usr/share/aclocal/wine.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 13 2007 - meissner@suse.de
|
||||||
|
- Upgraded to upstream 0.9.35:
|
||||||
|
- Broken aRts sound driver now removed for good.
|
||||||
|
- Many fixes to the Quartz DLL sound support.
|
||||||
|
- File I/O performance improvements.
|
||||||
|
- The usual assortment of Direct3D fixes.
|
||||||
|
- Lots of bug fixes.
|
||||||
|
- Upgraded to upstream 0.9.34:
|
||||||
|
- Support for Xcursor.
|
||||||
|
- A range of fixes for various installers.
|
||||||
|
- New builtin xcopy tool.
|
||||||
|
- Lots of bug fixes.
|
||||||
* Fri Mar 30 2007 - meissner@suse.de
|
* Fri Mar 30 2007 - meissner@suse.de
|
||||||
- buildrequires bison,flex,ncurses-devel
|
- buildrequires bison,flex,ncurses-devel
|
||||||
* Sat Mar 17 2007 - meissner@suse.de
|
* Sat Mar 17 2007 - meissner@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user