]> git.pld-linux.org Git - packages/freetype1.git/commitdiff
- changed freetype1 header files directory... so needed to fix a few
authorMariusz Mazur <mmazur@pld-linux.org>
Sat, 13 Apr 2002 20:48:27 +0000 (20:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
packages; rel++; STBR
- NOTE: this is needed for mozilla to build correctly (not to conflict
with freetype1)
- NOTE2: not one binary file was altered since the previous release

Changed files:
    freetype1.spec -> 1.20

freetype1.spec

index c05b263a41ecc4dfceb05e9cd027a9c8b41c604c..705be50f1dd32e8ba3ffc6555ed007f551bb951d 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Truetype font rasterizer
 Summary(pl):   Rasteryzer fontów Truetype
 Name:          freetype1
 Version:       1.3.1
-Release:       4
+Release:       5
 License:       BSD-like
 Group:         Libraries
 Source0:       ftp://ftp.freetype.org/freetype/freetype1/freetype-%{version}.tar.gz
@@ -100,6 +100,7 @@ Przyk
 %patch1 -p1
 
 %build
+install /usr/share/automake/missing .
 gettextize --copy --force
 libtoolize --copy --force
 aclocal
@@ -117,6 +118,10 @@ rm -rf $RPM_BUILD_ROOT
 
 gzip -9nf howto/unix.txt README announce docs/{*.txt,FAQ,TODO,credits}
 
+mkdir $RPM_BUILD_ROOT/%{_includedir}/freetype1
+mv $RPM_BUILD_ROOT/%{_includedir}/freetype \
+                       $RPM_BUILD_ROOT/%{_includedir}/freetype1
+
 %find_lang freetype
 
 %clean
This page took 0.066194 seconds and 4 git commands to generate.