Accepting request 69727 from home:dirkmueller:branches:multimedia:libs
- fix provides/obsoletes in baselibs OBS-URL: https://build.opensuse.org/request/show/69727 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=27
This commit is contained in:
parent
fb80086769
commit
9cb80438f0
@ -1,3 +1,5 @@
|
||||
libvorbis0
|
||||
targettype 32bit provides "libvorbis-<targettype> = 1.3.2"
|
||||
targettype 64bit obsoletes "libvorbis-<targettype> < 1.3.2"
|
||||
libvorbisenc2
|
||||
libvorbisfile3
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 5 22:56:15 CEST 2011 - dmueller@suse.de
|
||||
|
||||
- fix provides/obsoletes in baselibs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 22:14:53 UTC 2010 - davejplater@gmail.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libvorbis (Version to_be_filled_by_service)
|
||||
# spec file for package libvorbis (Version 1.3.2)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -16,10 +16,11 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: libvorbis
|
||||
Version: 1.3.2
|
||||
Release: 2
|
||||
#to_be_filled_by_service
|
||||
Release: 1
|
||||
License: BSD3c(or similar)
|
||||
Summary: The Vorbis General Audio Compression Codec
|
||||
Url: http://www.vorbis.com/
|
||||
@ -38,7 +39,7 @@ Patch2: libvorbis-m4.dif
|
||||
# PATCH-FIX-UPSTREAM libvorbis-pkgconfig.patch https://trac.xiph.org/ticket/1759 reddwarf@opensuse.org -- Use Requires/Libs.private to avoid overlinking
|
||||
Patch10: libvorbis-pkgconfig.patch
|
||||
BuildRequires: libogg-devel
|
||||
BuildRequires: pkgconfig fdupes
|
||||
BuildRequires: fdupes pkgconfig
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -60,9 +61,8 @@ Obsoletes: libvorbis-64bit
|
||||
%endif
|
||||
#
|
||||
# libvorbis was last used in openSUSE 11.3
|
||||
|
||||
Provides: %{name} = %{version}
|
||||
Obsoletes: %{name} < %{version}
|
||||
Provides: %{name} = 1.3.2
|
||||
Obsoletes: %{name} < 1.3.2
|
||||
|
||||
%description -n libvorbis0
|
||||
Vorbis is a fully open, nonproprietary, patent-and-royalty-free, and
|
||||
|
Loading…
x
Reference in New Issue
Block a user