source: projects/specs/trunk/w/wine-doors/wine-doors-vl.spec @ 1197

Revision 1197, 2.2 KB checked in by Takemikaduchi, 14 years ago (diff)

update wine and add wine-doors

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