libraw1394-vl.spec 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. Name: libraw1394
  2. Summary: Library providing low-level IEEE-1394 access
  3. Summary(ja): 低レベル IEEE-1394 アクセスライブラリ
  4. Version: 2.1.2
  5. Release: 1%{?_dist_release}
  6. Group: system
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. License: LGPL
  10. URL: http://www.dennedy.org/libraw1394/
  11. Source: https://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.xz
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. %description
  14. The libraw1394 library provides direct access to the
  15. IEEE-1394 bus through the Linux 1394 subsystem's raw1394 user space
  16. interface.
  17. %package devel
  18. Summary: Development libs for libraw1394
  19. Group: programming
  20. Requires: %{name} = %{version}-%{release}
  21. %description devel
  22. Development libraries needed to build applications against libraw1394.
  23. %debug_package
  24. %prep
  25. %setup -q
  26. %build
  27. %configure --disable-static
  28. make %{?_smp_mflags}
  29. %install
  30. rm -rf $RPM_BUILD_ROOT
  31. make install DESTDIR=$RPM_BUILD_ROOT
  32. rm -f %{buildroot}%{_libdir}/libraw1394.la
  33. %clean
  34. rm -rf $RPM_BUILD_ROOT
  35. %files
  36. %defattr(-,root,root)
  37. %license COPYING.LIB
  38. %doc AUTHORS ChangeLog NEWS README
  39. %{_bindir}/*
  40. %{_libdir}/libraw1394.so.*
  41. %{_mandir}/man1/*
  42. %{_mandir}/man5/*
  43. %files devel
  44. %defattr(-,root,root)
  45. %{_includedir}/libraw1394
  46. %exclude %{_libdir}/libraw1394.la
  47. %{_libdir}/libraw1394.so
  48. %{_libdir}/pkgconfig/*.pc
  49. %changelog
  50. * Fri Apr 23 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.1.2-1
  51. - new upstream release.
  52. - dropped ldconfig scriptlets.
  53. * Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.0-2
  54. - rebuild with VineSeed environment
  55. * Sat Oct 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.0-1
  56. - new upstream release
  57. * Sat Sep 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.1-2
  58. - rebuilt wirh new toolchain and rpm-4.8.1
  59. - dropt static libraries
  60. * Tue Aug 19 2008 Shu KONNO <owa@bg.wakwak.com> 1.2.1-1vl5
  61. - applied new versioning policy, spec in utf-8
  62. - dropt lib*.la
  63. * Sat Jun 9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.1-0vl1
  64. - new upstream release
  65. * Sat Sep 24 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.0-0vl1
  66. - new upstream release
  67. * Fri Jun 10 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.0-0vl1
  68. - new upstream release
  69. - changed Group:
  70. * Wed Mar 3 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.0-0vl1
  71. - new upstream release
  72. * Tue Sep 23 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.0-0vl1
  73. - build for Vine Linux
  74. * Mon Aug 25 2003 Bill Nottingham <notting@redhat.com> 0.9.0-12
  75. - have -devel require main pacakge
  76. * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  77. - rebuilt
  78. * Thu May 22 2003 Jeremy Katz <katzj@redhat.com> 0.9.0-10
  79. - fix build with gcc 3.3
  80. * Mon Feb 17 2003 Elliot Lee <sopwith@redhat.com>
  81. - ppc64 fix
  82. * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
  83. - rebuilt
  84. * Wed Nov 20 2002 Florian La Roche <Florian.LaRoche@redhat.de>
  85. - exclude mainframe
  86. - allow lib64
  87. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  88. - automated rebuild
  89. * Wed Jun 19 2002 Michael Fulbright <msf@redhat.com>
  90. - fixed up %files list for devel subpackage and included api docs
  91. * Sun Jun 09 2002 Michael Fulbright <msf@redhat.com>
  92. - First RPM build