- Add support for new stack (juju).
This commit is contained in:
parent
c653bbc0dd
commit
9ebbc4947f
@ -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 <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
|
||||
- Minor spec cleanups for Core/Extras merger (#226039)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user