]> git.pld-linux.org Git - packages/fribidi.git/commitdiff
- hack commented, I've just found glib2.patch
authorklakier <klakier@pld-linux.org>
Thu, 24 Aug 2000 19:14:41 +0000 (19:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fribidi.spec -> 1.3

fribidi.spec

index 141ec798e570d6e4638924a2981b87d2680bcf9e..087154a983426307af9d10ee774cfa0b9e4f75e5 100644 (file)
@@ -6,8 +6,7 @@ License:        LGPL
 Group:         Libraries
 Group(pl):     Biblioteki
 Source0:       http://imagic.weizmann.ac.il/~dov/freesw/FriBidi/fribidi-%{version}.tar.gz
-
-#Patch1:               fribidi-0.1.12-gtkbeta.patch
+Patch0:                fribidi-0.1.12-glib2.patch
 
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 URL:           http://imagic.weizmann.ac.il/~dov/freesw/FriBidi
@@ -46,7 +45,7 @@ Biblioteki statyczne %{name}.
 
 %prep
 %setup -q
-#%patch1 -p1 -b .gtkbeta
+%patch -p1
 
 # .gtkbeta patch changes Makefile.am
 libtoolize --force --copy
@@ -55,7 +54,7 @@ automake
 
 %build
 CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS
-GLIB_CONFIG="%{_bindir}/glib-config-2.0"; export GLIB_CONFIG
+##GLIB_CONFIG="%{_bindir}/glib-config-2.0"; export GLIB_CONFIG
 %configure 
 %{__make}
 
This page took 0.121553 seconds and 4 git commands to generate.