%define pkg_version 0.3 Summary: processes .rpmnew and .rpmsave Summary(ja): .rpmnewや.rpmsaveを処理します Name: proc-rpmnew Version: %{pkg_version} Release: 1%{?_dist_release} Source: %{name}-%{version}.tar.bz2 License: GPL2 Group: Applications/Administration URL: http://sourceforge.jp/projects/win2linux/ #Requires: #BuildRequires: BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildArch: noarch Vendor: Project Vine Distribution: Vine Linux Packager: yasumichi %description proc-rpmnew processes the file which an extension called rpmnew or rpmsave created at the time of upgrade of a rpm package attached. %description -l ja proc-rpmnewは、RPMパッケージのアップグレード時に作成されるrpmnewやrpmsaveと いった拡張子のファイルを処理します。 %prep %setup -q %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf ${RPM_BUILD_ROOT} %{__make} install DESTDIR=${RPM_BUILD_ROOT} %find_lang %{name} %clean %{__rm} -rf ${RPM_BUILD_ROOT} %files -f %{name}.lang %defattr(-,root,root) %doc COPYING ChangeLog NEWS README %{_sbindir}/proc-rpmnew %changelog * Thu Aug 11 2011 Yasumichi Akahoshi 0.3-1 - gettextized. - bzip2 compressed. - add interactive merge by sdiff. * Wed Jul 22 2009 Yasumichi Akahoshi 0.2-1 - initial build for Vine Linux