- Fix quvi version dependency
This commit is contained in:
parent
1bf1c92cb6
commit
69a132dee5
26
0001-Fix-libquvi-version-dependency.patch
Normal file
26
0001-Fix-libquvi-version-dependency.patch
Normal file
@ -0,0 +1,26 @@
|
||||
From eb18ad0f249cfbcac117a8423bc38e2d94396fc6 Mon Sep 17 00:00:00 2001
|
||||
From: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
|
||||
Date: Sun, 30 Jan 2011 19:02:18 -0600
|
||||
Subject: [PATCH] Fix libquvi version dependency
|
||||
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=640987
|
||||
---
|
||||
configure.in | 2 +-
|
||||
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||
|
||||
diff --git a/configure.in b/configure.in
|
||||
index 840bf8c..b128de5 100644
|
||||
--- a/configure.in
|
||||
+++ b/configure.in
|
||||
@@ -40,7 +40,7 @@ AC_PATH_PROG([GLIB_MKENUMS],[glib-mkenums])
|
||||
# Requirements
|
||||
GLIB_REQS=2.21.6
|
||||
GIO_REQS=2.24.0
|
||||
-QUVI_REQS=2.11
|
||||
+QUVI_REQS=0.2.11
|
||||
|
||||
# Before making a release, the PLPARSER_LT_VERSION string should be modified.
|
||||
# The string is of the form C:R:A.
|
||||
--
|
||||
1.7.3.5
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: totem-pl-parser
|
||||
Version: 2.32.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Totem Playlist Parser library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -18,6 +18,10 @@ BuildRequires: gettext
|
||||
BuildRequires: quvi-devel
|
||||
BuildRequires: perl(XML::Parser) intltool
|
||||
|
||||
# Upstream patch
|
||||
Patch0: 0001-Fix-libquvi-version-dependency.patch
|
||||
BuildRequires: automake autoconf libtool
|
||||
|
||||
%description
|
||||
A library to parse and save playlists, as used in music and movie players.
|
||||
|
||||
@ -37,6 +41,8 @@ developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .quvi-version
|
||||
autoreconf -f
|
||||
|
||||
%build
|
||||
%configure --enable-static=no
|
||||
@ -67,6 +73,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%{_datadir}/gir-1.0/*.gir
|
||||
|
||||
%changelog
|
||||
* Mon Jan 31 2011 Bastien Nocera <bnocera@redhat.com> 2.32.2-2
|
||||
- Fix quvi version dependency
|
||||
|
||||
* Fri Jan 28 2011 Bastien Nocera <bnocera@redhat.com> 2.32.2-1
|
||||
- Update to 2.32.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user