]> git.pld-linux.org Git - packages/game-music-emu.git/commitdiff
- updated to 0.6.0
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 28 Sep 2013 11:41:13 +0000 (13:41 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 28 Sep 2013 11:41:13 +0000 (13:41 +0200)
- removed obsolete multilib patch

game-music-emu-multilib.patch [deleted file]
game-music-emu.spec

diff --git a/game-music-emu-multilib.patch b/game-music-emu-multilib.patch
deleted file mode 100644 (file)
index bea7d30..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-http://code.google.com/p/game-music-emu/issues/detail?id=8
-
-Index: game-music-emu-0.5.5/gme/CMakeLists.txt
-===================================================================
---- game-music-emu-0.5.5.orig/gme/CMakeLists.txt
-+++ game-music-emu-0.5.5/gme/CMakeLists.txt
-@@ -157,7 +157,6 @@ set_target_properties(gme
-     PROPERTIES VERSION 0.5.3
-                SOVERSION 0)
--# TODO: Libsuffix for 64-bit?
--install(TARGETS gme LIBRARY DESTINATION lib)
-+install(TARGETS gme LIBRARY DESTINATION lib${LIB_SUFFIX})
- install(FILES ${EXPORTED_HEADERS} DESTINATION include/gme)
index 52c815bfff5f76d3de20763d203f659eeca1db31..8cc834359d5e245d8109cebeac7f7c93ffebf35a 100644 (file)
@@ -1,15 +1,14 @@
 Summary:       Collection of video game music file emulators
 Summary(pl.UTF-8):     Zbiór emulatorów do odtwarzania muzyki z gier
 Name:          game-music-emu
-Version:       0.5.5
-Release:       3
+Version:       0.6.0
+Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
 #Source0Download: http://code.google.com/p/game-music-emu/downloads/list
-Source0:       http://game-music-emu.googlecode.com/files/%{name}-%{version}.tbz2
-# Source0-md5: 94459001a763fb76209a550a03b7949e
+Source0:       http://game-music-emu.googlecode.com/files/%{name}-%{version}.tar.bz2
+# Source0-md5: b98fafb737bc889dc65e7a8b94bd1bf5
 URL:           http://code.google.com/p/game-music-emu/
-Patch0:                %{name}-multilib.patch
 BuildRequires: cmake >= 2.6
 BuildRequires: libstdc++-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -63,7 +62,6 @@ wykorzystujących bibliotekę game-music-emu.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %cmake \
@@ -100,3 +98,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libgme.so
 %{_includedir}/gme
+%{_pkgconfigdir}/libgme.pc
This page took 0.082276 seconds and 4 git commands to generate.