diff --git a/_service:set_version:libgme.spec b/_service:set_version:libgme.spec index a1d86d6..4150e1c 100644 --- a/_service:set_version:libgme.spec +++ b/_service:set_version:libgme.spec @@ -1,7 +1,7 @@ # # spec file for package libgme # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,8 +19,8 @@ %define soname 0 Name: libgme -Version: 0.5.5 -Release: 1 +Version: 0.5.5 +Release: 0 License: LGPLv2.1+ Summary: Collection of video game music file emulators Url: http://code.google.com/p/game-music-emu/ @@ -50,8 +50,6 @@ the following formats and systems: - VGM/VGZ: Sega Master System/Mark III, Sega Genesis/Mega Drive,BBC Micro %package -n %{name}%{soname} - - Summary: Collection of video game music file emulators Group: System/Libraries @@ -69,7 +67,6 @@ the following formats and systems: - VGM/VGZ: Sega Master System/Mark III, Sega Genesis/Mega Drive,BBC Micro %package devel -License: LGPLv2.1+ Summary: Development libraries and headers for %{name} Group: Development/Libraries/C and C++ Requires: %{name}%{soname} = %{version} diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..6b26f7a --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libgme0 diff --git a/libgme.changes b/libgme.changes index 4e03163..89c58ab 100644 --- a/libgme.changes +++ b/libgme.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun May 1 17:35:27 UTC 2011 - toddrme2178@gmail.com + +- Added 32bit compatibility libraries +- Escaped macros in comments (fix for RPMLINT warning) + ------------------------------------------------------------------- Tue Dec 14 07:54:59 UTC 2010 - reddwarf@opensuse.org diff --git a/libgme.spec b/libgme.spec index e64ef83..f142209 100644 --- a/libgme.spec +++ b/libgme.spec @@ -1,7 +1,7 @@ # # spec file for package libgme # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,17 +20,17 @@ Name: libgme Version: to_be_filled_by_service -Release: 1 +Release: 0 License: LGPLv2.1+ Summary: Collection of video game music file emulators Url: http://code.google.com/p/game-music-emu/ Group: System/Libraries Source0: game-music-emu-%{version}.tbz2 -# PATCH-FIX-UPSTREAM %{name}-0.5.5-LIB_SUFFIX.patch http://code.google.com/p/game-music-emu/issues/detail?id=8 reddwarf@opensuse.org -- Add LIB_SUFFIX support +# PATCH-FIX-UPSTREAM %%{name}-0.5.5-LIB_SUFFIX.patch http://code.google.com/p/game-music-emu/issues/detail?id=8 reddwarf@opensuse.org -- Add LIB_SUFFIX support Patch0: %{name}-0.5.5-LIB_SUFFIX.patch -# PATCH-FIX-UPSTREAM %{name}-0.5.5-pkg_config.patch reddwarf@opensuse.org -- Add pkg-config file. From upstream SVN. +# PATCH-FIX-UPSTREAM %%{name}-0.5.5-pkg_config.patch reddwarf@opensuse.org -- Add pkg-config file. From upstream SVN. Patch1: %{name}-0.5.5-pkg_config.patch -# PATCH-FIX-UPSTREAM %{name}-0.5.5-symbol_visibility.patch reddwarf@opensuse.org -- Don't export internal symbols. From upstream SVN. +# PATCH-FIX-UPSTREAM %%{name}-0.5.5-symbol_visibility.patch reddwarf@opensuse.org -- Don't export internal symbols. From upstream SVN. Patch2: %{name}-0.5.5-symbol_visibility.patch BuildRequires: cmake BuildRequires: gcc-c++ @@ -50,8 +50,6 @@ the following formats and systems: - VGM/VGZ: Sega Master System/Mark III, Sega Genesis/Mega Drive,BBC Micro %package -n %{name}%{soname} - - Summary: Collection of video game music file emulators Group: System/Libraries @@ -69,7 +67,6 @@ the following formats and systems: - VGM/VGZ: Sega Master System/Mark III, Sega Genesis/Mega Drive,BBC Micro %package devel -License: LGPLv2.1+ Summary: Development libraries and headers for %{name} Group: Development/Libraries/C and C++ Requires: %{name}%{soname} = %{version}