libavc1394-vl.spec 2.4 KB

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