From 844e87c3d26486f74be91e291c88c059dae09506 Mon Sep 17 00:00:00 2001 From: sagitter Date: Sun, 21 Aug 2016 11:04:52 +0200 Subject: [PATCH] Some minor fixes --- libavc1394.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libavc1394.spec b/libavc1394.spec index 6720169..34b17a2 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.4 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and LGPLv2+ URL: http://sourceforge.net/projects/libavc1394/ Source: https://sourceforge.net/projects/libavc1394/files/libavc1394/libavc1394-%{version}.tar.gz @@ -20,7 +20,7 @@ to control devices like the tape on a VCR or camcorder. %package devel Summary: Development libs for libavc1394 -Requires: %{name}%{?isa} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} Requires: libraw1394-devel, pkgconfig %description devel @@ -67,7 +67,10 @@ chrpath -d $RPM_BUILD_ROOT%{_bindir}/* %{_libdir}/librom1394.so %changelog -* Sat Aug 20 2016 Fedora Release Engineering - 0.5.4-1 +* Sun Aug 21 2016 Antonio Trande - 0.5.4-2 +- Some minor fixes + +* Sat Aug 20 2016 Antonio Trande - 0.5.4-1 - Update to 0.5.4 (bz#628157) - Patch updated - Use %%license