]> git.pld-linux.org Git - packages/bmv.git/commitdiff
- adapterized and made spec %%debug ready or using %%rpm*flags macros
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 2 May 2001 00:42:07 +0000 (00:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bmv.spec -> 1.2

bmv.spec

index d08721f01986163eb7c25e0f94d6e73547240f83..192c39dc8624d56b1568374e36969e04d41995c5 100644 (file)
--- 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.
 
 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} \
 %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
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.0481 seconds and 4 git commands to generate.