]> git.pld-linux.org Git - packages/Hermes.git/commitdiff
- more macros,
authorkloczek <kloczek@pld-linux.org>
Mon, 31 May 1999 21:53:29 +0000 (21:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated to 1.2.5.

Changed files:
    Hermes.spec -> 1.7

Hermes.spec

index 93dc1aa2c3e67ffd876732dadffb68845f7b684b..682391ca319c036dce9a27d3d4a0f5bdcfac2edd 100644 (file)
@@ -1,8 +1,8 @@
 Summary:       HERMES pixel format conversion library
 Summary(pl):   HERMES - biblioteka konwersji formatów pixeli
 Name:          Hermes
-Version:       1.2.4
-Release:       2
+Version:       1.2.5
+Release:       1
 Copyright:     LGPL
 Group:         Libraries
 Group(pl):     Biblioteki
@@ -68,12 +68,12 @@ Biblioteka statyczna HERMES.
 %build
 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
 ./configure %{_target} \
-       --prefix=/usr/
+       --prefix=%{_prefix}
 make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make prefix="$RPM_BUILD_ROOT/usr" install-strip
+make prefix="$RPM_BUILD_ROOT%{_prefix}" install-strip
 
 strip $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
 
This page took 0.029816 seconds and 4 git commands to generate.