]> git.pld-linux.org Git - packages/fontconfig.git/commitdiff
- release 1, STABLE fontconfig-2_2_0-1
authorkloczek <kloczek@pld-linux.org>
Mon, 28 Apr 2003 02:53:24 +0000 (02:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added make-jN patch for allow paralel building using "make -jN",
- added full regenerate ac/am/lt suit,
- merge translations from Conectiva.

Changed files:
    fontconfig.spec -> 1.24

fontconfig.spec

index fdcb39ae7d8b3cd85e97ccb09edb67f57263a292..7153e4e23afd41134734b3a14dfe310247983446 100644 (file)
@@ -1,13 +1,15 @@
 Summary:       Font configuration and customization library
 Summary(pl):   Biblioteka do konfigurowania fontów
+Summary(pt_BR):        Fontconfig é uma biblioteca para configuração e customização do acesso a fontes
 Name:          fontconfig
 Version:       2.2.0
-Release:       0.5
+Release:       1
 Epoch:         1
 License:       MIT
 Group:         Libraries
 Source0:       http://fontconfig.org/release/%{name}-%{version}.tar.gz
 Patch0:                %{name}-blacklist.patch
+Patch1:                %{name}-make-jN.patch
 URL:           http://fontconfig.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -15,7 +17,7 @@ BuildRequires:        ed
 BuildRequires: expat-devel
 BuildRequires: freetype-devel
 BuildRequires: libtool
-Requires(post): /sbin/ldconfig
+Requires(post):        /sbin/ldconfig
 Provides:      XFree86-fontconfig
 Provides:      %{name}-realpkg = %{version}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -29,9 +31,14 @@ them according to requirements specified by applications.
 Fontconfig jest biblioteka przeznaczon± do lokalizowania fontów w
 systemie i wybierania ich w zale¿no¶ci od potrzeb aplikacji.
 
+%description -l pt_BR
+Fontconfig é uma biblioteca para configuração e customização do acesso
+a fontes.
+
 %package devel
 Summary:       Font configuration and customization library
 Summary(pl):   Biblioteka do konfigurowania fontów
+Summary(pt_BR):        Fontconfig é uma biblioteca para configuração e customização do acesso a fontes
 Group:         Development/Libraries
 Requires:      %{name}-realpkg = %{version}
 Requires:      expat-devel
@@ -54,6 +61,10 @@ systemie i wybierania ich w zale
 Ten pakiet zawiera pliki nag³ówkowe potrzebne do kompilowania
 programów korzystaj±cych z biblioteki fontconfig.
 
+%description devel -l pt_BR
+Fontconfig é uma biblioteca para configuração e customização do acesso
+a fontes.
+
 %package static
 Summary:       Static font configuration and customization library
 Summary(pl):   Statyczna biblioteka do konfigurowania fontów
@@ -71,9 +82,13 @@ Ten pakiet zawiera statyczn
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
 %{__autoconf}
+%{__automake}
 %configure --disable-docs
 %{__make}
 
This page took 0.138904 seconds and 4 git commands to generate.