libiec61883-vl.spec 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. Name: libiec61883
  2. Summary: Streaming library for IEEE1394
  3. SUmmary(ja): IEEE1394 用ストリーミングライブラリ
  4. Version: 1.2.0
  5. Release: 3%{?_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. %build
  38. autoreconf -if
  39. %configure --disable-static
  40. make
  41. %install
  42. rm -rf %{buildroot}
  43. make DESTDIR=%{buildroot} install
  44. #rm $RPM_BUILD_ROOT%{_libdir}/libiec61883.la
  45. %clean
  46. rm -rf %{buildroot}
  47. %post -p /sbin/ldconfig
  48. %postun -p /sbin/ldconfig
  49. %files
  50. %defattr(-,root,root,-)
  51. %doc AUTHORS COPYING NEWS README
  52. %{_libdir}/libiec61883.so.*
  53. %files devel
  54. %defattr(-,root,root,-)
  55. %{_libdir}/libiec61883.so
  56. %exclude %{_libdir}/libiec61883.la
  57. %{_includedir}/libiec61883/*.h
  58. %{_libdir}/pkgconfig/libiec61883.pc
  59. %files utils
  60. %defattr(-,root,root,-)
  61. %{_bindir}/*
  62. %{_mandir}/man1/*.1*
  63. %changelog
  64. * Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.2.0-3
  65. - rebuild with VineSeed environment
  66. * Sat Oct 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.2.0-2
  67. - rebuild with libraw1394-2.1.0
  68. * Sat Sep 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.2.0-1
  69. - new upstream release
  70. - built with new toolchain and rpm-4.8.1
  71. - dropt static libraries from devel package
  72. * Sat Nov 1 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.1.0-4vl5
  73. - macros for VineSeed and VinePlus/4.0
  74. - spec in UTF-8
  75. * Wed Oct 29 2008 Seiichirou Babasaki - 1.1.0-3
  76. - Version 1.1.0 for VineLinux-4.2 (From VineSeed)
  77. - replase libraw1394(-devel) -> libraw1394_121(-devel)
  78. * Wed Jul 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-2
  79. - new versioning policy
  80. * Sat Jun 9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.1.0-1vl1
  81. - initial build for Vine Linux
  82. * Wed Oct 25 2006 Jarod Wilson <jwilson@redhat.com> - 1.1.0-1
  83. - Update to 1.1.0 release
  84. * Wed Oct 11 2006 Jarod Wilson <jwilson@redhat.com> - 1.0.0-11
  85. - Use %dist tag
  86. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-10.fc5.2.1
  87. - rebuild
  88. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-10.fc5.2
  89. - bump again for double-long bug on ppc(64)
  90. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-10.fc5.1
  91. - rebuilt for new gcc4.1 snapshot and glibc changes
  92. * Fri Dec 30 2005 Jarod Wilson <jarod@wilsonet.com> 1.0.0-10
  93. - Add missing autoconf, automake and libtool
  94. BuildRequires
  95. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  96. - rebuilt
  97. * Fri Nov 11 2005 Warren Togami <wtogami@redhat.com> 1.0.0-9
  98. - incorporate some spec improvements from Matthias (#172105)
  99. * Mon Sep 19 2005 Warren Togami <wtogami@redhat.com> 1.0.0-8
  100. - split -devel for pkgconfig chain
  101. - remove .a and .la
  102. - exclude s390 and s390x
  103. * Tue Apr 5 2005 Axel Thimm <Axel.Thimm@ATrpms.net>
  104. - Fixes for building properly on x86_64.
  105. * Mon Mar 28 2005 Jarod Wilson <jarod@wilsonet.com>
  106. - Fixed utils so they build properly
  107. * Sat Feb 26 2005 Jarod Wilson <jarod@wilsonet.com>
  108. - Rolled in utils
  109. * Wed Feb 23 2005 Jarod Wilson <jarod@wilsonet.com>
  110. - Initial build