]> git.pld-linux.org Git - packages/grilo-plugins.git/commitdiff
- updated to 0.2.5; better Summary auto/th/grilo-plugins-0.2.5-1
authorŁukasz Kieś <kiesiu@pld-linux.org>
Tue, 19 Mar 2013 15:07:47 +0000 (16:07 +0100)
committerŁukasz Kieś <kiesiu@pld-linux.org>
Tue, 19 Mar 2013 15:07:47 +0000 (16:07 +0100)
- added patch to build with automake-1.13

automake-1.13.patch [new file with mode: 0644]
grilo-plugins.spec

diff --git a/automake-1.13.patch b/automake-1.13.patch
new file mode 100644 (file)
index 0000000..3b5a45f
--- /dev/null
@@ -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
index 7793aa4200e78a8607e105f8f4380d8a825c08c3..919ade94c386b83ffa16b01b027a22046c9adce8 100644 (file)
@@ -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
This page took 0.087812 seconds and 4 git commands to generate.