]> git.pld-linux.org Git - packages/crossmingw32-fontconfig.git/commitdiff
- removed obsolete --with bytecode
authorŁukasz Krotowski <lkrotowski@pld-linux.org>
Tue, 3 Jul 2007 07:15:17 +0000 (07:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw32-fontconfig.spec -> 1.5

crossmingw32-fontconfig.spec

index 280ab0d43133bd9d8f67a54d59feb5d289ad009b..c4f64991035b6bb8fa845e2655cad5b760786ddd 100644 (file)
@@ -1,7 +1,4 @@
 #
-# 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
@@ -13,8 +10,7 @@ Group:                Development/Libraries
 Source0:       http://fontconfig.org/release/%{_realname}-%{version}.tar.gz
 # Source0-md5: f035852f521b54677f2b5c9e2f6d54a4
 Patch0:                %{_realname}-blacklist.patch
-Patch1:                %{_realname}-autohint.patch
-Patch2:                %{_realname}-bitstream-cyberbit.patch
+Patch1:                %{_realname}-bitstream-cyberbit.patch
 URL:           http://fontconfig.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -81,10 +77,7 @@ Biblioteka DLL freetype dla Windows.
 %prep
 %setup -q -n %{_realname}-%{version}
 %patch0 -p1
-%if %{with bytecode}
 %patch1 -p1
-%endif
-%patch2 -p1
 
 %build
 export PKG_CONFIG_PATH=%{_prefix}/lib/pkgconfig
This page took 0.18682 seconds and 4 git commands to generate.