source: projects/specs/trunk/p/proc-rpmnew/proc-rpmnew-vl.spec @ 4575

Revision 4575, 1.3 KB checked in by yasumichi, 13 years ago (diff)

バージョンアップ
・gettexized
・bzip2 compressed
・add sdiff mode

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