Accepting request 69472 from home:TheBlackCat:branches:multimedia:libs
Added 32bit compatibility libraries. Escaped macros in comments (fix for RPMLINT warning) OBS-URL: https://build.opensuse.org/request/show/69472 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libgme?expand=0&rev=3
This commit is contained in:
parent
9006fe11b8
commit
8df87fd38f
@ -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}
|
||||
|
1
baselibs.conf
Normal file
1
baselibs.conf
Normal file
@ -0,0 +1 @@
|
||||
libgme0
|
@ -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
|
||||
|
||||
|
13
libgme.spec
13
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}
|
||||
|
Loading…
Reference in New Issue
Block a user