This commit is contained in:
parent
e3ce0d4430
commit
3d0a8d142d
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 23 13:44:57 CEST 2007 - meissner@suse.de
|
||||
|
||||
- run fdupes, fixup desktop file to be more compliant.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 18:53:53 CEST 2007 - meissner@suse.de
|
||||
|
||||
|
@ -58,6 +58,6 @@ GenericName[zh_TW]=執行 Windows 程式
|
||||
GenericName[zu]=Sebenzisa izinhlelo zemisebenzi zama-WIndow
|
||||
Icon=wine
|
||||
Type=Application
|
||||
MimeType=application/x-msdos-program
|
||||
MimeType=application/x-msdos-program;
|
||||
Encoding=UTF-8
|
||||
X-KDE-StartupNotify=false
|
||||
|
@ -11,12 +11,12 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: wine
|
||||
BuildRequires: alsa-devel audiofile bison capi4linux cups-devel desktop-file-utils flex fontforge freeglut-devel freetype2-devel giflib-devel hal-devel jack-devel libgphoto2-devel libicu-devel liblcms-devel libpng-devel libtiff-devel libxslt-devel ncurses-devel openldap2-devel prelink update-desktop-files
|
||||
BuildRequires: alsa-devel audiofile bison capi4linux cups-devel desktop-file-utils fdupes flex fontforge freeglut-devel freetype2-devel giflib-devel hal-devel jack-devel libgphoto2-devel libicu-devel liblcms-devel libpng-devel libtiff-devel libxslt-devel ncurses-devel openldap2-devel prelink update-desktop-files
|
||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||
Group: System/Emulators/PC
|
||||
Autoreqprov: on
|
||||
Version: 0.9.39
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: An MS Windows Emulator
|
||||
URL: http://www.winehq.com
|
||||
Source0: wine-%version.tar.bz2
|
||||
@ -84,6 +84,8 @@ install -d $RPM_BUILD_ROOT/usr/share/applications/
|
||||
install -m 0644 %SOURCE4 $RPM_BUILD_ROOT/usr/share/applications/
|
||||
install -m 0755 %SOURCE1 $RPM_BUILD_ROOT/usr/bin/
|
||||
|
||||
%fdupes -s $RPM_BUILD_ROOT
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
@ -113,6 +115,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/share/aclocal/wine.m4
|
||||
|
||||
%changelog
|
||||
* Sat Jun 23 2007 - meissner@suse.de
|
||||
- run fdupes, fixup desktop file to be more compliant.
|
||||
* Fri Jun 15 2007 - meissner@suse.de
|
||||
- Upgraded to upstream 0.9.39:
|
||||
- Many MSHTML improvements.
|
||||
|
Loading…
Reference in New Issue
Block a user