|
|
@ -3,7 +3,7 @@
|
|
|
|
%global winemono 0.0.8
|
|
|
|
%global winemono 0.0.8
|
|
|
|
|
|
|
|
|
|
|
|
Name: wine
|
|
|
|
Name: wine
|
|
|
|
Version: 1.5.24
|
|
|
|
Version: 1.5.25
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A compatibility layer for windows applications
|
|
|
|
Summary: A compatibility layer for windows applications
|
|
|
|
|
|
|
|
|
|
|
@ -369,6 +369,7 @@ Requires: wine-marlett-fonts = %{version}-%{release}
|
|
|
|
Requires: wine-ms-sans-serif-fonts = %{version}-%{release}
|
|
|
|
Requires: wine-ms-sans-serif-fonts = %{version}-%{release}
|
|
|
|
Requires: wine-tahoma-fonts = %{version}-%{release}
|
|
|
|
Requires: wine-tahoma-fonts = %{version}-%{release}
|
|
|
|
Requires: wine-symbol-fonts = %{version}-%{release}
|
|
|
|
Requires: wine-symbol-fonts = %{version}-%{release}
|
|
|
|
|
|
|
|
Requires: wine-wingdings-fonts = %{version}-%{release}
|
|
|
|
# intermediate fix for #593140
|
|
|
|
# intermediate fix for #593140
|
|
|
|
Requires: liberation-sans-fonts liberation-serif-fonts liberation-mono-fonts
|
|
|
|
Requires: liberation-sans-fonts liberation-serif-fonts liberation-mono-fonts
|
|
|
|
%if 0%{?fedora} > 12
|
|
|
|
%if 0%{?fedora} > 12
|
|
|
@ -457,6 +458,16 @@ Requires: fontpackages-filesystem
|
|
|
|
%description symbol-fonts
|
|
|
|
%description symbol-fonts
|
|
|
|
%{summary}
|
|
|
|
%{summary}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package wingdings-fonts
|
|
|
|
|
|
|
|
Summary: Wine Wingdings font family
|
|
|
|
|
|
|
|
Group: User Interface/X
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
Requires: fontpackages-filesystem
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description wingdings-fonts
|
|
|
|
|
|
|
|
%{summary}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package ldap
|
|
|
|
%package ldap
|
|
|
|
Summary: LDAP support for wine
|
|
|
|
Summary: LDAP support for wine
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
@ -745,6 +756,10 @@ install -p -m 0644 %{SOURCE501} %{buildroot}%{_fontconfig_templatedir}/20-wine-t
|
|
|
|
ln -s %{_fontconfig_templatedir}/20-wine-tahoma-nobitmaps.conf \
|
|
|
|
ln -s %{_fontconfig_templatedir}/20-wine-tahoma-nobitmaps.conf \
|
|
|
|
%{buildroot}%{_fontconfig_confdir}/20-wine-tahoma-nobitmaps.conf
|
|
|
|
%{buildroot}%{_fontconfig_confdir}/20-wine-tahoma-nobitmaps.conf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
install -p -m 0755 -d %{buildroot}/%{_datadir}/fonts/wine-wingdings-fonts
|
|
|
|
|
|
|
|
mv %{buildroot}/%{_datadir}/wine/fonts/wingding.ttf %{buildroot}/%{_datadir}/fonts/wine-wingdings-fonts/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# clean readme files
|
|
|
|
# clean readme files
|
|
|
|
pushd documentation
|
|
|
|
pushd documentation
|
|
|
|
for lang in it hu sv es pt pt_br;
|
|
|
|
for lang in it hu sv es pt pt_br;
|
|
|
@ -1226,6 +1241,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
%{_libdir}/wine/vdmdbg.dll.so
|
|
|
|
%{_libdir}/wine/vdmdbg.dll.so
|
|
|
|
%{_libdir}/wine/version.dll.so
|
|
|
|
%{_libdir}/wine/version.dll.so
|
|
|
|
%{_libdir}/wine/wbemprox.dll.so
|
|
|
|
%{_libdir}/wine/wbemprox.dll.so
|
|
|
|
|
|
|
|
%{_libdir}/wine/webservices.dll.so
|
|
|
|
%{_libdir}/wine/wer.dll.so
|
|
|
|
%{_libdir}/wine/wer.dll.so
|
|
|
|
%{_libdir}/wine/wevtapi.dll.so
|
|
|
|
%{_libdir}/wine/wevtapi.dll.so
|
|
|
|
%{_libdir}/wine/wiaservc.dll.so
|
|
|
|
%{_libdir}/wine/wiaservc.dll.so
|
|
|
@ -1390,7 +1406,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
%files fonts
|
|
|
|
%files fonts
|
|
|
|
# meta package
|
|
|
|
# meta package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files courier-fonts
|
|
|
|
%files courier-fonts
|
|
|
|
%doc COPYING.LIB
|
|
|
|
%doc COPYING.LIB
|
|
|
|
%{_datadir}/fonts/wine-courier-fonts
|
|
|
|
%{_datadir}/fonts/wine-courier-fonts
|
|
|
@ -1425,6 +1440,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
%doc COPYING.LIB
|
|
|
|
%doc COPYING.LIB
|
|
|
|
%{_datadir}/fonts/wine-symbol-fonts
|
|
|
|
%{_datadir}/fonts/wine-symbol-fonts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files wingdings-fonts
|
|
|
|
|
|
|
|
%doc COPYING.LIB
|
|
|
|
|
|
|
|
%{_datadir}/fonts/wine-wingdings-fonts
|
|
|
|
|
|
|
|
|
|
|
|
%files desktop
|
|
|
|
%files desktop
|
|
|
|
%{_datadir}/applications/wine-notepad.desktop
|
|
|
|
%{_datadir}/applications/wine-notepad.desktop
|
|
|
|
%{_datadir}/applications/wine-winefile.desktop
|
|
|
|
%{_datadir}/applications/wine-winefile.desktop
|
|
|
@ -1510,6 +1529,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Mar 05 2013 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
|
|
|
|
|
|
|
- 1.5.25-1
|
|
|
|
|
|
|
|
- version upgrade
|
|
|
|
|
|
|
|
- now font package for wingdings family
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 18 2013 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
|
|
|
* Mon Feb 18 2013 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
|
|
|
- 1.5.24-1
|
|
|
|
- 1.5.24-1
|
|
|
|
- version upgrade
|
|
|
|
- version upgrade
|
|
|
|