libraw1394-vl.spec 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. Name: libraw1394
  2. Summary: Library providing low-level IEEE-1394 access
  3. Summary(ja): 低レベル IEEE-1394 アクセスライブラリ
  4. Version: 2.1.0
  5. Release: 2%{?_dist_release}
  6. Group: System Environment/Libraries
  7. License: LGPL
  8. Source: http://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.xz
  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 --disable-static
  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. %{_includedir}/libraw1394
  42. %exclude %{_libdir}/libraw1394.la
  43. %{_libdir}/libraw1394.so
  44. %{_libdir}/pkgconfig/*.pc
  45. %changelog
  46. * Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.0-2
  47. - rebuild with VineSeed environment
  48. * Sat Oct 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.0-1
  49. - new upstream release
  50. * Sat Sep 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.1-2
  51. - rebuilt wirh new toolchain and rpm-4.8.1
  52. - dropt static libraries
  53. * Tue Aug 19 2008 Shu KONNO <owa@bg.wakwak.com> 1.2.1-1vl5
  54. - applied new versioning policy, spec in utf-8
  55. - dropt lib*.la
  56. * Sat Jun 9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.1-0vl1
  57. - new upstream release
  58. * Sat Sep 24 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.0-0vl1
  59. - new upstream release
  60. * Fri Jun 10 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.0-0vl1
  61. - new upstream release
  62. - changed Group:
  63. * Wed Mar 3 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.0-0vl1
  64. - new upstream release
  65. * Tue Sep 23 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.0-0vl1
  66. - build for Vine Linux
  67. * Mon Aug 25 2003 Bill Nottingham <notting@redhat.com> 0.9.0-12
  68. - have -devel require main pacakge
  69. * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  70. - rebuilt
  71. * Thu May 22 2003 Jeremy Katz <katzj@redhat.com> 0.9.0-10
  72. - fix build with gcc 3.3
  73. * Mon Feb 17 2003 Elliot Lee <sopwith@redhat.com>
  74. - ppc64 fix
  75. * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
  76. - rebuilt
  77. * Wed Nov 20 2002 Florian La Roche <Florian.LaRoche@redhat.de>
  78. - exclude mainframe
  79. - allow lib64
  80. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  81. - automated rebuild
  82. * Wed Jun 19 2002 Michael Fulbright <msf@redhat.com>
  83. - fixed up %files list for devel subpackage and included api docs
  84. * Sun Jun 09 2002 Michael Fulbright <msf@redhat.com>
  85. - First RPM build