|
|
@ -1,12 +1,13 @@
|
|
|
|
Summary: Library providing low-level IEEE-1394 access
|
|
|
|
Summary: Library providing low-level IEEE-1394 access
|
|
|
|
Name: libraw1394
|
|
|
|
Name: libraw1394
|
|
|
|
Version: 2.0.0
|
|
|
|
Version: 2.0.0
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 4%{?dist}
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
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
|
|
|
|
Patch0: libraw1394-2.0.0-coverity-prevent-fixes.patch
|
|
|
|
Patch0: libraw1394-2.0.0-coverity-prevent-fixes.patch
|
|
|
|
Patch1: libraw1394-2.0.0-git-fixes.patch
|
|
|
|
Patch1: libraw1394-2.0.0-git-fixes.patch
|
|
|
|
|
|
|
|
Patch2: libraw1394-2.0.0-fix-channel_modify.patch
|
|
|
|
URL: http://www.linux1394.org/
|
|
|
|
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)
|
|
|
@ -31,6 +32,7 @@ Development libraries needed to build applications against libraw1394.
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
%patch0 -p1
|
|
|
|
%patch0 -p1
|
|
|
|
%patch1 -p1
|
|
|
|
%patch1 -p1
|
|
|
|
|
|
|
|
%patch2 -p1
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure --disable-static
|
|
|
|
%configure --disable-static
|
|
|
@ -69,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Dec 05 2008 Jarod Wilson <jarod@redhat.com> - 2.0.0-4
|
|
|
|
|
|
|
|
- Fix channel modify code, should make iso reception work reliably now
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Nov 20 2008 Jarod Wilson <jarod@redhat.com> - 2.0.0-3
|
|
|
|
* Thu Nov 20 2008 Jarod Wilson <jarod@redhat.com> - 2.0.0-3
|
|
|
|
- Address some compiler warnings
|
|
|
|
- Address some compiler warnings
|
|
|
|
- Reduce nesting depth in new_handle dispatches
|
|
|
|
- Reduce nesting depth in new_handle dispatches
|
|
|
|