From: Mike A. Harris Date: Wed, 5 Mar 2003 09:08:41 +0000 (+0000) Subject: Replace commented out %define at top of specfile with a comment preceding X-Git-Tag: fc-2_1_92~23 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=674c09dfbfc3d6d3a014ac018995530159fc157f;p=fontconfig.git Replace commented out %define at top of specfile with a comment preceding the freetype2 define, since rpm expands macros in comments. Also remove -j flag from make, as _smp_mflags expands to -jN already. --- diff --git a/fontconfig.spec.in b/fontconfig.spec.in index 70ddc57..ff1c038 100644 --- a/fontconfig.spec.in +++ b/fontconfig.spec.in @@ -1,6 +1,6 @@ -# Different systems call the freetype2 RPM different things +# Some distributions name their Freetype 2 package "freetype", while others +# name it "freetype2". You can define the name your distribution uses here. %define freetype2 freetype -# %define freetype2 freetype2 Summary: Font configuration and customization library Name: fontconfig @@ -43,7 +43,7 @@ will use fontconfig. %build %configure --with-x-fonts=/usr/X11R6/lib/X11/fonts -make -j %{_smp_mflags} +make %{_smp_mflags} %install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT