0434d1
Summary:        Streaming library for IEEE1394
0434d1
Name:           libiec61883
0434d1
Version:        1.2.0
0434d1
Release:        10%{?dist}
0434d1
License:        LGPLv2+
0434d1
Group:          System Environment/Libraries
0434d1
Source:         http://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.gz
0434d1
# Fedora specific patches.
0434d1
0434d1
Patch0:         libiec61883-1.2.0-installtests.patch
0434d1
Patch1:         libiec61883-channel-allocation-without-local-node-rw.patch
0434d1
URL:            http://ieee1394.wiki.kernel.org/index.php/Libraries#libiec61883
0434d1
ExcludeArch:    s390 s390x
0434d1
0434d1
# Works only with newer libraw1394 versions
0434d1
BuildRequires:  libraw1394-devel
0434d1
0434d1
%description
0434d1
The libiec61883 library provides an higher level API for streaming DV,
0434d1
MPEG-2 and audio over IEEE1394.  Based on the libraw1394 isochronous
0434d1
functionality, this library acts as a filter that accepts DV-frames,
0434d1
MPEG-2 frames or audio samples from the application and breaks these
0434d1
down to isochronous packets, which are transmitted using libraw1394.
0434d1
0434d1
%package devel
0434d1
Summary:        Development files for libiec61883
0434d1
Group:          Development/Libraries
0434d1
Requires:       %{name} = %{version}-%{release}
0434d1
0434d1
%description devel
0434d1
Development files needed to build applications against libiec61883
0434d1
0434d1
%package utils
0434d1
Summary:        Utilities for use with libiec61883
0434d1
Group:          Applications/Multimedia
0434d1
Requires:       %{name} = %{version}-%{release}
0434d1
0434d1
%description utils
0434d1
Utilities that make use of iec61883
0434d1
0434d1
%prep
0434d1
%setup -q
0434d1
%patch0 -p1
0434d1
%patch1 -p1
0434d1
0434d1
%build
0434d1
%configure --disable-static
0434d1
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
0434d1
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
0434d1
make %{?_smp_mflags}
0434d1
0434d1
%install
0434d1
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
0434d1
0434d1
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
0434d1
0434d1
%post -p /sbin/ldconfig
0434d1
0434d1
%postun -p /sbin/ldconfig
0434d1
0434d1
%files
0434d1
%defattr(-,root,root,-)
0434d1
%doc AUTHORS COPYING NEWS README
0434d1
%{_libdir}/libiec61883.so.*
0434d1
0434d1
%files devel
0434d1
%defattr(-,root,root,-)
0434d1
%{_libdir}/libiec61883.so
0434d1
%dir %{_includedir}/libiec61883
0434d1
%{_includedir}/libiec61883/*.h
0434d1
%{_libdir}/pkgconfig/libiec61883.pc
0434d1
0434d1
%files utils
0434d1
%defattr(-,root,root,-)
0434d1
%{_bindir}/*
0434d1
%{_mandir}/man1/*.1*
0434d1
0434d1
%changelog
0434d1
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.2.0-10
0434d1
- Mass rebuild 2013-12-27
0434d1
0434d1
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-9
0434d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
0434d1
0434d1
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-8
0434d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0434d1
0434d1
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-7
0434d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
0434d1
0434d1
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-6
0434d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
0434d1
0434d1
* Fri Sep 24 2010 Parag Nemade <paragn AT fedoraproject.org> 1.2.0-5
0434d1
- Merge-review cleanup (#226030)
0434d1
0434d1
* Fri Jan 8 2010 Jay Fenlason <fenlason@redhat.com> 1.2.0-4
0434d1
- Update the Source and URL fields to point to correct locations.
0434d1
0434d1
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-3
0434d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
0434d1
0434d1
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
0434d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
0434d1
0434d1
* Thu Jan 15 2009 Jarod Wilson <jarod@redhat.com> 1.2.0-1
0434d1
- Update to libiec61883 v1.2.0 release
0434d1
- Rework installtests patch to not require autoreconf
0434d1
- Make iso channel allocation work w/o local fw node r/w
0434d1
0434d1
* Tue Jul 22 2008 Jarod Wilson <jwilson@redhat.com> 1.1.0-5
0434d1
- Bump and rebuild for libraw1394 v2.0.0
0434d1
0434d1
* Thu Feb 14 2008 Jarod Wilson <jwilson@redhat.com> 1.1.0-4
0434d1
- Bump and rebuild with gcc 4.3
0434d1
0434d1
* Wed Dec 19 2007 Jarod Wilson <jwilson@redhat.com> 1.1.0-3
0434d1
- Fix license and group tags (#411201)
0434d1
- Clean up spacing and macro/var inconsistency
0434d1
0434d1
* Mon Mar 26 2007 Jarod Wilson <jwilson@redhat.com> 1.1.0-2
0434d1
- Own created directories (#233865)
0434d1
0434d1
* Wed Oct 25 2006 Jarod Wilson <jwilson@redhat.com> 1.1.0-1
0434d1
- Update to 1.1.0 release
0434d1
0434d1
* Wed Oct 11 2006 Jarod Wilson <jwilson@redhat.com> 1.0.0-11
0434d1
- Use %%dist tag
0434d1
0434d1
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-10.fc5.2.1
0434d1
- rebuild
0434d1
0434d1
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-10.fc5.2
0434d1
- bump again for double-long bug on ppc(64)
0434d1
0434d1
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-10.fc5.1
0434d1
- rebuilt for new gcc4.1 snapshot and glibc changes
0434d1
0434d1
* Fri Dec 30 2005 Jarod Wilson <jarod@wilsonet.com> 1.0.0-10
0434d1
- Add missing autoconf, automake and libtool
0434d1
  BuildRequires
0434d1
0434d1
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
0434d1
- rebuilt
0434d1
0434d1
* Fri Nov 11 2005 Warren Togami <wtogami@redhat.com> 1.0.0-9
0434d1
- incorporate some spec improvements from Matthias (#172105)
0434d1
0434d1
* Mon Sep 19 2005 Warren Togami <wtogami@redhat.com> 1.0.0-8
0434d1
- split -devel for pkgconfig chain
0434d1
- remove .a and .la
0434d1
- exclude s390 and s390x
0434d1
0434d1
* Tue Apr  5 2005 Axel Thimm <Axel.Thimm@ATrpms.net>
0434d1
- Fixes for building properly on x86_64.
0434d1
0434d1
* Mon Mar 28 2005 Jarod Wilson <jarod@wilsonet.com>
0434d1
- Fixed utils so they build properly
0434d1
0434d1
* Sat Feb 26 2005 Jarod Wilson <jarod@wilsonet.com>
0434d1
- Rolled in utils
0434d1
0434d1
* Wed Feb 23 2005 Jarod Wilson <jarod@wilsonet.com>
0434d1
- Initial build
0434d1