]> git.pld-linux.org Git - packages/fontconfig.git/blobdiff - fontconfig.spec
- up to 2.7.3
[packages/fontconfig.git] / fontconfig.spec
index 64d778d01a64131eb6a5e5d4d9e741a8d6e5ee90..5b50f89a1283b8fd17ed785a3639e8268f853d51 100644 (file)
@@ -1,45 +1,84 @@
-
-Summary:       Font configuration and customization library
-Summary(pl):   Biblioteka do konfigurowania fontów
+#
+# Conditional build
+%bcond_without static_libs     # don't build static library
+#
+Summary:       Font configuration and customization tools
+Summary(pl.UTF-8):     Narzędzia do konfigurowania fontów
+Summary(pt_BR.UTF-8):  Ferramentas para configuração e customização do acesso a fontes
 Name:          fontconfig
-Version:       2.2.0
-Release:       0.1
+Version:       2.7.3
+Release:       1
 Epoch:         1
 License:       MIT
 Group:         Libraries
 Source0:       http://fontconfig.org/release/%{name}-%{version}.tar.gz
-#Patch0:               %{name}-date.patch
-Patch1:                %{name}-blacklist.patch
-#Patch2:               %{name}-defaultconfig.patch -- is it needed?
-#Patch3:               %{name}-fontdir.patch
+# Source0-md5: 747d2c691c66b563c8e8c1784ce8d014
+Source1:       %{name}-lcd-filter.conf
+Patch0:                %{name}-blacklist.patch
+Patch1:                %{name}-bitstream-cyberbit.patch
 URL:           http://fontconfig.org/
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: docbook-dtd41-sgml
+BuildRequires: docbook-utils >= 0.6.13-3
 BuildRequires: ed
 BuildRequires: expat-devel
-BuildRequires: freetype-devel
+BuildRequires: freetype-devel >= 2.1.5
 BuildRequires: libtool
-Requires(post): /sbin/ldconfig
-Provides:      XFree86-fontconfig
-Provides:      %{name}-realpkg = %{version}
+BuildRequires: pkgconfig
+Requires:      %{name}-libs = %{epoch}:%{version}-%{release}
+Requires:      freetype >= 2.1.5
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-Obsoletes:     XFree86-fontconfig
 
 %description
 Fontconfig is designed to locate fonts within the system and select
 them according to requirements specified by applications.
 
-%description -l pl
-Fontconfig jest biblioteka przeznaczon± do lokalizowania fontów w
-systemie i wybierania ich w zale¿no¶ci od potrzeb aplikacji.
+This package contains tools and documentation.
 
-%package devel
+%description -l pl.UTF-8
+Fontconfig jest biblioteką przeznaczoną do lokalizowania fontów w
+systemie i wybierania ich w zależności od potrzeb aplikacji.
+
+Paket ten zawiera programy narzędziowe i dokumentację.
+
+%description -l pt_BR.UTF-8
+Fontconfig é uma biblioteca para configuração e customização do acesso
+a fontes.
+
+Este pacote contém as ferramentas e documentação.
+
+%package libs
 Summary:       Font configuration and customization library
-Summary(pl):   Biblioteka do konfigurowania fontów
+Summary(pl.UTF-8):     Biblioteka do konfigurowania fontów
+Summary(pt_BR.UTF-8):  Biblioteca para configuração e customização do acesso a fontes
 Group:         Development/Libraries
+Requires:      freetype >= 2.1.5
+Provides:      XFree86-fontconfig
+Obsoletes:     XFree86-fontconfig
+Conflicts:     fontconfig <= 1:2.2.98-1
+
+%description libs
+Fontconfig is designed to locate fonts within the system and select
+them according to requirements specified by applications.
+
+%description libs -l pl.UTF-8
+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.UTF-8
+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.UTF-8):     Biblioteka do konfigurowania fontów - pliki dla programistów
+Summary(pt_BR.UTF-8):  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
-Requires:      %{name}-realpkg = %{version}
-Requires:      freetype-devel
 Obsoletes:     XFree86-fontconfig-devel
 
 %description devel
@@ -49,68 +88,114 @@ them according to requirements specified by applications.
 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
-systemie i wybierania ich w zale¿no¶ci od potrzeb aplikacji.
+%description devel -l pl.UTF-8
+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
+programów korzystających z biblioteki fontconfig.
+
+%description devel -l pt_BR.UTF-8
+Fontconfig é uma biblioteca para configuração e customização do acesso
+a fontes.
+
+Este pacote contém arquivos de desenvolvimento necessários à criação
+de extensões baseadas na biblioteca fontconfig.
+
+%package static
+Summary:       Static font configuration and customization library
+Summary(pl.UTF-8):     Statyczna biblioteka do konfigurowania fontów
+Summary(pt_BR.UTF-8):  Biblioteca estática para configuração e customização do acesso a fontes
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{epoch}:%{version}-%{release}
+Provides:      XFree86-fontconfig-static
+Obsoletes:     XFree86-fontconfig-static
 
