SPECS: fontconfig.spec - merge parts from DEVEL
arekm
arekm at pld-linux.org
Mon Apr 3 19:19:16 CEST 2006
Author: arekm Date: Mon Apr 3 17:19:16 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- merge parts from DEVEL
---- Files affected:
SPECS:
fontconfig.spec (1.63 -> 1.64)
---- Diffs:
================================================================
Index: SPECS/fontconfig.spec
diff -u SPECS/fontconfig.spec:1.63 SPECS/fontconfig.spec:1.64
--- SPECS/fontconfig.spec:1.63 Mon Apr 3 19:13:37 2006
+++ SPECS/fontconfig.spec Mon Apr 3 19:19:11 2006
@@ -25,6 +25,7 @@
BuildRequires: expat-devel
BuildRequires: freetype-devel >= 2.1.5
BuildRequires: libtool
+BuildRequires: pkgconfig
Requires: %{name}-libs = %{epoch}:%{version}-%{release}
Requires: freetype >= 2.1.5
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -75,6 +76,29 @@
Summary(pt_BR): Biblioteca para configuraçăo e customizaçăo do acesso a fontes - arquivos de desenvolvimento
Group: Development/Libraries
Requires: %{name}-libs = %{epoch}:%{version}-%{release}
+Requires: freetype >= 2.1.5
+Provides: XFree86-fontconfig
+Conflicts: fontconfig <= 1:2.2.98-1
+Obsoletes: XFree86-fontconfig
+
+%description libs
+Fontconfig is designed to locate fonts within the system and select
+them according to requirements specified by applications.
+
+%description libs -l pl
+Fontconfig jest biblioteką przeznaczoną do lokalizowania fontów w
+systemie i wybierania ich w zależności od potrzeb aplikacji.
+
+%description libs -l pt_BR
+Fontconfig é uma biblioteca para configuraçăo e customizaçăo do acesso
+a fontes.
+
+%package devel
+Summary: Font configuration and customization library - development files
+Summary(pl): Biblioteka do konfigurowania fontów - pliki dla programistów
+Summary(pt_BR): Biblioteca para configuraçăo e customizaçăo do acesso a fontes - arquivos de desenvolvimento
+Group: Development/Libraries
+Requires: %{name}-libs = %{epoch}:%{version}-%{release}
Requires: expat-devel
Requires: freetype-devel >= 2.1.5
Provides: XFree86-fontconfig-devel
@@ -138,7 +162,7 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_mandir}/man{1,3,5}
+install -d $RPM_BUILD_ROOT{%{_mandir}/man{1,3,5},/var/cache/fontconfig}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
@@ -164,6 +188,7 @@
%attr(755,root,root) %{_bindir}/fc-*
%{_mandir}/man1/*.1*
%{_mandir}/man5/*.5*
+/var/cache/fontconfig
%files libs
%defattr(644,root,root,755)
@@ -193,8 +218,109 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.64 2006/04/03 17:19:11 arekm
+- merge parts from DEVEL
+
Revision 1.63 2006/04/03 17:13:37 arekm
- up to devel 2.3.94
+
+Revision 1.62 2005/04/29 18:55:45 qboosh
+- updated to 2.3.2
+
+Revision 1.61 2005/03/24 23:57:53 arekm
+- autohinting is now set via fonts/conf.d/ configs
+
+Revision 1.60 2005/03/16 12:12:29 saq
+- fixed pt_BR stuff
+
+Revision 1.59 2005/03/10 22:35:43 qboosh
+- updated to 2.3.1
+
+Revision 1.58 2005/03/02 20:34:05 qboosh
+- updated to 2.3.0
+
+Revision 1.57 2005/02/14 22:58:17 qboosh
+- argh, set umask 022 before fc-cache; don't use /root as HOME
+
+Revision 1.56 2005/01/30 16:21:59 djurban
+- updated to 2.2.99 ?
+
+Revision 1.55 2005/01/24 21:59:49 wrobell
+- typo
+
+Revision 1.54 2005/01/24 21:29:33 ankry
+- tabs
+
+Revision 1.53 2005/01/24 20:14:57 qboosh
+- moved ldconfig to -libs
+
+Revision 1.52 2005/01/24 20:14:21 qboosh
+- typo; unified: -libs before -devel
+
+Revision 1.51 2005/01/24 13:11:20 ankry
+- separated binary and libs, rel. 2
+
+Revision 1.50 2005/01/22 20:33:11 qboosh
+- updated to 2.2.98, updated Source0 URL
+- updated blacklist patch, removed obsolete date patch
+
+Revision 1.49 2004/12/02 17:31:52 qboosh
+- updated Source0 URL
+
+Revision 1.48 2004/10/14 10:13:36 qboosh
+- reverted last commit, build fails without dtd41 installed
+
+Revision 1.47 2004/07/17 23:44:34 qboosh
+- docbook-* not needed as --disable-docs is passed
+
+Revision 1.46 2004/07/02 06:54:09 qboosh
+- updated to 2.2.96
+- freetype BR back to 2.1.5 (2.1.8 was required only by my old patch)
+
+Revision 1.45 2004/06/01 19:58:09 grzegol
+- updated to 2.2.95
+- removed outdated freetype patch
+
+Revision 1.44 2004/04/25 09:42:02 qboosh
+- updated to 2.2.94, added patch for freetype 2.1.8+
+
+Revision 1.43 2004/04/20 20:49:36 qboosh
+- clearer bcond description, release 2
+
+Revision 1.42 2004/04/20 18:07:37 djurban
+- autohinting by default enabled/disbaled?
+
+Revision 1.41 2004/04/18 10:59:44 qboosh
+- updated to 2.2.93
+- removed obsolete freetype-includes and evil+obsolete defaultconfig patch
+- dropped -realpkg stuff, there is no alternative fontconfig packages now
+
+Revision 1.40 2004/03/29 20:57:25 qrczak
+- Force autohinting for Luxi and Quasi*TTF fonts. They have poor hinting
+ instructions. Are there other fonts worth adding here?
+- Merge three rules for Vera fonts into equivalent one rule.
+- Release 4.
+
+Revision 1.39.2.9 2006/02/25 16:40:45 wolf
+- add /var/cache/fontconfig
+
+Revision 1.39.2.8 2006/02/25 14:27:04 freetz
+- 2.3.94, lunak_fccfg.c.patch aplied upstream
+
+Revision 1.39.2.7 2006/01/03 03:07:07 charles
+- BR: pkgconfig
+
+Revision 1.39.2.6 2006/01/02 18:35:15 djurban
+- add patch2 (probably will make into next devel versoin)
+
+Revision 1.39.2.5 2005/12/26 15:40:38 qboosh
+- updated to 2.3.93, removed obsolete bug2878 patch
+
+Revision 1.39.2.4 2005/11/06 10:37:37 freetz
+- 2.9.92, added patch for https://bugs.freedesktop.org/show_bug.cgi?id=2878
+
+Revision 1.39.2.3 2005/10/05 15:52:11 freetz
+- pretty cool mmap stuff, 2.3.91
Revision 1.62 2005/04/29 18:55:45 qboosh
- updated to 2.3.2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/fontconfig.spec?r1=1.63&r2=1.64&f=u
More information about the pld-cvs-commit
mailing list