]> git.pld-linux.org Git - packages/cvs.git/commitdiff
- release 2, cvs-1_10_6-2
authorkloczek <kloczek@pld-linux.org>
Fri, 23 Jul 1999 14:04:05 +0000 (14:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added using %%configure macro.

Changed files:
    cvs.spec -> 1.21

cvs.spec

index debfc4c5c11ad0e35365f2f1060d9e93cf3fca0c..2039e914e079aea3e584b8a64fd99a1213b730e0 100644 (file)
--- a/cvs.spec
+++ b/cvs.spec
@@ -5,7 +5,7 @@ Summary(pl):    Concurrent Versioning System
 Summary(tr):   Sürüm denetim sistemi
 Name:          cvs
 Version:       1.10.6
-Release:       1
+Release:       2
 Copyright:     GPL
 Group:         Development/Version Control
 Group(pl):     Programowanie/Zarzadzanie wersjami
@@ -72,9 +72,8 @@ i
 
 %build
 autoconf
-CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
-./configure %{_target_platform} \
-       --prefix=%{_prefix} \
+LDFLAGS="-s"; export LDFLAGS
+%configure \
        --enable-server \
        --enable-client
 make
@@ -83,6 +82,7 @@ make
 rm -rf $RPM_BUILD_ROOT
 make install \
        prefix=$RPM_BUILD_ROOT%{_prefix} \
+       bindir=$RPM_BUILD_ROOT%{_bindir} \
        mandir=$RPM_BUILD_ROOT%{_mandir}
 make install-info \
        prefix=$RPM_BUILD_ROOT%{_prefix} \
This page took 0.128141 seconds and 4 git commands to generate.