rpm-utils-vl.spec 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. Summary: Keeps one or more Red Hat Linux systems current on updates
  2. Name: rpm-utils
  3. Version: 1.5
  4. Release: 3%{?_dist_release}
  5. License: GPL
  6. Group: Applications/System
  7. Source: ftp.kaybee.org:/pub/linux/rpm-utils-1.5.tar.gz
  8. Patch: rpm-utils-1.5.vine.patch
  9. Requires: bash,fileutils,sh-utils,grep,rpm,textutils,cpio
  10. BuildArch: noarch
  11. Buildroot: %{_tmppath}/%{name}-root
  12. Summary(ja): rpm パッケージを最新に保つためのスクリプト集
  13. Vendor: Project Vine
  14. Distribution: Vine Linux
  15. %description
  16. There are 8 scripts for use with RPM files for comparing them with
  17. files already on your system. It will also do directories. There
  18. is also a script to extract a single file from an RPM. Finally, there
  19. is a script that looks for files not owned by any package.
  20. %description -l ja
  21. rpmパッケージを、すでにシステムにインストールされている rpm と比較し
  22. ながら操作するスクリプト集です。個々の使い方は各ファイルのヘッダを見
  23. てください。
  24. rpm-checkfile : 指定したrpmパッケージがインストールされているか
  25. 調べる
  26. rpm-checkdir : 指定したディレクトリ以下のrpmパッケージがインス
  27. トールされているか調べる
  28. rpm-del-preserve: ファイルを消さずにrpmパッケージの登録を消す
  29. rpm-findnorpm : rpmパッケージに属さないファイルを表示
  30. rpm-get : rpm パッケージから特定ファイルを抽出
  31. rpm-groups : 特定グループに属するrpmパッケージ一覧(インスト
  32. ールされているもの)
  33. rpm-rhupd : アップデートする redhat パッケージをネットワー
  34. ク上から入手
  35. rpm-updatedir : 指定したディレクトリ以下のrpmパッケージのうち、
  36. インストールされてないものや、新しいものを
  37. みつけ、インストール/アップデートする
  38. %prep
  39. %setup
  40. %patch -p1
  41. %build
  42. %install
  43. mkdir -p $RPM_BUILD_ROOT/usr/bin
  44. install -m 755 rpm-checkdir rpm-checkfile rpm-updatedir rpm-get rpm-findnonrpm rpm-groups rpm-del-preserve rpm-rhupd $RPM_BUILD_ROOT/usr/bin
  45. %post
  46. %files
  47. %defattr(-,root,root)
  48. %doc README rpm-get-orig
  49. /usr/bin/rpm-checkfile
  50. /usr/bin/rpm-checkdir
  51. /usr/bin/rpm-updatedir
  52. /usr/bin/rpm-get
  53. /usr/bin/rpm-findnonrpm
  54. /usr/bin/rpm-groups
  55. /usr/bin/rpm-del-preserve
  56. /usr/bin/rpm-rhupd
  57. %changelog
  58. * Fri Oct 10 2008 Shu KONNO <owa@bg.wakwak.com> 1.5-3vl5
  59. - applied new versioning policy, spec in utf-8
  60. * Mon Mar 12 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.5-2vl2
  61. - add Requires: cpio
  62. * Thu Aug 17 2000 Jun Nishii <jun@vinelinux.org>
  63. - 1.5-2vl1
  64. - modify rpm-updatedir
  65. * Fri Jan 7 2000 Jun Nishii <jun@vinelinux.org>
  66. - 1.5-2
  67. - added Japanese Summary and Description
  68. - added %defattr
  69. - change group