libiec61883-vl.spec 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. Name: libiec61883
  2. Summary: Streaming library for IEEE1394
  3. SUmmary(ja): IEEE1394 用ストリーミングライブラリ
  4. Version: 1.2.0
  5. Release: 2%{?_dist_release}
  6. Group: System Environment/Libraries
  7. License: LGPLv2
  8. URL: https://ieee1394.wiki.kernel.org/
  9. Source: http://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.gz
  10. Patch0: libiec61883-1.1.0-installtests.patch
  11. ExcludeArch: s390 s390x
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildRequires: libraw1394-devel >= 1.2.1
  14. BuildRequires: autoconf, automake, libtool
  15. %description
  16. The libiec61883 library provides an higher level API for streaming DV,
  17. MPEG-2 and audio over IEEE1394. Based on the libraw1394 isochronous
  18. functionality, this library acts as a filter that accepts DV-frames,
  19. MPEG-2 frames or audio samples from the application and breaks these
  20. down to isochronous packets, which are transmitted using libraw1394.
  21. %package devel
  22. Summary: Development files for libiec61883
  23. Group: Development/Libraries
  24. Requires: %{name} = %{version}-%{release}
  25. Requires: libraw1394-devel >= 1.2.1
  26. %description devel
  27. Development files needed to build applications against libiec61883
  28. %package utils
  29. Summary: Utilities for use with libiec61883
  30. Group: Applications/System
  31. Requires: %{name} = %{version}-%{release}
  32. %description utils
  33. Utilities that make use of iec61883
  34. %prep
  35. %setup -q
  36. %patch0 -p1 -b .installtests
  37. autoreconf
  38. libtoolize --force --copy
  39. %build
  40. %configure --disable-static
  41. make
  42. %install
  43. rm -rf %{buildroot}
  44. make DESTDIR=%{buildroot} install
  45. #rm $RPM_BUILD_ROOT%{_libdir}/libiec61883.la
  46. %clean
  47. rm -rf %{buildroot}
  48. %post -p /sbin/ldconfig
  49. %postun -p /sbin/ldconfig
  50. %files
  51. %defattr(-,root,root,-)
  52. %doc AUTHORS COPYING NEWS README
  53. %{_libdir}/libiec61883.so.*
  54. %files devel
  55. %defattr(-,root,root,-)
  56. %{_libdir}/libiec61883.so
  57. %exclude %{_libdir}/libiec61883.la
  58. %{_includedir}/libiec61883/*.h
  59. %{_libdir}/pkgconfig/libiec61883.pc
  60. %files utils
  61. %defattr(-,root,root,-)
  62. %{_bindir}/*
  63. %{_mandir}/man1/*.1*
  64. %changelog
  65. * Sat Oct 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.2.0-2
  66. - rebuild with libraw1394-2.1.0
  67. * Sat Sep 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.2.0-1
  68. - new upstream release
  69. - built with new toolchain and rpm-4.8.1
  70. - dropt static libraries from devel package
  71. * Sat Nov 1 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.1.0-4vl5
  72. - macros for VineSeed and VinePlus/4.0
  73. - spec in UTF-8
  74. * Wed Oct 29 2008 Seiichirou Babasaki - 1.1.0-3
  75. - Version 1.1.0 for VineLinux-4.2 (From VineSeed)
  76. - replase libraw1394(-devel) -> libraw1394_121(-devel)
  77. * Wed Jul 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-2
  78. - new versioning policy
  79. * Sat Jun 9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.1.0-1vl1
  80. - initial build for Vine Linux
  81. * Wed Oct 25 2006 Jarod Wilson <jwilson@redhat.com> - 1.1.0-1
  82. - Update to 1.1.0 release
  83. * Wed Oct 11 2006 Jarod Wilson <jwilson@redhat.com> - 1.0.0-11
  84. - Use %dist tag
  85. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-10.fc5.2.1
  86. - rebuild
  87. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-10.fc5.2
  88. - bump again for double-long bug on ppc(64)
  89. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-10.fc5.1
  90. - rebuilt for new gcc4.1 snapshot and glibc changes
  91. * Fri Dec 30 2005 Jarod Wilson <jarod@wilsonet.com> 1.0.0-10
  92. - Add missing autoconf, automake and libtool
  93. BuildRequires
  94. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  95. - rebuilt
  96. * Fri Nov 11 2005 Warren Togami <wtogami@redhat.com> 1.0.0-9
  97. - incorporate some spec improvements from Matthias (#172105)
  98. * Mon Sep 19 2005 Warren Togami <wtogami@redhat.com> 1.0.0-8
  99. - split -devel for pkgconfig chain
  100. - remove .a and .la
  101. - exclude s390 and s390x
  102. * Tue Apr 5 2005 Axel Thimm <Axel.Thimm@ATrpms.net>
  103. - Fixes for building properly on x86_64.
  104. * Mon Mar 28 2005 Jarod Wilson <jarod@wilsonet.com>
  105. - Fixed utils so they build properly
  106. * Sat Feb 26 2005 Jarod Wilson <jarod@wilsonet.com>
  107. - Rolled in utils
  108. * Wed Feb 23 2005 Jarod Wilson <jarod@wilsonet.com>
  109. - Initial build