proc-rpmnew-vl.spec 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. %define pkg_version 0.2
  2. %define pkg_release 1%{?_dist_release}
  3. Summary: processes .rpmnew and .rpmsave
  4. Summary(ja): .rpmnewや.rpmsaveを処理します
  5. Name: proc-rpmnew
  6. Version: %{pkg_version}
  7. Release: %{pkg_release}
  8. Source: %{name}-%{version}.tar.gz
  9. License: GPL2
  10. Group: Applications/Administration
  11. URL: http://sourceforge.jp/projects/win2linux/
  12. #Requires:
  13. #BuildRequires:
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  15. BuildArch: noarch
  16. Vendor: Project Vine
  17. Distribution: Vine Linux
  18. Packager: yasumichi
  19. %description
  20. proc-rpmnew processes the file which an extension called rpmnew or rpmsave
  21. created at the time of upgrade of a rpm package attached.
  22. %description -l ja
  23. proc-rpmnewは、RPMパッケージのアップグレード時に作成されるrpmnewやrpmsaveと
  24. いった拡張子のファイルを処理します。
  25. %prep
  26. %setup -q
  27. %build
  28. %configure
  29. %{__make} %{?_smp_mflags}
  30. %install
  31. %{__rm} -rf ${RPM_BUILD_ROOT}
  32. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  33. %clean
  34. %{__rm} -rf ${RPM_BUILD_ROOT}
  35. %files
  36. %defattr(-,root,root)
  37. %doc COPYING ChangeLog NEWS README
  38. %{_datadir}/*
  39. %{_sbindir}/proc-rpmnew
  40. %changelog
  41. * Wed Jul 22 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.2-1%{?_dist_release}
  42. - initial build for Vine Linux