Advertisement
Guest User

Untitled

a guest
Sep 15th, 2014
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Name:           supportScripts
  2. Version:        0.1
  3. Release:        1
  4. Summary:        All the support scripts bundled into an RPM
  5. BuildArch:      noarch
  6.  
  7. Group:          Development/Tools
  8. License:        GPL
  9. URL:            http://localhost
  10. Source0:        supportScripts-1.tar.gz
  11.  
  12. %description
  13. These are all the support tools we need for new Hardware Agent builds.
  14. This will package all the scripts support uses for new builds.
  15.  
  16. %prep
  17.  
  18.  
  19. %install
  20. mkdir -p %buildroot/%name
  21. tar -xf ${SOURCE0} -C %buildroot/%name
  22.  
  23. %files
  24. %defattr (775, support, support, -)
  25.  
  26. /exporttool/cmd2
  27. /exporttool/cmd8
  28. /exporttool/cmd
  29. /exporttool/exportToTransferSyntax.sh
  30. /exporttool/nightmare-decrypt.sh
  31. /exporttool/sendExamToRepo.sh
  32. /exporttool/findExamsByModel.sh
  33. /exporttool/nightmare-resend-ae-title.sh
  34. /exporttool/resend_DLQ.sh
  35. /exporttool/separateLargeExam.sh
  36. /exporttool/exportSendMultipleExams.sh
  37. /exporttool/nightmare-resend.sh
  38. /bin/checkescalations
  39. /bin/checkesclations
  40. /bin/cleardlq
  41. /bin/clearsaat.sh
  42. /bin/db
  43. /bin/purgeScript.sh
  44. /bin/unwrap
  45. /bin/cleartserror.sh
  46. /bin/duplicateDelete.sh
  47. /bin/hardware-agent-conf-backup.sh
  48. /bin/liststudies.sh
  49. /bin/resubmitdlq
  50. /bin/showqueues
  51. /jlog/compress-year.sh
  52. /jlog/findSAATErrors.sh
  53. /jlog/findSyntaxErrors.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement