]> git.pld-linux.org Git - packages/libggi.git/commitdiff
- removed kgicon support (kgicon package is old and probably not-working)
authorJacek Konieczny <jajcus@pld-linux.org>
Sat, 15 Apr 2000 16:50:30 +0000 (16:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- revision up

Changed files:
    libggi.spec -> 1.10

libggi.spec

index c8da770b1fc7f3b89ead7c4eeac0266ec231142e..22ef81ff7dc1eae427bfaec84f5292435993e71b 100644 (file)
@@ -2,7 +2,7 @@ Summary:        GGI - Generic Graphics Interface
 Summary(pl):   GGI - Generic Graphics Interface
 Name:          libggi
 Version:       2.0b2.1
-Release:       1
+Release:       2
 Group:         Libraries
 Group(pl):     Biblioteki
 Copyright:     GPL
@@ -12,8 +12,8 @@ BuildRequires:        libgii-devel
 BuildRequires: XFree86-devel
 BuildRequires: aalib-devel
 BuildRequires: svgalib-devel
-#BuildPrereq:   glide-devel
-BuildRequires:    kgicon-devel
+#BuildRequires: glide-devel
+#BuildRequires:  kgicon-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -66,8 +66,9 @@ LibGGI targets for displaing in X:
 #Group:                Libraries
 #Group(pl):    Biblioteki
 #Requires:     %{name} = %{version}
-
+#
 #%description glide
+#GGI Glide target
 
 %package programs
 Summary:       Utilities and demos for GGI
@@ -97,9 +98,11 @@ Pliki potrzebne do programowania z wykorzystaniem LibGII.
 
 %build
 LDFLAGS="-s" ; export LDFLAGS
+CPPFLAGS="-I/usr/include/glide"; export CPPFLAGS 
 %configure \
        --disable-debug \
        --disable-glide \
+       --disable-genkgi \
        --sysconfdir=%{_sysconfdir}
 make
 
This page took 0.031697 seconds and 4 git commands to generate.