SHA256
1
0
forked from pool/wine
OBS User unknown 2009-07-09 09:30:40 +00:00 committed by Git OBS Bridge
parent 8e12810a02
commit 4b15cd57db
4 changed files with 34 additions and 28 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dbe8d15a18151d9cd4c77b5c0c031beec7eb3795e16f02ffabfc12de984c723d
size 15455581

3
wine-1.1.25.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:acd26b4f7621a7ebe0583fb9972fcf925e20330e0e9fa148fada02d96d487015
size 15554961

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Jul 4 12:58:33 CEST 2009 - meissner@novell.com
- spec file cleanup, make it possible to rpmbuild -ba
on x86_64 machines. bnc#519192
- Updated to upstream 1.1.25
- A ton of translation updates.
- Support for various Unicode file encodings in Notepad.
- Improved memory management, especially for OpenGL.
- Desktop menus now cleaned up automatically.
- Beginnings of a windowscodecs DLL implementation.
- Various bug fixes.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jun 21 22:35:23 CEST 2009 - meissner@suse.de Sun Jun 21 22:35:23 CEST 2009 - meissner@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package wine (Version 1.1.24) # spec file for package wine (Version 1.1.25)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -23,7 +23,7 @@ BuildRequires: alsa-devel bison capi4linux-devel cups-devel desktop-file-utils
License: LGPL v2.1 or later License: LGPL v2.1 or later
Group: System/Emulators/PC Group: System/Emulators/PC
AutoReqProv: on AutoReqProv: on
Version: 1.1.24 Version: 1.1.25
Release: 1 Release: 1
Summary: An MS Windows Emulator Summary: An MS Windows Emulator
Url: http://www.winehq.com Url: http://www.winehq.com
@ -73,24 +73,18 @@ test -d dlls/winemp3.acm && (
) )
%build %build
rm -f ./config.cache cat VERSION
autoconf CFLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-m64//'` \
CFLAGS="$RPM_OPT_FLAGS" \ ./configure --prefix=/usr --libdir=/usr/lib --with-x --verbose
./configure --prefix=/usr --verbose grep "have_x=yes" config.log || exit 1
make %{?jobs:-j%jobs} depend
make %{?jobs:-j%jobs} all make %{?jobs:-j%jobs} all
%install %install
rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
mkdir $RPM_BUILD_ROOT # install desktop file
make install prefix=$RPM_BUILD_ROOT%{_prefix} install -d $RPM_BUILD_ROOT/usr/share/applications/
# install -m 0644 %SOURCE4 $RPM_BUILD_ROOT/usr/share/applications/
# install documentation
install -d -m 755 $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}/
cp ANNOUNCE AUTHORS LICENSE LICENSE.OLD README* \
$RPM_BUILD_ROOT%{_defaultdocdir}/%{name}/
#
find $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/ -type d|xargs chmod ogu+rx
find $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/ -type f|xargs chmod ogu+r
install -m 0755 %SOURCE1 $RPM_BUILD_ROOT/usr/bin/ install -m 0755 %SOURCE1 $RPM_BUILD_ROOT/usr/bin/
mv $RPM_BUILD_ROOT/%{_mandir}/de.UTF-8 $RPM_BUILD_ROOT/%{_mandir}/de mv $RPM_BUILD_ROOT/%{_mandir}/de.UTF-8 $RPM_BUILD_ROOT/%{_mandir}/de
mv $RPM_BUILD_ROOT/%{_mandir}/fr.UTF-8 $RPM_BUILD_ROOT/%{_mandir}/fr mv $RPM_BUILD_ROOT/%{_mandir}/fr.UTF-8 $RPM_BUILD_ROOT/%{_mandir}/fr
@ -106,22 +100,21 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc ANNOUNCE AUTHORS LICENSE LICENSE.OLD README*
/usr/bin/* /usr/bin/*
/usr/share/wine /usr/share/wine
%{_libdir}/lib* /usr/lib/lib*
%dir %{_libdir}/wine %dir /usr/lib/wine
%{_libdir}/wine/*.so /usr/lib/wine/*.so
%{_libdir}/wine/*.*16 /usr/lib/wine/*.*16
/usr/share/applications/wine.desktop /usr/share/applications/wine.desktop
%doc %{_defaultdocdir}/wine
%doc %{_mandir}/*/* %doc %{_mandir}/*/*
%doc %{_mandir}/*/*/*
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/wine %{_includedir}/wine
%{_libdir}/wine/*.def /usr/lib/wine/*.def
%{_libdir}/wine/*.a /usr/lib/wine/*.a
/usr/share/aclocal/wine.m4 /usr/share/aclocal/wine.m4
%changelog %changelog