X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=Glide_V3-DRI.spec;h=c22847ab9cb92a52e3ecd283f75d4ac7f43a1c3a;hb=3e091b9abfa73d7a948884e42feffbbe75929a5c;hp=a3f501668dfe88a0f1fa13eb042ef1156ec750ff;hpb=8c36d1ec74fffad7c52cb6457e2e5d0fce6df734;p=packages%2FGlide_V3-DRI.git diff --git a/Glide_V3-DRI.spec b/Glide_V3-DRI.spec index a3f5016..c22847a 100644 --- a/Glide_V3-DRI.spec +++ b/Glide_V3-DRI.spec @@ -1,98 +1,157 @@ %define snapdate 20010309 Summary: Glide runtime for 3Dfx Voodoo Banshee and Voodoo3 boards +Summary(ko): 3Dfx ºÎµÎ º¥½¬/3 ºñµð¿ÀÄ«µå¿ë Glide ·±Å¸ÀÓ ¶óÀ̺귯¸® +Summary(pl): Biblioteki Glide dla kart 3Dfx Voodoo Banshee oraz Voodoo3 Name: Glide_V3-DRI Version: 3.10.0 -Release: %{snapdate}.1 -Group: Libraries -Copyright: 3dfx Glide General Public License, 3Dfx Interactive Inc. +Release: 0.%{snapdate}.12 +Epoch: 1 +License: 3dfx Glide General Public License, 3Dfx Interactive Inc. +Group: X11/Libraries +Source0: cvs://anonymous@cvs.glide.sourceforge.net:/cvsroot/glide/glide3x-%{snapdate}.tar.gz +# Source0-md5: 42a8e093221b2360ec96191ae0e13ce0 +Patch0: glide-ia64.patch +Patch1: glide-ac-workaround.patch +Patch2: glide-h3.patch +Patch3: glide-h5.patch +Patch4: glide-am16.patch +Patch5: glide-gcc33.patch +Patch6: glide-ioctl.patch +Patch7: glide-morearchs.patch +Patch8: glide-gcc34.patch URL: http://glide.sourceforge.net/ -Source: cvs://anonymous@cvs.glide.sourceforge.net:/cvsroot/glide/glide3x-%{snapdate}.tar.gz -Patch: glide-ia64.patch -Vendor: 3dfx Interactive Inc. -Icon: 3dfx.gif -BuildRequires: XFree86-devel -BuildRequires: automake BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool +BuildRequires: xorg-lib-libX11-devel +BuildRequires: xorg-lib-libXau-devel +BuildRequires: xorg-lib-libXdmcp-devel +BuildRequires: xorg-lib-libXext-devel +BuildRequires: xorg-lib-libXxf86dga-devel +BuildRequires: xorg-lib-libXxf86vm-devel +Provides: Glide3-DRI +Obsoletes: Glide_V5-DRI BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%description +%description This library allows the user to use a 3dfx Interactive Voodoo Banshee or Voodoo3 card under Linux with DRI support. The source support DRI or non-DRI versions of Glide. +%description -l pl +Ta biblioteka pozwala u¿ytkownikowi na u¿ywanie kart 3dfx Interactive +Voodoo Banshee lub Voodoo3 pod Linuksem z DRI. Ta wersja zawiera +wsparcie dla wersji Glide z DRI i bez DRI. + %package devel Summary: Development headers for Glide 3.x -Group: Development/Libraries -Requires: %{name} = %{version} +Summary(pl): Pliki nag³ówkowe Glide 3.x +Group: X11/Development/Libraries +Requires: %{name} = %{epoch}:%{version}-%{release} +Provides: Glide3-DRI-devel +Obsoletes: Glide_V5-DRI-devel %description devel This package includes the headers files, documentation, and test files necessary for developing applications that use the 3Dfx Interactive -Voodoo Banshe or Voodoo3 cards. +Voodoo Banshee or Voodoo3 cards. + +%description devel -l pl +Ten pakiet zawiera pliki nag³ówkowe, dokumentacje, oraz pliki tekstowe +wymagane przez aplikacje deweloperskie, które u¿ywaj± kart 3Dfx +Interactive Voodoo Banshe lub Voodoo3. %package static Summary: Static library Glide 3.x -Group: Development/Libraries -Requires: %{name} = %{version} +Summary(pl): Statyczne biblioteki Glide 3.x +Group: X11/Development/Libraries +Requires: %{name}-devel = %{epoch}:%{version}-%{release} +Provides: Glide3-DRI-static +Obsoletes: Glide_V5-DRI-static %description static -This package includes the static Glide3 library. +This package includes the static Glide3 library for Voodoo Banshee or +Voodoo3 cards. + +%description static -l pl +Ten pakiet zawiera statyczne biblioteki Glide3 dla kart Voodoo Banshee +lub Voodoo3. %prep %setup -q -n glide3x-%{snapdate} %patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 +%patch7 -p1 +%patch8 -p1 %build -rm -f missing -aclocal -automake -a -c -autoconf +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__automake} -i %configure \ --enable-fx-dri-build \ --enable-fx-glide-hw=h3 \ - --enable-fx-debug=no + --enable-fx-debug=no \ +%ifarch i586 i686 athlon pentium3 pentium4 + --enable-amd3d +%endif -%{__make} -f makefile.autoconf all +%{__make} -f makefile.autoconf all \ + GLIDE_DEBUG_GCFLAGS="%{rpmcflags} -fno-expensive-optimizations %{!?debug:-fomit-frame-pointer -ffast-math}" \ + GLIDE_DEBUG_GDEFS="%{!?debug:-DBIG_OPT} %{?debug:-DGDBG_INFO_ON -DGLIDE_DEBUG}" \ + LINK_LIBS="-L/usr/X11R6/%{_lib} -lX11 -lXext -lXxf86dga -lXxf86vm -lm" %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_examplesdir}/glide3/tests +install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/tests +# something is recompiled - use GCFLAGS too %{__make} -f makefile.autoconf install \ + GLIDE_DEBUG_GCFLAGS="%{rpmcflags} -fno-expensive-optimizations %{!?debug:-fomit-frame-pointer -ffast-math}" \ + GLIDE_DEBUG_GDEFS="%{!?debug:-DBIG_OPT} %{?debug:-DGDBG_INFO_ON -DGLIDE_DEBUG}" \ + LINK_LIBS="-L/usr/X11R6/%{_lib} -lX11 -lXext -lXxf86dga -lXxf86vm -lm" \ DESTDIR=$RPM_BUILD_ROOT -ln -s libglide3.so.%{version} $RPM_BUILD_ROOT%{_libdir}/libglide3x_V3.so -ln -s libglide3.so.%{version} $RPM_BUILD_ROOT%{_libdir}/libglide3x.so +# used by tdfx_dri.so from XFree86 +ln -sf libglide3.so.%{version} $RPM_BUILD_ROOT%{_libdir}/libglide3-v3.so +# used by ??? +ln -sf libglide3.so.%{version} $RPM_BUILD_ROOT%{_libdir}/libglide3x_V3.so +ln -sf libglide3.so.%{version} $RPM_BUILD_ROOT%{_libdir}/libglide3x.so # Install the examples and their source, no binaries -install h3/glide3/tests/makefile.distrib $RPM_BUILD_ROOT%{_examplesdir}/glide3/tests/makefile -install h3/glide3/tests/*.3df $RPM_BUILD_ROOT%{_examplesdir}/glide3/tests -install h3/glide3/tests/test??.c $RPM_BUILD_ROOT%{_examplesdir}/glide3/tests -install h3/glide3/tests/tldata.inc $RPM_BUILD_ROOT%{_examplesdir}/glide3/tests -install h3/glide3/tests/tlib.[ch] $RPM_BUILD_ROOT%{_examplesdir}/glide3/tests - -gzip -9nf glide_license.txt +install h3/glide3/tests/makefile.distrib $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/tests/makefile +install h3/glide3/tests/*.3df $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/tests +install h3/glide3/tests/test??.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/tests +install h3/glide3/tests/tldata.inc $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/tests +install h3/glide3/tests/tlib.[ch] $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/tests +gzip -9nf $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/tests/*.3df %clean rm -rf $RPM_BUILD_ROOT -%post -p /sbin/ldconfig +%post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(644,root,root,755) -%doc glide_license.txt.gz +%doc glide_license.txt %attr(755,root,root) %{_libdir}/libglide3.so.*.*.* +%attr(755,root,root) %{_libdir}/libglide3-v3.so %attr(755,root,root) %{_libdir}/libglide3x.so %attr(755,root,root) %{_libdir}/libglide3x_V3.so %files devel %defattr(644,root,root,755) -#%doc docs/*.pdf -%{_examplesdir}/glide3 -%attr(755,root,root) %{_libdir}/lib*.la %attr(755,root,root) %{_libdir}/libglide3.so +%{_libdir}/lib*.la %{_includedir}/glide3 +%{_examplesdir}/%{name}-%{version} %files static %defattr(644,root,root,755)