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