]> git.pld-linux.org Git - packages/geekcode.git/commitdiff
- cleanups.
authorkloczek <kloczek@pld-linux.org>
Mon, 10 Feb 2003 05:42:06 +0000 (05:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geekcode.spec -> 1.3

geekcode.spec

index 34f856fe496c60c8828dffcc36d00c73ddec4c32..59c2b4b208fcf2fe31751da98f429aa2dc0f90cd 100644 (file)
@@ -1,5 +1,5 @@
-Summary:       Generates your geek code.
-Summary(pl):   Generuje Twój geek code.
+Summary:       Generates your geek code
+Summary(pl):   Generuje Twój geek code
 Name:          geekcode
 Version:       1.7
 Release:       1
@@ -21,10 +21,13 @@ kod
 %setup -q
 
 %build
-%{__make} CFLAGS="%{rpmcflags}"
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 install -D geekcode $RPM_BUILD_ROOT/%{_bindir}/geekcode
 
 %clean
This page took 0.167604 seconds and 4 git commands to generate.