libavc1394-vl.spec 2.7 KB

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