]> git.pld-linux.org Git - packages/flac.git/commitdiff
- don't obsolete xmms-input-flac for now; release 2 auto/th/flac-1.4.2-2
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 27 Mar 2023 17:44:46 +0000 (19:44 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 27 Mar 2023 17:44:46 +0000 (19:44 +0200)
flac.spec

index af09c35634ce7afe6e45f76e8322b8e13487feeb..6286a615559aed2cb90f63c1a67d431eff1ef5b1 100644 (file)
--- a/flac.spec
+++ b/flac.spec
@@ -1,12 +1,12 @@
 #
 # Conditional build:
-%bcond_without static_libs     # don't build static library
+%bcond_without static_libs     # static library
 
 Summary:       Free Lossless Audio Codec
 Summary(pl.UTF-8):     Free Lossless Audio Codec - WolnodostÄ™pny bezstratny kodek audio
 Name:          flac
 Version:       1.4.2
-Release:       1
+Release:       2
 License:       BSD (libFLAC/libFLAC++), GPL v2+ (programs and plugins)
 Group:         Libraries
 Source0:       https://downloads.xiph.org/releases/flac/%{name}-%{version}.tar.xz
@@ -22,7 +22,9 @@ BuildRequires:        libstdc++-devel
 BuildRequires: libtool >= 2:2
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
-Obsoletes:     xmms-input-flac < 1.4.2
+# flac 1.4.2 dropped xmms plugin; for now we build plugin in xmms-input-flac.spec from flac 1.4.1 sources.
+# Uncomment this Obsoletes in case xmms-input-flac.spec doesn't build any longer:
+#Obsoletes:    xmms-input-flac < 1.4.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
This page took 0.132485 seconds and 4 git commands to generate.