]> git.pld-linux.org Git - packages/crossmingw32-fontconfig.git/blobdiff - crossmingw32-fontconfig.spec
- updated to 2.10.95
[packages/crossmingw32-fontconfig.git] / crossmingw32-fontconfig.spec
index 7706f1896d9fd4070ece643fee850f07a53c5151..179b9736961d16f446f8ae6a871166ac9aac9c60 100644 (file)
@@ -1,27 +1,23 @@
-#
-# Conditional build
-%bcond_with    bytecode        # use bytecode hinting instead of autohinting by default
-%define                _realname   fontconfig
-Summary:       Font configuration and customization tools - cross Mingw32 versoin
-Summary(pl.UTF-8):Narzędzia do konfigurowania fontów - wersja skrośna dla Mingw32
-Summary(pt_BR.UTF-8):Ferramentas para configuração e customização do acesso a fontes
-Name:          crossmingw32-%{_realname}
-Version:       2.4.2
+%define                realname   fontconfig
+Summary:       Font configuration and customization tools - cross MinGW32 versoin
+Summary(pl.UTF-8):     Narzędzia do konfigurowania fontów - wersja skrośna dla MinGW32
+Name:          crossmingw32-%{realname}
+Version:       2.10.95
 Release:       1
 License:       MIT
-Group:         Libraries
-Source0:       http://fontconfig.org/release/%{_realname}-%{version}.tar.gz
-# Source0-md5: f035852f521b54677f2b5c9e2f6d54a4
-Patch0:                %{name}-dll.patch
-Patch1:                %{_realname}-blacklist.patch
-Patch2:                %{_realname}-autohint.patch
-Patch3:                %{_realname}-bitstream-cyberbit.patch
+Group:         Development/Libraries
+Source0:       http://fontconfig.org/release/%{realname}-%{version}.tar.bz2
+# Source0-md5: 45c5ba47be70577faa05c3aaf2b6a7e1
+Patch0:                %{realname}-bitstream-cyberbit.patch
 URL:           http://fontconfig.org/
-BuildRequires: autoconf
-BuildRequires: automake
+BuildRequires: autoconf >= 2.61
+BuildRequires: automake >= 1:1.11
 BuildRequires: crossmingw32-expat
 BuildRequires: crossmingw32-freetype >= 2.1.5
-BuildRequires: crossmingw32-pkgconfig
+BuildRequires: crossmingw32-gcc
+BuildRequires: libtool
+BuildRequires: pkgconfig >= 1:0.15
+Requires:      crossmingw32-expat
 Requires:      crossmingw32-freetype >= 2.1.5
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -29,90 +25,119 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                target                  i386-mingw32
 %define                target_platform         i386-pc-mingw32
-%define                arch                    %{_prefix}/%{target}
-%define                gccarch                 %{_prefix}/lib/gcc-lib/%{target}
-%define                gcclib                  %{_prefix}/lib/gcc-lib/%{target}/%{version}
 
 %define                _sysprefix              /usr
 %define                _prefix                 %{_sysprefix}/%{target}
-%define                _aclocaldir             %{_datadir}/aclocal
-%define                _pkgconfigdir           %{_libdir}/pkgconfig
+%define                _libdir                 %{_prefix}/lib
+%define                _pkgconfigdir           %{_prefix}/lib/pkgconfig
+%define                _dlldir                 /usr/share/wine/windows/system
 %define                __cc                    %{target}-gcc
 %define                __cxx                   %{target}-g++
+%define                __pkgconfig_provides    %{nil}
+%define                __pkgconfig_requires    %{nil}
+
+%ifnarch %{ix86}
+# arch-specific flags (like alpha's -mieee) are not valid for i386 gcc
+%define                optflags        -O2
+%endif
+# -z options are invalid for mingw linker, most of -f options are Linux-specific
+%define                filterout_ld    -Wl,-z,.*
+%define                filterout_c     -f[-a-z0-9=]*
 
 %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.
+This package contains the cross version for Win32.
 
 %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ę.
