]> git.pld-linux.org Git - packages/freetype.git/commitdiff
- updated to 1.3.1, freetype-1_3_1-1
authorkloczek <kloczek@pld-linux.org>
Sun, 16 Jan 2000 21:21:51 +0000 (21:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added autoconf patch wgich fix buggy gettext/NLS detectin procedure and
  replaces them by using directly AM_GNU_GETTEXT,
- added lib*.la to devel,
- new %description,
- License changed to "BSD like".

Changed files:
    freetype.spec -> 1.28

freetype.spec

index c4e856e0d716863fe2c0e5c02fb7ac5b33956029..fb99b388aba4215267f0d0cc6e10ea622514a783 100644 (file)
@@ -1,22 +1,31 @@
 Summary:       Truetype font rasterizer
 Summary(pl):   Rasteryzer fontów Truetype
 Name:          freetype
-Version:       1.3
-Release:       2
-Copyright:     LGPL
+Version:       1.3.1
+Release:       1
+License:       BSD like
 Group:         Libraries
 Group(pl):     Biblioteki
 Source:                ftp://ftp.physiol.med.tu-muenchen.de/pub/freetype/%{name}-%{version}.tar.gz
-Patch:         freetype-DESTDIR.patch
+Patch0:                freetype-DESTDIR.patch
+Patch1:                freetype-autoconf.patch
 URL:           http://www.physiol.med.tu-muenchen.de/~robert/freetype.html
 BuildRequires: gettext-devel
 BuildRequires: XFree86-devel
 BuildRoot:     /tmp/%{name}-%{version}-root
 
 %description
-The FreeType engine is a free and portable TrueType font rendering engine,
-available in ANSI C and Pascal source code.  It has been developed to
-provide TT support to a great variety of platforms and environments.
+The FreeType engine is a free and portable TrueType font rendering engine.
+It has been developed to provide TrueType support to a great variety of
+platforms and environments.
+                                                                                                              
+Note that FreeType is a *library*. It is not a font server for your favorite
+platform, even though it was designed to be used in many of them. Note also
+that it is *not* a complete text-rendering library.  Its purpose is simply
+to open and manage font files, as well as load, hint and render individual
+glyphs efficiently. You can also see it as a "TrueType driver" for a
+higher-level library, though rendering text with it is extremely easy, as
+demo-ed by the test programs.
 
 %description -l pl
 FreeType jest bibliotek± s³u¿±c± do rasteryzacji fontów TrueType.
@@ -76,16 +85,17 @@ Freetype library utilites:
 Przyk³adowe aplikacje wykorzystuj±ce freetype.
 
 %prep
-%setup -q
-%patch -p1
+%setup  -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 gettextize --copy --force
+aclocal
 autoconf
 LDFLAGS="-s"; export LDFLAGS
 %configure \
         --enable-static \
-        --with-locale-dir=%{_datadir}/locale \
         --with-gnu-ld
 make
 
@@ -112,6 +122,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc howto/unix* docs/*txt* *.gz
 %attr(755,root,root) %{_libdir}/lib*.so
+%attr(755,root,root) %{_libdir}/lib*.la
 %{_includedir}/*
 
 %files static
This page took 0.079278 seconds and 4 git commands to generate.