From: Jakub Bogusz Date: Wed, 2 May 2001 00:42:07 +0000 (+0000) Subject: - adapterized and made spec %%debug ready or using %%rpm*flags macros X-Git-Tag: auto/ac/bmv-1_2-2~9 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fbmv.git;a=commitdiff_plain;h=099964a3b255160199ceab3ba9c0b0cdf72ab3f4 - adapterized and made spec %%debug ready or using %%rpm*flags macros Changed files: bmv.spec -> 1.2 --- diff --git a/bmv.spec b/bmv.spec index d08721f..192c39d 100644 --- a/bmv.spec +++ b/bmv.spec @@ -20,14 +20,19 @@ PostScript files comfortably. It uses SVGAlib and it is intended for Linux users who cannot run X. It is particulary suitable for previewing PS files from dvips. It is small and fast. +%description -l pl +Przegl±darka BMV jest fontendem dla GhostScriptu. Korzystaj±c z niej +mo¿esz ogl±daæ pliki PostScript poprzez bibliotekê svgalib - bez X. +Jest ma³a i szybka. + %prep %setup -q %patch -p1 %build %{__make} \ - CC="cc -DCOLOUR" \ - CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS -fomit-frame-pointer}" + CC="%{__cc} -DCOLOUR" \ + CFLAGS="%{rpmcflags} %{!?debug:-fomit-frame-pointer}" %install rm -rf $RPM_BUILD_ROOT