proc-rpmnew-vl.spec 1.3 KB

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