sg3_utils-vl.spec 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. %define rescan_version 1.29
  2. Summary: Utilities for devices that use SCSI command sets
  3. Summary(ja): SCSIコマンドセットを利用するデバイスのためのユーティリティ
  4. Name: sg3_utils
  5. Version: 1.27
  6. Release: 2%{?_dist_release}
  7. License: GPLv2+ and BSD
  8. Group: Applications/System
  9. Source0: http://sg.danny.cz/sg/p/sg3_utils-%{version}.tgz
  10. Source1: http://www.garloff.de/kurt/linux/rescan-scsi-bus.sh-%{rescan_version}
  11. URL: http://sg.danny.cz/sg/sg3_utils.html
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  13. Requires: %{name}-libs = %{version}-%{release}
  14. %description
  15. Collection of Linux utilities for devices that use the SCSI command set.
  16. Includes utilities to copy data based on "dd" syntax and semantics (called
  17. sg_dd, sgp_dd and sgm_dd); check INQUIRY data and VPD pages (sg_inq); check
  18. mode and log pages (sginfo, sg_modes and sg_logs); spin up and down
  19. disks (sg_start); do self tests (sg_senddiag); and various other functions.
  20. See the README, CHANGELOG and COVERAGE files. Requires the linux kernel 2.4
  21. series or later. In the 2.4 series SCSI generic device names (e.g. /dev/sg0)
  22. must be used. In the 2.6 series other device names may be used as
  23. well (e.g. /dev/sda).
  24. Warning: Some of these tools access the internals of your system
  25. and the incorrect usage of them may render your system inoperable.
  26. %package libs
  27. Summary: Shared library for %{name}
  28. Summary(ja): %{name} の共有ライブラリ
  29. Group: System Environment/Libraries
  30. %description libs
  31. This package contains the shared library for %{name}.
  32. %package devel
  33. Summary: Development library and header files for the sg3_utils library
  34. Summary(ja): %{name} ライブラリの開発ファイル
  35. Group: Development/Libraries
  36. Requires: %{name}-libs = %{version}-%{release}
  37. Requires: glibc-headers
  38. %description devel
  39. This package contains the %{name} library and its header files for
  40. developing applications.
  41. %prep
  42. %setup -q
  43. %build
  44. %configure --disable-static
  45. # Don't use rpath!
  46. sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
  47. sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
  48. make %{?_smp_mflags}
  49. %install
  50. make install DESTDIR=$RPM_BUILD_ROOT
  51. rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la
  52. install -p -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/rescan-scsi-bus.sh
  53. %clean
  54. rm -rf $RPM_BUILD_ROOT
  55. %post libs -p /sbin/ldconfig
  56. %postun libs -p /sbin/ldconfig
  57. %files
  58. %defattr(-,root,root)
  59. %doc ChangeLog COVERAGE CREDITS INSTALL README README.sg_start
  60. %attr(755,root,root) %{_bindir}/*
  61. %{_mandir}/man8/*
  62. %files libs
  63. %defattr(-,root,root)
  64. %{_libdir}/*.so.*
  65. %files devel
  66. %defattr(-,root,root)
  67. %{_includedir}/scsi/*.h
  68. %{_libdir}/*.so
  69. %changelog
  70. * Fri May 27 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.27-2
  71. - rebuild for Vine 6
  72. * Mon Oct 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.27-1
  73. - initial build for Vine Linux
  74. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.27-2
  75. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  76. * Tue Apr 28 2009 Dan Horák <dan@danny.cz> - 1.27-1
  77. - update to version 1.27
  78. - changelog: http://sg.danny.cz/sg/p/sg3_utils.ChangeLog
  79. * Tue Mar 31 2009 Dan Horák <dan@danny.cz> - 1.26-4
  80. - add dependency between the libs subpackage and the main package (#492921)
  81. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.26-3
  82. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  83. * Mon Nov 3 2008 Dan Horák <dan@danny.cz> - 1.26-2
  84. - update URL
  85. - include rescan-scsi-bus script 1.29
  86. * Mon Jun 30 2008 Dan Horák <dan@danny.cz> - 1.26-1
  87. - update to upstream version 1.26
  88. * Fri Mar 28 2008 Phil Knirsch <pknirsch@redhat.com> - 1.25-4
  89. - Dropped really unnecessary Provides of sg_utils (#226414)
  90. - Use --disable-static in configure (#226414)
  91. * Thu Mar 27 2008 Phil Knirsch <pknirsch@redhat.com> - 1.25-3
  92. - Specfile cleanup, removal of static development libraries (#226414)
  93. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.25-2
  94. - Autorebuild for GCC 4.3
  95. * Mon Oct 22 2007 Phil Knirsch <pknirsch@redhat.com> - 1.25-1
  96. - Fixed URLs
  97. - Updated to sg3_utils-1.25
  98. * Thu Aug 16 2007 Phil Knirsch <pknirsch@redhat.com> - 1.23-2
  99. - License review and update
  100. * Fri Feb 02 2007 Phil Knirsch <pknirsch@redhat.com> - 1.23-1
  101. - Update to sg3_utils-1.23
  102. - Updated summary
  103. * Mon Nov 13 2006 Phil Knirsch <pknirsch@redhat.com> - 1.22-1
  104. - Update to sg3_utils-1.22
  105. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.20-2.1
  106. - rebuild
  107. * Wed Jun 07 2006 Phil Knirsch <pknirsch@redhat.com> - 1.20-2
  108. - Fixed rebuild problem on latest toolchain
  109. - Added missing buildprereqs
  110. * Fri May 19 2006 Phil Knirsch <pknirsch@redhat.com> - 1.20-1
  111. - Update to sg3_utils-1.20.
  112. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.19-1.1
  113. - bump again for double-long bug on ppc(64)
  114. * Fri Feb 10 2006 Phil Knirsch <pknirsch@redhat.com> - 1.19-1
  115. - Update to sg3_utils-1.19.
  116. - Fixed rebuild problem on 64bit archs.
  117. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.17-1.1
  118. - rebuilt for new gcc4.1 snapshot and glibc changes
  119. * Mon Nov 07 2005 Phil Knirsch <pknirsch@redhat.com> 1.17-1
  120. - Update to sg3-utils-1.17
  121. - Split package up into 3 subpackages: sg3_utils, devel and libs
  122. - Some minor updates to the specfile
  123. * Wed Mar 02 2005 Phil Knirsch <pknirsch@redhat.com> 1.06-5
  124. - bump release and rebuild with gcc 4
  125. * Fri Feb 18 2005 Phil Knirsch <pknirsch@redhat.com> 1.06-4
  126. - rebuilt
  127. * Tue Aug 03 2004 Phil Knirsch <pknirsch@redhat.com> 1.06-3
  128. - rebuilt
  129. * Thu Mar 11 2004 Tim Powers <timp@redhat.com> 1.06-2
  130. - rebuild
  131. * Wed Feb 18 2004 Phil Knirsch <pknirsch@redhat.com> 1.06-1
  132. - Initial version for RHEL3 U2.
  133. * Fri Jan 09 2004 - dgilbert@interlog.com
  134. - sg3_utils.spec for mandrake; more sginfo work, sg_scan, sg_logs
  135. * sg3_utils-1.06
  136. * Wed Nov 12 2003 - dgilbert@interlog.com
  137. - sg_readcap: sizes; sg_logs: double fetch; sg_map 256 sg devices; sginfo
  138. * sg3_utils-1.05
  139. * Tue May 13 2003 - dgilbert@interlog.com
  140. - default sg_turs '-n=' to 1, sg_logs gets '-t' for temperature, CREDITS
  141. * sg3_utils-1.04
  142. * Wed Apr 02 2003 - dgilbert@interlog.com
  143. - 6 byte CDBs for sg_modes, sg_start on block devs, sg_senddiag, man pages
  144. * sg3_utils-1.03
  145. * Wed Jan 01 2003 - dgilbert@interlog.com
  146. - interwork with block SG_IO, fix in sginfo, '-t' for sg_turs
  147. * sg3_utils-1.02
  148. * Wed Aug 14 2002 - dgilbert@interlog.com
  149. - raw switch in sg_inq
  150. * sg3_utils-1.01
  151. * Sun Jul 28 2002 - dgilbert@interlog.com
  152. - decode sg_logs pages, add dio to sgm_dd, drop "gen=1" arg, "of=/dev/null"
  153. * sg3_utils-1.00
  154. * Sun Mar 17 2002 - dgilbert@interlog.com
  155. - add sg_modes+sg_logs for sense pages, expand sg_inq, add fua+sync to sg_dd++
  156. * sg3_utils-0.99
  157. * Sat Feb 16 2002 - dgilbert@interlog.com
  158. - resurrect sg_reset; snprintf cleanup, time,gen+cdbsz args to sg_dd++
  159. * sg3_utils-0.98
  160. * Sun Dec 23 2001 - dgilbert@interlog.com
  161. - move isosize to archive directory; now found in util-linux-2.10s and later
  162. * sg3_utils-0.97
  163. * Fri Dec 21 2001 - dgilbert@interlog.com
  164. - add sgm_dd, sg_read, sg_simple4 and sg_simple16 [add mmap-ed IO support]
  165. * sg3_utils-0.96
  166. * Sun Sep 15 2001 - dgilbert@interlog.com
  167. - sg_map can do inquiry; sg_dd, sgp_dd + sgq_dd dio help
  168. * sg3_utils-0.95
  169. * Sun Apr 19 2001 - dgilbert@interlog.com
  170. - add sg_start, improve sginfo and sg_map [Kurt Garloff]
  171. * sg3_utils-0.94
  172. * Sun Mar 5 2001 - dgilbert@interlog.com
  173. - add scsi_devfs_scan, add sg_include.h, 'coe' more general in sgp_dd
  174. * sg3_utils-0.93
  175. * Tue Jan 16 2001 - dgilbert@interlog.com
  176. - clean sg_err.h include dependencies, bug fixes, Makefile in archive directory
  177. * sg3_utils-0.92
  178. * Mon Dec 21 2000 - dgilbert@interlog.com
  179. - signals for sg_dd, man pages and additions for sg_rbuf and isosize
  180. * sg3_utils-0.91
  181. * Mon Dec 11 2000 - dgilbert@interlog.com
  182. - Initial creation of package, containing
  183. * sg3_utils-0.90