]> git.pld-linux.org Git - packages/Glide_V3-DRI.git/blame - Glide_V3-DRI.spec
- cleanup
[packages/Glide_V3-DRI.git] / Glide_V3-DRI.spec
CommitLineData
f621645c
JR
1Summary: Glide runtime for 3Dfx Voodoo Banshee and Voodoo3 boards
2Name: Glide_V3-DRI
3Version: 3.10
4Release: 6
5Group: Libraries
6Copyright: 3dfx Glide General Public License, 3Dfx Interactive Inc.
7URL: http://www.3dfx.com
8Source: Glide3.10.tar.gz
9Vendor: 3dfx Interactive Inc.
10Icon: 3dfx.gif
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14This library allows the user to use a 3dfx Interactive Voodoo Banshee
15or Voodoo3 card under Linux with DRI support. The source support DRI
16or non-DRI versions of Glide.
17
18%package devel
19Summary: Development headers for Glide 3.x
20Group: Development/Libraries
21Requires: %{name} = %{version}
22
23%description devel
24This package includes the headers files, documentation, and test files
25necessary for developing applications that use the 3Dfx Interactive
26Voodoo Banshe or Voodoo3 cards.
27
28%prep
29%setup -q -c
30chmod +x swlibs/include/make/ostype
31
32%build
33export FX_GLIDE_HW=h3
34make -f makefile.linux CNODEBUG="$RPM_OPT_FLAGS -fomit-frame-pointer \
35 -funroll-loops -fexpensive-optimizations -ffast-math -DBIG_OPT"
36
37%install
38rm -rf $RPM_BUILD_ROOT
39install -d $RPM_BUILD_ROOT{%{_includedir}/glide3,%{_libdir}}
40install -d $RPM_BUILD_ROOT%{_prefix}/src/examples/glide3/{tests,texus/{lib,cmd,examples}}
41
42install -s h3/lib/libglide3.so.3.10 $RPM_BUILD_ROOT%{_libdir}/libglide3.so.3.10
43ln -s libglide3.so.3 $RPM_BUILD_ROOT%{_libdir}/libglide3.so
44ln -s libglide3.so.3 $RPM_BUILD_ROOT%{_libdir}/libglide3x_V3.so
45ln -s libglide3x_V3.so $RPM_BUILD_ROOT%{_libdir}/libglide3x.so
46
47install -s swlibs/lib/libtexus.so.1.1 $RPM_BUILD_ROOT%{_libdir}
48ln -s libtexus.so.1 $RPM_BUILD_ROOT%{_libdir}/libtexus.so
49
50install swlibs/include/3dfx.h $RPM_BUILD_ROOT%{_includedir}/glide3
51install h3/include/glide.h $RPM_BUILD_ROOT%{_includedir}/glide3
52install h3/include/glidesys.h $RPM_BUILD_ROOT%{_includedir}/glide3
53install h3/include/glideutl.h $RPM_BUILD_ROOT%{_includedir}/glide3
54install h3/include/sst1vid.h $RPM_BUILD_ROOT%{_includedir}/glide3
55install swlibs/include/linutil.h $RPM_BUILD_ROOT%{_includedir}/glide3
56install swlibs/include/texus.h $RPM_BUILD_ROOT%{_includedir}/glide3
57
58# Install the examples and their source, no binaries
59install h3/glide3/tests/makefile.distrib $RPM_BUILD_ROOT%{_prefix}/src/examples/glide3/tests/makefile
60install h3/glide3/tests/*.3df $RPM_BUILD_ROOT%{_prefix}/src/examples/glide3/tests
61install h3/glide3/tests/test??.c $RPM_BUILD_ROOT%{_prefix}/src/examples/glide3/tests
62install h3/glide3/tests/tldata.inc $RPM_BUILD_ROOT%{_prefix}/src/examples/glide3/tests
63install h3/glide3/tests/tlib.[ch] $RPM_BUILD_ROOT%{_prefix}/src/examples/glide3/tests
64
65# Install the texture tools
66install swlibs/texus/makefile.distrib $RPM_BUILD_ROOT%{_prefix}/src/examples/glide3/texus/makefile
67install swlibs/texus/lib/makefile.distrib $RPM_BUILD_ROOT%{_prefix}/src/examples/glide3/texus/lib/makefile
68install swlibs/texus/cmd/makefile.distrib $RPM_BUILD_ROOT%{_prefix}/src/examples/glide3/texus/cmd/makefile
69install swlibs/texus/examples/makefile.distrib $RPM_BUILD_ROOT%{_prefix}/src/examples/glide3/texus/examples/makefile
70install swlibs/texus/lib/*.c $RPM_BUILD_ROOT%{_prefix}/src/examples/glide3/texus/lib
71install swlibs/texus/lib/texusint.h $RPM_BUILD_ROOT%{_prefix}/src/examples/glide3/texus/lib
72install swlibs/texus/cmd/*.c $RPM_BUILD_ROOT%{_prefix}/src/examples/glide3/texus/cmd
73install swlibs/texus/examples/*.c $RPM_BUILD_ROOT%{_prefix}/src/examples/glide3/texus/examples
74
75gzip -9nf glide_license.txt
76
77%clean
78rm -rf $RPM_BUILD_ROOT
79
80%post -p /sbin/ldconfig
81%postun -p /sbin/ldconfig
82
83%files
84%defattr(644,root,root,755)
85%doc glide_license.txt.gz
86%attr(755,root,root) %{_libdir}/libglide3.so.3.10
87%attr(755,root,root) %{_libdir}/libglide3.so
88%attr(755,root,root) %{_libdir}/libglide3x.so
89%attr(755,root,root) %{_libdir}/libglide3x_V3.so
90%attr(755,root,root) %{_libdir}/libtexus.so.1.1
91%attr(755,root,root) %{_libdir}/libtexus.so
92
93%files devel
94%defattr(644,root,root,755)
95%doc docs/*.pdf
96%{_prefix}/src/examples/glide3
97%{_includedir}/glide3
This page took 0.097643 seconds and 4 git commands to generate.