From e7089c96d1d41020eac91587e5081de5e381d1c8 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:20:14 +0000 Subject: [PATCH] auto-import changelog data from libavc1394-0.3.1-7.src.rpm Mon Aug 25 2003 Bill Nottingham 0.3.1-7 - fix buildreqs (#102204) Wed Jun 04 2003 Elliot Lee - rebuilt --- libavc1394.spec | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/libavc1394.spec b/libavc1394.spec index 37f893b..ee74787 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,15 +1,11 @@ -%define name libavc1394 -%define version 0.3.1 -%define release 5 - Summary: AV control lib for 1394 -Name: %{name} -Version: %{version} -Release: %{release} +Name: libavc1394 +Version: 0.3.1 +Release: 7 Copyright: GPL Group: Applications/Multimedia -Source: http://downloads.sourceforge.net/libavc1394/libavc1394-0.3.1.tar.gz -BuildRequires: libraw1394 +Source: http://downloads.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz +BuildRequires: libraw1394-devel BuildRoot: /var/tmp/%{name}-%{version}-root ExcludeArch: s390 s390x @@ -19,6 +15,7 @@ The libavc1394 library allows utilities to control IEEE-1394 devices. %package devel Summary: Development libs for libavc1394 Group: Development/Libraries +Requires: %{name} = %{version}-%{release} %description devel Development libraries required to build applications using libavc1394. @@ -37,11 +34,9 @@ rm -rf %{buildroot} %clean rm -rf $RPM_BUILD_ROOT -%post -/sbin/ldconfig +%post -p /sbin/ldconfig -%postun -/sbin/ldconfig +%postun -p /sbin/ldconfig %files %defattr(-,root,root) @@ -64,6 +59,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Aug 25 2003 Bill Nottingham 0.3.1-7 +- fix buildreqs (#102204) + +* Wed Jun 04 2003 Elliot Lee +- rebuilt + * Wed Jan 22 2003 Tim Powers - rebuilt