diff --git a/_service b/_service index 631a48a..b070992 100644 --- a/_service +++ b/_service @@ -10,7 +10,5 @@ sha256 ecb3586aac9feff2b3141167835f73da0c997efbdd32e559f99477ad01e19089 - - 0.5.5 - + diff --git a/_service:set_version:libgme.spec b/_service:set_version:libgme.spec index a13ddf7..4150e1c 100644 --- a/_service:set_version:libgme.spec +++ b/_service:set_version:libgme.spec @@ -20,7 +20,7 @@ Name: libgme Version: 0.5.5 -Release: 0 +Release: 0 License: LGPLv2.1+ Summary: Collection of video game music file emulators Url: http://code.google.com/p/game-music-emu/ @@ -87,7 +87,7 @@ export CFLAGS='%{optflags}' export CXXFLAGS='%{optflags}' %{__mkdir} build cd build -cmake -DCMAKE_BUILD_WITH_INSTALL_RPATH=1 \ +cmake -DCMAKE_SKIP_RPATH=1 \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DLIB_SUFFIX=$(echo %{_lib} | cut -b4-) \ -DCMAKE_BUILD_TYPE=Release .. diff --git a/libgme.spec b/libgme.spec index f47ab91..948a30e 100644 --- a/libgme.spec +++ b/libgme.spec @@ -87,7 +87,7 @@ export CFLAGS='%{optflags}' export CXXFLAGS='%{optflags}' %{__mkdir} build cd build -cmake -DCMAKE_BUILD_WITH_INSTALL_RPATH=1 \ +cmake -DCMAKE_SKIP_RPATH=1 \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DLIB_SUFFIX=$(echo %{_lib} | cut -b4-) \ -DCMAKE_BUILD_TYPE=Release ..