]> git.pld-linux.org Git - packages/freetype.git/commitdiff
- spec adapterized.
authorkloczek <kloczek@pld-linux.org>
Thu, 18 May 2000 21:48:35 +0000 (21:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    freetype.spec -> 1.32

freetype.spec

index dd656b96fc26e2ba570d794dc76f639247f26ef4..80cbaf887b5dcdb0963f100c5976d8df8d29c362 100644 (file)
@@ -5,8 +5,9 @@ Version:        1.3.1
 Release:       1
 License:       BSD like
 Group:         Libraries
+Group(fr):     Librairies
 Group(pl):     Biblioteki
-Source:                ftp://ftp.physiol.med.tu-muenchen.de/pub/freetype/%{name}-%{version}.tar.gz
+Source0:       ftp://ftp.physiol.med.tu-muenchen.de/pub/freetype/%{name}-%{version}.tar.gz
 Patch0:                freetype-DESTDIR.patch
 Patch1:                freetype-autoconf.patch
 URL:           http://www.physiol.med.tu-muenchen.de/~robert/freetype.html
@@ -15,26 +16,27 @@ BuildRequires:      XFree86-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-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.
+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.
-Kody ¼ród³owe napisane s± w ANSI C oraz PASCAL'u. 
+FreeType jest bibliotek± s³u¿±c± do rasteryzacji fontów TrueType. Kody
+¼ród³owe napisane s± w ANSI C oraz PASCAL'u.
 
 %package devel
 Summary:       Header files and development documentation
 Summary(pl):   Pliki nag³ówkowe biblioteki freetype i dokumentacja
 Group:         Development/Libraries
+Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Requires:      %{name} = %{version}
 
@@ -50,6 +52,7 @@ kompilowaniu program
 Summary:       Freetype static libraries
 Summary(pl):   Biblioteki statyczne freetype
 Group:         Development/Libraries
+Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Requires:      %{name}-devel = %{version}
 
@@ -69,16 +72,17 @@ Obsoletes:  freetype-utils
 
 %description progs
 Freetype library utilites:
-- ftimer   - a simple performance timer for the engine,
-- fzoom    - very simple glyph viewer,
-- ftlint   - program will hint each glyph of a font file, at a given point
-             size,
-- ftwiew   - display all glyphs in a given font, applying hinting to each one,
-- fdump    - a simple TrueType font or collection dumper,
+- ftimer - a simple performance timer for the engine,
+- fzoom - very simple glyph viewer,
+- ftlint - program will hint each glyph of a font file, at a given
+  point size,
+- ftwiew - display all glyphs in a given font, applying hinting to
+  each one,
+- fdump - a simple TrueType font or collection dumper,
 - ftstring - a simple program to show off string text generation.
-- ftstrpn  - convert a rendered text string into the PGM or PBM format,
-- fterror  - small test program. Tests the gettext()
-             functionality for internationalized messages.
+- ftstrpn - convert a rendered text string into the PGM or PBM format,
+- fterror - small test program. Tests the gettext() functionality for
+  internationalized messages.
 
 %description -l pl progs
 Przyk³adowe aplikacje wykorzystuj±ce freetype.
@@ -115,6 +119,7 @@ gzip -9nf howto/unix.txt README announce docs/{*.txt,FAQ,TODO,credits}
 rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
+%defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*so.*.*
 
 %files devel
@@ -129,4 +134,5 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/lib*.a
 
 %files progs
+%defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
This page took 0.146282 seconds and 4 git commands to generate.