+Paket ten zawiera wersję skrośną dla Win32.
+
+%package static
+Summary:       Static freetype library (cross MinGW32 version)
+Summary(pl.UTF-8):     Statyczna biblioteka freetype (wersja skrośna MinGW32)
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description static
+Static freetype library (cross MinGW32 version).
 
-%description -l pt_BR.UTF-8
-Fontconfig é uma biblioteca para configuração e customização do
-acesso a fontes.
+%description static -l pl.UTF-8
+Statyczna biblioteka freetype (wersja skrośna MinGW32).
 
-Este pacote contém as ferramentas e documentação.
+%package dll
+Summary:       DLL freetype library for Windows
+Summary(pl.UTF-8):     Biblioteka DLL freetype dla Windows
+Group:         Applications/Emulators
+Requires:      crossmingw32-expat-dll
+Requires:      crossmingw32-freetype-dll >= 2.1.5
+Requires:      wine
+
+%description dll
+DLL freetype library for Windows.
+
+%description dll -l pl.UTF-8
+Biblioteka DLL freetype dla Windows.
 
 %prep
-%setup -q -n %{_realname}-%{version}
+%setup -q -n %{realname}-%{version}
 %patch0 -p1
-%patch1 -p1
-%if %{with bytecode}
-%patch2 -p1
-%endif
-%patch3 -p1
 
 %build
-export PKG_CONFIG_PATH=%{_prefix}/lib/pkgconfig
+export PKG_CONFIG_LIBDIR=%{_prefix}/lib/pkgconfig
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
 %configure \
-       AR="%{target}-ar" \
-       RANLIB="%{target}-ranlib" \
        --target=%{target} \
-       --host=%{target_platform} \
-       --with-arch=%{target_platform} \
-       --disable-docs
+       --host=%{target} \
+       --with-arch=%{target} \
+       --with-freetype-config="pkg-config freetype2" \
+       --disable-docs \
+       --disable-silent-rules
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_mandir}/man{1,3,5},/var/cache/fontconfig}
 
-%{__make} install \
+%{__make} -j1 install \
        DESTDIR=$RPM_BUILD_ROOT
 
-cp -f conf.d/README README.confd
+install -d $RPM_BUILD_ROOT%{_dlldir}
+mv -f $RPM_BUILD_ROOT%{_prefix}/bin/*.dll $RPM_BUILD_ROOT%{_dlldir}
+
+%if 0%{!?debug:1}
+%{target}-strip --strip-unneeded -R.comment -R.note $RPM_BUILD_ROOT%{_dlldir}/*.dll
+%{target}-strip -g -R.comment -R.note $RPM_BUILD_ROOT%{_libdir}/*.a
+%endif
+
+# runtime
+%{__rm} -r $RPM_BUILD_ROOT/etc/fonts \
+       $RPM_BUILD_ROOT%{_datadir}/{fontconfig,xml/fontconfig}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-umask 022
-# Is this needed?
-#HOME=/tmp %{_bindir}/fc-cache -f 2>/dev/null || :
-
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog README README.confd
-#%dir %{_sysconfdir}/fonts
-#%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fonts/fonts.conf
-#%{_sysconfdir}/fonts/fonts.dtd
-#%dir %{_sysconfdir}/fonts/conf.avail
-#%{_sysconfdir}/fonts/conf.avail/*.conf
-#%{_sysconfdir}/fonts/conf.avail/README
-#%dir %{_sysconfdir}/fonts/conf.d
-#%config(noreplace,missingok) %verify(not link md5 mtime size) %{_sysconfdir}/fonts/conf.d/*.conf
-%attr(755,root,root) %{_libdir}/lib*.la
-%attr(755,root,root) %{_libdir}/lib*.a
-%{_includedir}/fontconfig
+%doc AUTHORS COPYING ChangeLog README
+%{_libdir}/libfontconfig.dll.a
+%{_libdir}/libfontconfig.la
+%{_libdir}/fontconfig.def
+%dir %{_includedir}/fontconfig
+%{_includedir}/fontconfig/*.h
 %{_pkgconfigdir}/fontconfig.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libfontconfig.a
+
+%files dll
+%defattr(644,root,root,755)
+%{_dlldir}/libfontconfig-*.dll
This page took 0.271227 seconds and 4 git commands to generate.