From 9ebbc4947fde0fb11098554654c693110001460d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Mon, 19 Mar 2007 23:03:07 +0000 Subject: [PATCH] - Add support for new stack (juju). --- libraw1394.spec | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/libraw1394.spec b/libraw1394.spec index 5f01599..2d80bee 100644 --- a/libraw1394.spec +++ b/libraw1394.spec @@ -1,7 +1,7 @@ Summary: Library providing low-level IEEE-1394 access Name: libraw1394 Version: 1.2.1 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: System Environment/Libraries Source: http://www.linux1394.org/dl/libraw1394-%{version}.tar.gz @@ -9,6 +9,9 @@ URL: http://www.linux1394.org/ ExcludeArch: s390 s390x BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source1: fw-device-cdev.h +Patch0: libraw1394-juju.patch + %description The libraw1394 library provides direct access to the IEEE-1394 bus through the Linux 1394 subsystem's raw1394 user space interface. @@ -24,8 +27,13 @@ Development libraries needed to build applications against libraw1394. %prep %setup -q +%patch0 -p0 -b .juju + %build -%configure --disable-static +aclocal +autoconf +automake +%configure --disable-static --with-juju-dir=$PWD/.. make %{?_smp_mflags} %install @@ -61,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Mar 19 2007 Kristian Høgsberg 1.2.1-3 +- Add support for new stack (juju). + * Sun Feb 04 2007 Jarod Wilson - 1.2.1-2 - Minor spec cleanups for Core/Extras merger (#226039)