libavc1394-vl.spec 2.9 KB

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