libraw1394-vl.spec 2.7 KB

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