]> git.pld-linux.org Git - packages/cedega-commercial.git/commitdiff
- winex 4 is cedega, this is the spec if you have the commercial tarball but down...
authordjurban <djurban@pld-linux.org>
Wed, 23 Jun 2004 16:35:16 +0000 (16:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cedega-commercial.spec -> 1.1

cedega-commercial.spec [new file with mode: 0644]

diff --git a/cedega-commercial.spec b/cedega-commercial.spec
new file mode 100644 (file)
index 0000000..3604f10
--- /dev/null
@@ -0,0 +1,55 @@
+Summary:       A commercial version of cedega WINE
+Summary(pl):   Komercyjna wersja WINE w wersji cedega
+Name:          cedega-commercial
+Version:       4.0
+Release:       1
+Copyright:      2000-2004 TransGaming Technologies Inc.
+#License:      Check /usr/share/doc/cedega/copyright
+Group:         Applications
+Vendor:                TransGaming Technologies Inc.
+Source0:       cedega_%{version}-1.i386.tgz
+# NoSource0-md5:       438e04b5e065ae52c6a5c26fd8f5c95
+URL:           http://www.transgaming.com
+BuildRequires: tar
+Requires:       OpenGL
+ExclusiveArch: %{ix86}
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define         no_install_post_strip   1
+
+%description
+A modified  WINE version with DirectX 9 support.
+
+%description -l pl
+Rozszerzona wersja WINE z obs³ug± DirectX 9.
+
+%prep
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+%{__tar} xfz %{SOURCE0} -C $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+# The symlink
+%attr(755,root,root) %{_bindir}/cedega
+%dir %{_libdir}/transgaming_cedega/
+%{_libdir}/transgaming_cedega/*.*
+
+# The windows C drive and Program files
+%{_libdir}/transgaming_cedega/.transgaming/
+
+# The implementation
+%dir %{_libdir}/transgaming_cedega/winex/
+%dir %{_libdir}/transgaming_cedega/winex/bin
+%dir %{_libdir}/transgaming_cedega/winex/*lib
+%attr(755,root,root) %{_libdir}/transgaming_cedega/winex/bin/*
+%attr(755,root,root) %{_libdir}/transgaming_cedega/winex/*lib/*.so*
+%{_libdir}/transgaming_cedega/winex/*lib/*.a
+
+# The licence
+%{_defaultdocdir}/cedega
This page took 0.059865 seconds and 4 git commands to generate.