]> git.pld-linux.org Git - packages/freetype.git/commitdiff
- updated to 2.0.6 (mostly bugfix release nad few enhanctments in cache and freetype-2_0_6-1
authorkloczek <kloczek@pld-linux.org>
Sun, 13 Jan 2002 23:47:53 +0000 (23:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  hinting code),
- reverse bytecode patch logicg because TT_CONFIG_OPTION_BYTECODE_INTERPRETER
  is non by default #undef.

Changed files:
    freetype.spec -> 1.51

freetype.spec

index 063de1ac005520ea737e8a1fdb67f3a8e5889f15..9cb401b9dde9e107221029c85bc8ee1396b97f46 100644 (file)
@@ -1,12 +1,12 @@
 #
 # Conditional build:
-# _without_bytecode    - without TT bytecode interpreter
-#                        (patents pending in USA, Japan...)
+# _with_bytecode       - without TT bytecode interpreter
+#                      (patents pending in USA, Japan...)
 #
 Summary:       Truetype font rasterizer
 Summary(pl):   Rasteryzer fontów Truetype
 Name:          freetype
-Version:       2.0.5
+Version:       2.0.6
 Release:       1
 License:       GPL or FTL
 Group:         Libraries
@@ -90,7 +90,7 @@ Biblioteki statyczne freetype.
 %setup -q -b1
 %patch0 -p1
 %patch1 -p1
-%{!?_without_bytecode:%patch2 -p1}
+%{!?_with_bytecode:%patch2 -p1}
 
 %build
 CFLAGS="%{rpmcflags}" %{__make} setup CFG="--prefix=%{_prefix}"
@@ -103,7 +103,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR="$RPM_BUILD_ROOT"
 
-gzip -9nf docs/{BUGS,CHANGES,FTL.txt,PATENTS,license.txt,todo,cache.txt}
+gzip -9nf docs/{BUGS,CHANGES,FTL.txt,PATENTS,license.txt,TODO,modules.txt}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.177745 seconds and 4 git commands to generate.