- Add support for new stack (juju).

epel9
Kristian Høgsberg 18 years ago
parent c653bbc0dd
commit 9ebbc4947f

@ -1,7 +1,7 @@
Summary: Library providing low-level IEEE-1394 access Summary: Library providing low-level IEEE-1394 access
Name: libraw1394 Name: libraw1394
Version: 1.2.1 Version: 1.2.1
Release: 2%{?dist} Release: 3%{?dist}
License: LGPL License: LGPL
Group: System Environment/Libraries Group: System Environment/Libraries
Source: http://www.linux1394.org/dl/libraw1394-%{version}.tar.gz Source: http://www.linux1394.org/dl/libraw1394-%{version}.tar.gz
@ -9,6 +9,9 @@ URL: http://www.linux1394.org/
ExcludeArch: s390 s390x ExcludeArch: s390 s390x
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source1: fw-device-cdev.h
Patch0: libraw1394-juju.patch
%description %description
The libraw1394 library provides direct access to the IEEE-1394 bus through The libraw1394 library provides direct access to the IEEE-1394 bus through
the Linux 1394 subsystem's raw1394 user space interface. the Linux 1394 subsystem's raw1394 user space interface.
@ -24,8 +27,13 @@ Development libraries needed to build applications against libraw1394.
%prep %prep
%setup -q %setup -q
%patch0 -p0 -b .juju
%build %build
%configure --disable-static aclocal
autoconf
automake
%configure --disable-static --with-juju-dir=$PWD/..
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
@ -61,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Mon Mar 19 2007 Kristian Høgsberg <krh@redhat.com> 1.2.1-3
- Add support for new stack (juju).
* Sun Feb 04 2007 Jarod Wilson <jwilson@redhat.com> - 1.2.1-2 * Sun Feb 04 2007 Jarod Wilson <jwilson@redhat.com> - 1.2.1-2
- Minor spec cleanups for Core/Extras merger (#226039) - Minor spec cleanups for Core/Extras merger (#226039)

Loading…
Cancel
Save