]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
- fixed and simplified 3dnow options ifdefs, better athlon support, adapterized
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 28 Jan 2002 11:02:13 +0000 (11:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Mesa.spec -> 1.51

Mesa.spec

index a54dfe98d5ffdacbe839bd1be4f9ec53965569e4..b8a4da97af00710eec574ef5fb28acbcb618d8c4 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -15,8 +15,11 @@ Group(de):   X11/Libraries
 Group(es):     X11/Bibliotecas
 Group(fr):     X11/Librairies
 Group(pl):     X11/Biblioteki
-Source0:       ftp://download.sourceforge.net/pub/sourceforge/mesa3d/%{name}Lib-%{version}.tar.bz2
-Source1:       ftp://download.sourceforge.net/pub/sourceforge/mesa3d/%{name}Demos-%{version}.tar.bz2
+Group(pt_BR):  X11/Bibliotecas
+Group(ru):     X11/âÉÂÌÉÏÔÅËÉ
+Group(uk):     X11/â¦Â̦ÏÔÅËÉ
+Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/mesa3d/%{name}Lib-%{version}.tar.bz2
+Source1:       ftp://ftp.sourceforge.net/pub/sourceforge/mesa3d/%{name}Demos-%{version}.tar.bz2
 %{?_with_dri:Source2:  XFree86-4.0.2-GLonly.tar.gz}
 Patch0:                %{name}-paths.patch
 Patch1:                %{name}-badlibtool.patch
@@ -68,8 +71,12 @@ Summary:     Development environment for Mesa
 Summary(pl):   ¦rodowisko programistyczne biblioteki Mesa
 Group:         Development/Libraries
 Group(de):     Entwicklung/Libraries
+Group(es):     Desarrollo/Bibliotecas
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
+Group(pt_BR):  Desenvolvimento/Bibliotecas
+Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 Requires:      %{name} = %{version}
 Requires:      XFree86-devel
 Provides:      OpenGL-devel
@@ -78,7 +85,7 @@ Obsoletes:    XFree86-OpenGL-devel
 %description devel
 Header files and documentation needed for development.
 
-%description -l pl devel
+%description devel -l pl
 Pliki nag³ówkowe i dokumentacja do Mesy.
 
 %package static
@@ -86,8 +93,12 @@ Summary:     Mesa static libraries
 Summary(pl):   Biblioteki statyczne Mesy
 Group:         Development/Libraries
 Group(de):     Entwicklung/Libraries
+Group(es):     Desarrollo/Bibliotecas
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
+Group(pt_BR):  Desenvolvimento/Bibliotecas
+Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 Requires:      %{name}-devel = %{version}
 Provides:      OpenGL-static
 Obsoletes:     XFree86-OpenGL-static
@@ -95,7 +106,7 @@ Obsoletes:   XFree86-OpenGL-static
 %description static
 The static version of the Mesa libraries.
 
-%description -l pl static
+%description static -l pl
 Biblioteki statyczne Mesy.
 
 %package demos
@@ -103,14 +114,18 @@ Summary:  Mesa Demos
 Summary(pl):   Demonstracje mo¿liwo¶ci bibliotek Mesa
 Group:         Development/Libraries
 Group(de):     Entwicklung/Libraries
+Group(es):     Desarrollo/Bibliotecas
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
+Group(pt_BR):  Desenvolvimento/Bibliotecas
+Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 Requires:      OpenGL-devel
 
 %description demos
 Demonstration programs for the Mesa libraries.
 
-%description -l pl demos
+%description demos -l pl
 Programy demonstracyjne dla bibliotek Mesa.
 
 %prep
@@ -153,21 +168,14 @@ automake -a -c
        %{?_without_glide:--without-glide} \
 %ifarch %{ix86} \
        --enable-x86 \
-  %ifarch i586 i686 \
+  %ifarch i586 i686 k6 athlon \
        --enable-mmx \
-    %ifarch i686 \
+       --enable-3dnow \
+    %ifarch i686 athlon \
        --enable-katmai \
     %else \
        --disable-katmai \
     %endif \
-  %else \
-    %ifarch athlon \
-       --enable-mmx \
-       --enable-3dnow \
-    %else \
-       --disable-mmx \
-       --disable-3dnow \
-    %endif \
   %endif \
 %else \
        --disable-x86 \
This page took 0.344227 seconds and 4 git commands to generate.