libraw1394-vl.spec 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. Summary: Library providing low-level IEEE-1394 access
  2. Summary(ja): 低レベル IEEE-1394 アクセスライブラリ
  3. Name: libraw1394
  4. Version: 1.2.1
  5. Release: 1%{?_dist_release}
  6. License: LGPL
  7. Group: System Environment/Libraries
  8. Source: http://download.sourceforge.net/libraw1394/libraw1394-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. %description
  11. The libraw1394 library provides direct access to the
  12. IEEE-1394 bus through the Linux 1394 subsystem's raw1394 user space
  13. interface.
  14. %package devel
  15. Summary: Development libs for libraw1394
  16. Group: Development/Libraries
  17. Requires: %{name} = %{version}-%{release}
  18. %description devel
  19. Development libraries needed to build applications against libraw1394.
  20. %prep
  21. %setup -q
  22. %build
  23. %configure
  24. make
  25. %install
  26. rm -rf $RPM_BUILD_ROOT
  27. make install DESTDIR=$RPM_BUILD_ROOT
  28. %clean
  29. rm -rf $RPM_BUILD_ROOT
  30. %post -p /sbin/ldconfig
  31. %postun -p /sbin/ldconfig
  32. %files
  33. %defattr(-,root,root)
  34. %doc AUTHORS ChangeLog COPYING.LIB NEWS README
  35. %{_bindir}/*
  36. %{_libdir}/libraw1394.so.*
  37. %{_mandir}/man1/*
  38. %{_mandir}/man5/*
  39. %files devel
  40. %defattr(-,root,root)
  41. #%doc doc/libraw1394.ps doc/libraw1394
  42. %{_includedir}/libraw1394
  43. %{_libdir}/libraw1394.a
  44. #%{_libdir}/libraw1394.la
  45. %{_libdir}/libraw1394.so
  46. %{_libdir}/pkgconfig/*.pc
  47. %changelog
  48. * Tue Aug 19 2008 Shu KONNO <owa@bg.wakwak.com> 1.2.1-1vl5
  49. - applied new versioning policy, spec in utf-8
  50. - dropt lib*.la
  51. * Sat Jun 9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.1-0vl1
  52. - new upstream release
  53. * Sat Sep 24 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.0-0vl1
  54. - new upstream release
  55. * Fri Jun 10 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.0-0vl1
  56. - new upstream release
  57. - changed Group:
  58. * Wed Mar 3 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.0-0vl1
  59. - new upstream release
  60. * Tue Sep 23 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.0-0vl1
  61. - build for Vine Linux
  62. * Mon Aug 25 2003 Bill Nottingham <notting@redhat.com> 0.9.0-12
  63. - have -devel require main pacakge
  64. * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  65. - rebuilt
  66. * Thu May 22 2003 Jeremy Katz <katzj@redhat.com> 0.9.0-10
  67. - fix build with gcc 3.3
  68. * Mon Feb 17 2003 Elliot Lee <sopwith@redhat.com>
  69. - ppc64 fix
  70. * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
  71. - rebuilt
  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. * Wed Jun 19 2002 Michael Fulbright <msf@redhat.com>
  78. - fixed up %files list for devel subpackage and included api docs
  79. * Sun Jun 09 2002 Michael Fulbright <msf@redhat.com>
  80. - First RPM build