-Ten pakiet zawiera pliki nag³ówkowe potrzebne do kompilowania
-programów korzystaj±cych z biblioteki fontconfig.
+%description static
+This package contains static version of fontconfig library.
+
+%description static -l pl.UTF-8
+Ten pakiet zawiera statyczną wersję biblioteki fontconfig.
+
+%description static -l pt_BR.UTF-8
+Este pacote contém a biblioteca estática do fontconfig
 
 %prep
 %setup -q
-#%patch0 -p1
+%patch0 -p1
 %patch1 -p1
-#%patch2 -p1 -- is it needed?
-#%patch3 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
 %{__autoconf}
-%configure --disable-docs
-%{__make} CC="%{__cc}"
+%{__autoheader}
+%{__automake}
+%configure \
+       --enable-docs \
+       %{!?with_static_libs:--disable-static}
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_mandir}/man1
+install -d $RPM_BUILD_ROOT{%{_mandir}/man{1,3,5},/var/cache/fontconfig}
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
-
-install fc-cache/fc-cache.man $RPM_BUILD_ROOT%{_mandir}/man1/fc-cache.1
-install fc-list/fc-list.man $RPM_BUILD_ROOT%{_mandir}/man1/fc-list.1
-
-# small docdir location hack
-mv $RPM_BUILD_ROOT%{_docdir}/%{name}/%{name}-devel $RPM_BUILD_ROOT%{_docdir}/%{name}-devel-%{version}
-mv $RPM_BUILD_ROOT%{_docdir}/%{name}/%{name}-* $RPM_BUILD_ROOT%{_docdir}/%{name}-devel-%{version}/
+       DESTDIR=$RPM_BUILD_ROOT \
+       htmldoc_DATA= \
+       doc_DATA=
+install %{SOURCE1} \
+       $RPM_BUILD_ROOT%{_sysconfdir}/fonts/conf.avail/10-lcd-filter.conf
 
-# Remove *.a file cause it is useless?
-rm $RPM_BUILD_ROOT%{_libdir}/*.a
+cp -f conf.d/README README.confd
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
-/sbin/ldconfig
-HOME=/root %{_bindir}/fc-cache -f 2> /dev/null
+umask 022
+HOME=/tmp %{_bindir}/fc-cache -f 2>/dev/null || :
 
-%postun -p /sbin/ldconfig
+%post  libs -p /sbin/ldconfig
+%postun        libs -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS README
+%doc AUTHORS COPYING ChangeLog README README.confd
 %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
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fonts/fonts.conf
 %{_sysconfdir}/fonts/fonts.dtd
-%attr(755,root,root) %{_bindir}/fc-*
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
-%{_mandir}/man1/*.1*
-%{_mandir}/man5/*.5*
+%dir %{_sysconfdir}/fonts/conf.avail
+%{_sysconfdir}/fonts/conf.avail/*.conf
+%dir %{_sysconfdir}/fonts/conf.d
+%{_sysconfdir}/fonts/conf.d/README
+%config(noreplace,missingok) %verify(not link md5 mtime size) %{_sysconfdir}/fonts/conf.d/*.conf
+%attr(755,root,root) %{_bindir}/fc-cache
+%attr(755,root,root) %{_bindir}/fc-cat
+%attr(755,root,root) %{_bindir}/fc-list
+%attr(755,root,root) %{_bindir}/fc-match
+%attr(755,root,root) %{_bindir}/fc-query
+%attr(755,root,root) %{_bindir}/fc-scan
+%{_mandir}/man1/fc-*.1*
+%{_mandir}/man5/fonts-conf.5*
+/var/cache/fontconfig
+
+%files libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libfontconfig.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libfontconfig.so.1
 
 %files devel
 %defattr(644,root,root,755)
-%doc ChangeLog
+%doc doc/fontconfig-devel/*.html
+%attr(755,root,root) %{_libdir}/libfontconfig.so
+%{_libdir}/libfontconfig.la
 %{_includedir}/fontconfig
-%{_libdir}/lib*.so
-%{_libdir}/lib*.la
 %{_pkgconfigdir}/fontconfig.pc
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/Fc*.3*
+
+%if %{with static_libs}
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libfontconfig.a
+%endif
This page took 0.324794 seconds and 4 git commands to generate.