libavc1394-vl.spec 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. Name: libavc1394
  2. Summary: Audio/Video Control library for IEEE-1394 devices
  3. Summary(ja): IEEE1394 デバイス用 AV コントロールライブラリ
  4. Version: 0.5.4
  5. Release: 4%{?_dist_release}
  6. Group: system
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. License: LGPLv2
  10. URL: http://libavc1394.sourceforge.net/
  11. Source: http://downloads.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz
  12. Patch1: libavc1394-%{version}-librom.patch
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. BuildRequires: libraw1394-devel
  15. %description
  16. The libavc1394 library allows utilities to control IEEE-1394 devices.
  17. %description -l ja
  18. libavc1394 ライブラリは IEEE-1394 デバイスの制御をするためのユーティリティ
  19. です。
  20. %package devel
  21. Summary: Development libs for libavc1394
  22. Summary(ja): libavc1394 用開発ライブラリ
  23. Group: programming
  24. Requires: %{name} = %{version}-%{release}
  25. Requires: libraw1394-devel
  26. %description devel
  27. Development libraries required to build applications using libavc1394.
  28. %debug_package
  29. %prep
  30. %setup -q
  31. %patch1 -p1 -b .librom
  32. chmod -x test/dvcont.c
  33. %build
  34. %configure
  35. %make_build
  36. %install
  37. rm -rf %{buildroot}
  38. %make_install
  39. rm -f $RPM_BUILD_ROOT%{_libdir}/*.{la,a}
  40. %clean
  41. rm -rf $RPM_BUILD_ROOT
  42. %files
  43. %defattr(-,root,root)
  44. %license COPYING
  45. %doc INSTALL README
  46. %{_bindir}/*
  47. %{_mandir}/man1/*
  48. %{_libdir}/lib*.so.*
  49. %files devel
  50. %defattr(-,root,root)
  51. %{_includedir}/libavc1394
  52. %exclude %{_libdir}/lib*.la
  53. %{_libdir}/lib*.so
  54. %{_libdir}/pkgconfig/*.pc
  55. %changelog
  56. * Fri Apr 23 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.5.4-4
  57. - rebuilt with current environment.
  58. - imported Patch1 from rawhide.
  59. - dropped ldconfig scriptlets.
  60. * Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.5.4-3
  61. - rebuild with VineSeed environment
  62. * Sat Oct 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.5.4-2
  63. - rebuild with libraw1394-2.1.0
  64. * Sat Sep 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5.4-1
  65. - new upstream release
  66. - built with new toolchain and rpm-4.8.1
  67. - dropt static libraries from devel package
  68. - added URL tag
  69. * Tue Aug 19 2008 Shu KONNO <owa@bg.wakwak.com> 0.5.3-1vl5
  70. - applied new versioning policy, spec in utf-8
  71. - dropt lib*.la
  72. * Thu Aug 3 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.5.3-0vl1
  73. - new upstream release
  74. * Sat Sep 24 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.5.1-0vl1
  75. - new upstream release
  76. - s/Copyright/License/
  77. * Fri Jun 10 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.5.0-0vl1
  78. - new upstream release
  79. - added mkrfc2734 to %{_bindir}
  80. - changed Group
  81. * Wed Mar 3 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.1-0vl1
  82. - build for Vine Linux
  83. * Mon Aug 25 2003 Bill Nottingham <notting@redhat.com> 0.3.1-7
  84. - fix buildreqs (#102204)
  85. * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  86. - rebuilt
  87. * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
  88. - rebuilt
  89. * Thu Dec 12 2002 Tim Powers <timp@redhat.com> 0.3.1-4
  90. - rebuild on all arches
  91. * Wed Nov 20 2002 Florian La Roche <Florian.LaRoche@redhat.de>
  92. - exclude mainframe
  93. - allow lib64
  94. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  95. - automated rebuild
  96. * Sun Jun 09 2002 Michael Fulbright <msf@redhat.com>
  97. - First RPM build