]> git.pld-linux.org Git - packages/fontconfig.git/blobdiff - fontconfig.spec
- typo; unified: -libs before -devel
[packages/fontconfig.git] / fontconfig.spec
index 6112cd988708aadfe5ed5616152ece53c960b4f5..9d570aa97201dbdda4aa816eead3165738a26d79 100644 (file)
@@ -2,56 +2,76 @@
 # Conditional build
 %bcond_with    bytecode        # use bytecode hinting instead of autohinting by default
 #
-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
+Summary:       Font configuration and customization tools
+Summary(pl):   Narzêdzia do konfigurowania fontów
 Name:          fontconfig
-Version:       2.2.96
-Release:       1
+Version:       2.2.98
+Release:       2
 Epoch:         1
 License:       MIT
 Group:         Libraries
-# Source0:     http://fontconfig.org/release/%{name}-%{version}.tar.gz
-Source0:       http://pdx.freedesktop.org/~fontconfig/release/%{name}-%{version}.tar.gz
-# Source0-md5: 45041c2ce1b32bf71097fb6c835b0b84
+Source0:       http://fontconfig.org/release/%{name}-%{version}.tar.gz
+# Source0-md5: f13af7e7dfa4e1d68aeb9dcc8d12045a
 Patch0:                %{name}-blacklist.patch
-Patch1:                %{name}-date.patch
-Patch2:                %{name}-autohint.patch
-Patch3:                %{name}-autohint2.patch
+Patch1:                %{name}-autohint.patch
+Patch2:                %{name}-autohint2.patch
 URL:           http://fontconfig.org/
 BuildRequires: autoconf
 BuildRequires: automake
-# --disable-docs is used
-#BuildRequires:        docbook-utils >= 0.6.13-3
-#BuildRequires:        docbook-dtd41-sgml
+BuildRequires: docbook-utils >= 0.6.13-3
+BuildRequires: docbook-dtd41-sgml
 BuildRequires: ed
 BuildRequires: expat-devel
 BuildRequires: freetype-devel >= 2.1.5
 BuildRequires: libtool
-Requires(post):        /sbin/ldconfig
+Requires       %{name}-libs = %{epoch}:%{version}-%{release}
 Requires:      freetype >= 2.1.5
-Provides:      XFree86-fontconfig
-Obsoletes:     XFree86-fontconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Fontconfig is designed to locate fonts within the system and select
 them according to requirements specified by applications.
 
+This package contains tools and documentation.
+
 %description -l pl
-Fontconfig jest biblioteka przeznaczon± do lokalizowania fontów w
+Fontconfig jest bibliotek± przeznaczon± do lokalizowania fontów w
 systemie i wybierania ich w zale¿no¶ci od potrzeb aplikacji.
 
-%description -l pt_BR
+Paket ten zawiera programy narzêdziowe i dokumentacjê.
+
+#%description -l pt_BR
+#Fontconfig é uma biblioteca para configuração e customização do acesso
+#a fontes.
+
+%package libs
+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:      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
-Summary(pl):   Biblioteka do konfigurowania fontów
+Summary:       Font configuration and customization library - development files
+Summary(pl):   Biblioteka do konfigurowania fontów - pliki dla programistów
 Summary(pt_BR):        Fontconfig é uma biblioteca para configuração e customização do acesso a fontes
 Group:         Development/Libraries
-Requires:      %{name} = %{epoch}:%{version}-%{release}
+Requires:      %{name}-libs = %{epoch}:%{version}-%{release}
 Requires:      expat-devel
 Requires:      freetype-devel >= 2.1.5
 Provides:      XFree86-fontconfig-devel
@@ -65,7 +85,7 @@ This package contains the header files needed to develop programs that
 use these fontconfig.
 
 %description devel -l pl
-Fontconfig jest biblioteka przeznaczon± do lokalizowania fontów w
+Fontconfig jest bibliotek± przeznaczon± do lokalizowania fontów w
 systemie i wybierania ich w zale¿no¶ci od potrzeb aplikacji.
 
 Ten pakiet zawiera pliki nag³ówkowe potrzebne do kompilowania
@@ -92,11 +112,10 @@ Ten pakiet zawiera statyczn
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 %if %{with bytecode}
-%patch2 -p1
+%patch1 -p1
 %else
-%patch3 -p1
+%patch2 -p1
 %endif
 
 %build
@@ -131,15 +150,18 @@ HOME=/root %{_bindir}/fc-cache -f 2>/dev/null
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING ChangeLog README
-%dir %{_sysconfdir}/fonts
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/fonts/fonts.conf
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/fonts/local.conf
-%{_sysconfdir}/fonts/fonts.dtd
 %attr(755,root,root) %{_bindir}/fc-*
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
 %{_mandir}/man1/*.1*
 %{_mandir}/man5/*.5*
 
+%files libs
+%defattr(644,root,root,755)
+%dir %{_sysconfdir}/fonts
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fonts/fonts.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fonts/local.conf
+%{_sysconfdir}/fonts/fonts.dtd
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
+
 %files devel
 %defattr(644,root,root,755)
 %doc doc/fontconfig-devel/*.html
This page took 0.05846 seconds and 4 git commands to generate.