libraw1394-vl.spec 2.8 KB

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