libiec61883-vl.spec 4.3 KB

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