packages: totem-pl-parser/totem-pl-parser.spec, totem-pl-parser/miniparser....
wiget
wiget at pld-linux.org
Sun Feb 13 15:34:58 CET 2011
Author: wiget Date: Sun Feb 13 14:34:58 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 2.32.2
- use %{__rm} macro
- fix unresolved symbols in miniparser lib
---- Files affected:
packages/totem-pl-parser:
totem-pl-parser.spec (1.38 -> 1.39) , miniparser.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/totem-pl-parser/totem-pl-parser.spec
diff -u packages/totem-pl-parser/totem-pl-parser.spec:1.38 packages/totem-pl-parser/totem-pl-parser.spec:1.39
--- packages/totem-pl-parser/totem-pl-parser.spec:1.38 Fri Jan 28 23:14:20 2011
+++ packages/totem-pl-parser/totem-pl-parser.spec Sun Feb 13 15:34:53 2011
@@ -2,12 +2,13 @@
Summary: Totem Playlist Parser library
Summary(pl.UTF-8): Biblioteka analizująca listy odtwarzania Totema
Name: totem-pl-parser
-Version: 2.32.1
+Version: 2.32.2
Release: 1
License: LGPL v2+
Group: X11/Libraries
Source0: http://ftp.gnome.org/pub/GNOME/sources/totem-pl-parser/2.32/%{name}-%{version}.tar.bz2
-# Source0-md5: 2cedaab5dee14526ad0be0970155151f
+# Source0-md5: 0f2855c8515e52cc0026c5e67de762a2
+Patch0: miniparser.patch
URL: http://www.gnome.org/projects/totem/
BuildRequires: autoconf >= 2.62
BuildRequires: automake >= 1:1.9
@@ -83,6 +84,7 @@
%prep
%setup -q
+%patch0 -p1
%build
%{__gtkdocize}
@@ -105,8 +107,8 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/en at shaw
-rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
+%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/en at shaw
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
%find_lang %{name}
@@ -149,6 +151,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.39 2011/02/13 14:34:53 wiget
+- updated to 2.32.2
+- use %{__rm} macro
+- fix unresolved symbols in miniparser lib
+
Revision 1.38 2011/01/28 22:14:20 sparky
- BR: libsoup-gnome-devel
================================================================
Index: packages/totem-pl-parser/miniparser.patch
diff -u /dev/null packages/totem-pl-parser/miniparser.patch:1.1
--- /dev/null Sun Feb 13 15:34:58 2011
+++ packages/totem-pl-parser/miniparser.patch Sun Feb 13 15:34:53 2011
@@ -0,0 +1,11 @@
+--- totem-pl-parser-2.32.2/plparse/Makefile.am.wiget 2011-02-13 15:19:27.437934372 +0100
++++ totem-pl-parser-2.32.2/plparse/Makefile.am 2011-02-13 15:23:51.360203873 +0100
+@@ -106,6 +106,8 @@ libtotem_plparser_mini_la_SOURCES = \
+ totem-pl-parser-qt.h \
+ totem-pl-parser-smil.c \
+ totem-pl-parser-smil.h \
++ totem-pl-parser-videosite.c \
++ totem-pl-parser-videosite.h \
+ totem-pl-parser-wm.c \
+ totem-pl-parser-wm.h \
+ totem-pl-parser-xspf.c \
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/totem-pl-parser/totem-pl-parser.spec?r1=1.38&r2=1.39&f=u
More information about the pld-cvs-commit
mailing list