]> git.pld-linux.org Git - packages/bogl.git/commitdiff
- fix build (PAGE_MASK), relink with new libpng, disable parallel make, release 4. auto/th/bogl-0_1_18-4
authorPaweł Sikora <pluto@pld-linux.org>
Fri, 26 Mar 2010 10:42:26 +0000 (10:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bogl.spec -> 1.11

bogl.spec

index 8742396af8457342a849edddabb9f26d356761c5..f3328a4758f72b1064f49c87b58768f38aedd61a 100644 (file)
--- a/bogl.spec
+++ b/bogl.spec
@@ -4,7 +4,7 @@ Summary:        A terminal program for displaying Unicode on the console
 Summary(pl.UTF-8):     Program terminalowy do wyświetlania Unikodu na konsoli
 Name:          bogl
 Version:       0.1.18
-Release:       3
+Release:       4
 Epoch:         0
 License:       GPL
 Group:         Libraries
@@ -23,6 +23,7 @@ Patch1:               %{name}-0.1.9-fpic.patch
 Patch3:                %{name}-0.1.9-2.6fbdev.patch
 Patch4:                %{name}-0.1.18-gcc.patch
 Patch5:                %{name}-0.1.18-noexecstack.patch
+Patch6:                %{name}-page_mask.patch
 URL:           http://www.stanford.edu/~blp/projects.html
 BuildRequires: gd-devel
 BuildRequires: libpng-devel
@@ -85,6 +86,7 @@ konsoli.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 mkdir -p fonts
 cd fonts
@@ -92,7 +94,7 @@ tar zxf %{SOURCE2}
 tar zxf %{SOURCE3}
 
 %build
-%{__make} \
+%{__make} -j1 \
        CFLAGS="%{rpmcflags}"
 #./mergebdf fonts/9x18.bdf fonts/18x18ja.bdf > font.bdf
 gunzip -c %{SOURCE4} > font.bdf
This page took 0.097338 seconds and 4 git commands to generate.