]> git.pld-linux.org Git - packages/ClanLib.git/commitdiff
- some cleanups, ClanLib-0_1_14-2
authorkloczek <kloczek@pld-linux.org>
Mon, 31 May 1999 21:55:20 +0000 (21:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- revision up to 2.

Changed files:
    ClanLib.spec -> 1.11

ClanLib.spec

index 3e4fd81ad8c1880652614df97558fa0f80e89945..e125ffb35b8b80d0c9a9a981324d8fd5b2f1218c 100644 (file)
@@ -2,7 +2,7 @@ Summary:        ClanLib, the platform independent game SDK.
 Summary(pl):   ClanLib, niezale¿ny od platformy SDK do gier
 Name:          ClanLib
 Version:       0.1.14
-Release:       1
+Release:       2
 Copyright:     LGPL
 Group:         Libraries
 Group(pl):     Biblioteki
@@ -62,15 +62,15 @@ do kompilacji program
 %build
 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
 ./configure %{_target} \
-       --prefix=/usr
+       --prefix=%{_prefix}
 make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make   LIB_PREFIX="$RPM_BUILD_ROOT%{_libdir}" \
+make   install
+       LIB_PREFIX="$RPM_BUILD_ROOT%{_libdir}" \
        BIN_PREFIX="$RPM_BUILD_ROOT%{_bindir}" \
-       INC_PREFIX="$RPM_BUILD_ROOT%{_includedir}" \
-       install
+       INC_PREFIX="$RPM_BUILD_ROOT%{_includedir}"
 
 strip $RPM_BUILD_ROOT%{_libdir}/lib*.so*
 
This page took 0.134868 seconds and 4 git commands to generate.