[packages/grilo-plugins] - updated to 0.2.5; better Summary - added patch to build with automake-1.13
kiesiu
kiesiu at pld-linux.org
Tue Mar 19 16:09:52 CET 2013
commit 0ed7c9e794283a5b27daa0213a3afd9038fffe2f
Author: Łukasz Kieś <kiesiu at pld-linux.org>
Date: Tue Mar 19 16:07:47 2013 +0100
- updated to 0.2.5; better Summary
- added patch to build with automake-1.13
automake-1.13.patch | 12 ++++++++++++
grilo-plugins.spec | 13 +++++++++----
2 files changed, 21 insertions(+), 4 deletions(-)
---
diff --git a/grilo-plugins.spec b/grilo-plugins.spec
index 7793aa4..919ade9 100644
--- a/grilo-plugins.spec
+++ b/grilo-plugins.spec
@@ -1,17 +1,19 @@
-Summary: Grilo plugins
+Summary: Collection of plugins for Grilo
Name: grilo-plugins
-Version: 0.2.3
+Version: 0.2.5
Release: 1
License: LGPL v2.1+
Group: Applications
Source0: http://ftp.gnome.org/pub/GNOME/sources/grilo-plugins/0.2/%{name}-%{version}.tar.xz
-# Source0-md5: 2321e47a53f5fa2242fa5221e013a297
+# Source0-md5: a73f0f022c0a2d1f6c7f44de98df38dc
+Patch0: automake-1.13.patch
URL: http://live.gnome.org/Grilo
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: glib2-devel >= 1:2.28.0
BuildRequires: gmime-devel >= 2.6.0
BuildRequires: gnome-common
+BuildRequires: gnome-doc-utils >= 0.9.0
BuildRequires: grilo-devel >= 0.2.3
BuildRequires: gupnp-av-devel >= 0.5
BuildRequires: gupnp-devel >= 0.13
@@ -42,6 +44,7 @@ multimedia content providers.
%prep
%setup -q
+%patch0 -p1
%build
%{__libtoolize}
@@ -59,12 +62,14 @@ rm -rf $RPM_BUILD_ROOT
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+%find_lang %{name} --with-gnome
+
%{__rm} $RPM_BUILD_ROOT%{_libdir}/grilo-0.2/*.la
%clean
rm -rf $RPM_BUILD_ROOT
-%files
+%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README
%{_libdir}/grilo-0.2/grl-apple-trailers.xml
diff --git a/automake-1.13.patch b/automake-1.13.patch
new file mode 100644
index 0000000..3b5a45f
--- /dev/null
+++ b/automake-1.13.patch
@@ -0,0 +1,12 @@
+diff -uNr grilo-plugins-0.2.5.old/configure.ac grilo-plugins-0.2.5/configure.ac
+--- grilo-plugins-0.2.5.old/configure.ac 2012-12-04 13:08:48.000000000 +0100
++++ grilo-plugins-0.2.5/configure.ac 2013-03-19 15:53:49.196004180 +0100
+@@ -19,7 +19,7 @@
+ AC_CONFIG_MACRO_DIR([m4])
+ AC_CONFIG_SRCDIR([src])
+
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+
+ AC_PROG_CC
+ AC_PROG_INSTALL
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/grilo-plugins.git/commitdiff/0ed7c9e794283a5b27daa0213a3afd9038fffe2f
More information about the pld-cvs-commit
mailing list