From ba6c00c79a803ce4e4b4c8ff34e3f5baeaad0323 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sun, 22 May 2011 03:13:34 +0100 Subject: [PATCH] Update with more comments from Kalev Lember --- grilo-plugins.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/grilo-plugins.spec b/grilo-plugins.spec index 03d7bcc..3edb269 100644 --- a/grilo-plugins.spec +++ b/grilo-plugins.spec @@ -3,14 +3,13 @@ Name: grilo-plugins Version: 0.1.15 -Release: 3 +Release: 4%{?dist} Summary: Plugins for the Grilo framework Group: Applications/Multimedia License: LGPLv2+ Url: https://live.gnome.org/Grilo Source0: http://ftp.gnome.org/pub/GNOME/sources/grilo-plugins/%{release_version}/grilo-plugins-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: grilo-devel >= %{version} BuildRequires: gnome-common @@ -81,15 +80,15 @@ make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_libdir}/grilo-%{release_version}/*.la rm -f $RPM_BUILD_ROOT%{_bindir}/* -%clean -rm -rf $RPM_BUILD_ROOT - %files %doc AUTHORS COPYING NEWS README %{_libdir}/grilo-%{release_version}/*.so* %{_datadir}/grilo-%{release_version}/plugins/*.xml %changelog +* Fri May 20 2011 Bastien Nocera 0.1.15-4 +- Update with more comments from Kalev Lember + * Fri May 20 2011 Bastien Nocera 0.1.15-3 - Update with comments from Kalev Lember