scsi2sd-util.spec 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. Name: scsi2sd-util
  2. Version: 4.4.0
  3. Release: 1%{?dist}
  4. Summary: SCSI2SD utility
  5. License: GPLv3
  6. URL: http://www.codesrc.com/mediawiki/index.php?title=SCSI2SD
  7. Source0: scsi2sd-util-4.4.0.tar.bz2
  8. BuildRequires: wxGTK3-devel
  9. BuildRequires: zlib-devel
  10. BuildRequires: hidapi-devel
  11. BuildRequires: systemd-devel
  12. BuildRequires: gcc-c++
  13. Requires: wxGTK3
  14. Requires: zlib
  15. Requires: hidapi
  16. %description
  17. SCSI2SD, The SCSI Hard Drive Emulator for retro computing.
  18. Traditional hard drives last 5 years*. Maybe, if you're luckly, you'll get 10
  19. years of service from a particular drive. The lubricants wear out, the spindles
  20. rust. SCSI2SD is a modern replacement for failed drives. It allows the use of
  21. vintage computer hardware long after their mechanical drives fail. The use of
  22. SD memory cards solves the problem of transferring data between the vintage
  23. computer and a modern PC (who still has access to a working floppy drive ?)
  24. *All statistics are made up.
  25. This package provides the tools to manage the SCSI2SD card:
  26. - scsi2sd-util, to configure it
  27. - scsi2sd-monitor, to test it
  28. %prep
  29. %setup -q
  30. %build
  31. make USE_SYSTEM=Yes %{?_smp_mflags}
  32. %install
  33. %make_install USE_SYSTEM=Yes
  34. %files
  35. %{_bindir}/scsi2sd-util
  36. %{_bindir}/scsi2sd-monitor
  37. %changelog