]> git.pld-linux.org Git - packages/crossmingw32-fontconfig.git/blobdiff - crossmingw32-fontconfig.spec
- disable debug packages
[packages/crossmingw32-fontconfig.git] / crossmingw32-fontconfig.spec
index d122927f9d08880d7d227c2f32ae1fa8d2ec5e2d..636208e00b8b09414a1641bb842bb6ea68f9fdbf 100644 (file)
@@ -1,27 +1,30 @@
 %define                realname   fontconfig
-Summary:       Font configuration and customization tools - cross MinGW32 versoin
+Summary:       Font configuration and customization tools - cross MinGW32 version
 Summary(pl.UTF-8):     Narzędzia do konfigurowania fontów - wersja skrośna dla MinGW32
 Name:          crossmingw32-%{realname}
-Version:       2.10.92
-Release:       3
+Version:       2.14.0
+Release:       1
 License:       MIT
 Group:         Development/Libraries
-Source0:       http://fontconfig.org/release/%{realname}-%{version}.tar.bz2
-# Source0-md5: d69aa42da134038d2145d8f31a085620
+Source0:       https://www.freedesktop.org/software/fontconfig/release/%{realname}-%{version}.tar.xz
+# Source0-md5: e12700a9d522bdfec06b6b7e72646987
 Patch0:                %{realname}-bitstream-cyberbit.patch
 URL:           http://fontconfig.org/
 BuildRequires: autoconf >= 2.61
-BuildRequires: automake
+BuildRequires: automake >= 1:1.11
 BuildRequires: crossmingw32-expat
-BuildRequires: crossmingw32-freetype >= 2.1.5
+BuildRequires: crossmingw32-freetype >= 2.8.1
 BuildRequires: crossmingw32-gcc
-BuildRequires: libtool
+BuildRequires: gettext-tools >= 0.19.8
+BuildRequires: libtool >= 2:2.2
 BuildRequires: pkgconfig >= 1:0.15
+BuildRequires: sed >= 4.0
 Requires:      crossmingw32-expat
-Requires:      crossmingw32-freetype >= 2.1.5
+Requires:      crossmingw32-freetype >= 2.8.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                no_install_post_strip   1
+%define                _enable_debug_packages  0
 
 %define                target                  i386-mingw32
 %define                target_platform         i386-pc-mingw32
@@ -73,7 +76,7 @@ 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:      crossmingw32-freetype-dll >= 2.8.1
 Requires:      wine
 
 %description dll
@@ -88,6 +91,7 @@ Biblioteka DLL freetype dla Windows.
 
 %build
 export PKG_CONFIG_LIBDIR=%{_prefix}/lib/pkgconfig
+%{__gettextize}
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
@@ -99,18 +103,21 @@ export PKG_CONFIG_LIBDIR=%{_prefix}/lib/pkgconfig
        --with-arch=%{target} \
        --with-freetype-config="pkg-config freetype2" \
        --disable-docs \
-       --disable-silent-rules
+       --disable-silent-rules \
+       --enable-static
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
+# fc_cachedir=/dummy is to avoid creating ${DESTDIR}LOCAL_APPDATA_FONTCONFIG_CACHE dir
 %{__make} -j1 install \
-       DESTDIR=$RPM_BUILD_ROOT
+       DESTDIR=$RPM_BUILD_ROOT \
+       fc_cachedir=/dummy
 
 install -d $RPM_BUILD_ROOT%{_dlldir}
-mv -f $RPM_BUILD_ROOT%{_prefix}/bin/*.dll $RPM_BUILD_ROOT%{_dlldir}
+%{__mv} $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
@@ -119,7 +126,10 @@ mv -f $RPM_BUILD_ROOT%{_prefix}/bin/*.dll $RPM_BUILD_ROOT%{_dlldir}
 
 # runtime
 %{__rm} -r $RPM_BUILD_ROOT/etc/fonts \
-       $RPM_BUILD_ROOT%{_datadir}/{fontconfig,xml/fontconfig}
+       $RPM_BUILD_ROOT%{_datadir}/{fontconfig,locale,xml/fontconfig}
+%{__rm} $RPM_BUILD_ROOT%{_bindir}/fc-*.exe
+# if needed, use ITS data from native package
+%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/gettext/its
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.09472 seconds and 4 git commands to generate.