wine-doors-vl.spec 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. Summary: One-click Windows package manager / wine frontend
  2. Summary(ja): Wine フロントエンド
  3. Name: wine-doors
  4. Version: 0.1.3
  5. Release: 1%{?_dist_release}
  6. License: GPL
  7. Group: Applications/Emulators
  8. URL: http://www.wine-doors.org
  9. Source0: wine-doors-%{version}.tar.gz
  10. Source1: preferences-vine.xml
  11. BuildArch: noarch
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
  13. Requires: libxml2-python
  14. Requires: python >= 2.4
  15. Requires: pygtk2
  16. Requires: pygtk2-libglade
  17. Requires: glade2
  18. Requires: libglade2
  19. Requires: wine
  20. Requires: unzip
  21. Requires: gnome-python-desktop
  22. Requires: gnome-python-rsvg
  23. Requires: cabextract
  24. Requires: tar
  25. Requires: pycairo
  26. Requires: orange
  27. Requires: xorg-x11-xkb-utils
  28. BuildRequires: python >= 2.4
  29. Vendor: Project Vine
  30. Distribution: Vine Linux
  31. %description
  32. Wine-doors is an application designed to make installing windows
  33. software on Linux, Solaris or other Unix systems easier. Wine-doors
  34. is essentially a package management tool for windows software on
  35. Linux systems. Most Linux desktop users are familiar with package
  36. management style application delivery, so it made sense to apply
  37. this model to windows software.
  38. Wine-doors works by leveraging the exquisite software, libraries
  39. and tools created over at WineHQ, there are also plans to support
  40. Cedega, cvscedega and Crossover Office.
  41. Updating to 0.1.3 is highly recommended.
  42. %prep
  43. %setup -q
  44. %build
  45. %install
  46. mkdir -p $RPM_BUILD_ROOT
  47. python setup.py install -S --nodeps --temp=$RPM_BUILD_ROOT --prefix=%{_prefix}
  48. # override preferences.xml
  49. cp %{SOURCE1} $RPM_BUILD_ROOT/etc/wine-doors/preferences.xml
  50. %clean
  51. rm -rf $RPM_BUILD_ROOT
  52. %files
  53. %defattr(-,root,root)
  54. %doc INSTALL LICENSE README
  55. %{_bindir}/wine-doors
  56. %{_datadir}/wine-doors/*
  57. %{_datadir}/applications/*
  58. %{_datadir}/pixmaps/*
  59. /etc/wine-doors/preferences.xml
  60. %changelog
  61. * Sun Jun 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.3-1
  62. - initial build for Vine Linux
  63. * Sun Mar 16 2009 Andrew Stormont <andyjstormont@googlemail.com>
  64. - Several bug fixes over 0.1.3rc1
  65. - Several new packages including PhotoshopCS2 and Spotify
  66. - IE works again!
  67. * Sun Jan 18 2009 Andrew Stormont <andyjstormont@googlemail.com>
  68. - Updated for 0.1.3rc1
  69. * Sun Jan 20 2008 Karl Lattimer <karl@wine-doors.org>
  70. - Initial RPM build
  71. - 0.1.2-1