Revision 4575,
1.3 KB
checked in by yasumichi, 12 years ago
(diff) |
バージョンアップ
・gettexized
・bzip2 compressed
・add sdiff mode
|
Line | |
---|
1 | %define pkg_version 0.3 |
---|
2 | |
---|
3 | Summary: processes .rpmnew and .rpmsave |
---|
4 | Summary(ja): .rpmnewや.rpmsaveを処理します |
---|
5 | Name: proc-rpmnew |
---|
6 | Version: %{pkg_version} |
---|
7 | Release: 1%{?_dist_release} |
---|
8 | Source: %{name}-%{version}.tar.bz2 |
---|
9 | License: GPL2 |
---|
10 | Group: Applications/Administration |
---|
11 | URL: http://sourceforge.jp/projects/win2linux/ |
---|
12 | |
---|
13 | #Requires: |
---|
14 | #BuildRequires: |
---|
15 | |
---|
16 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
---|
17 | BuildArch: noarch |
---|
18 | |
---|
19 | Vendor: Project Vine |
---|
20 | Distribution: Vine Linux |
---|
21 | Packager: yasumichi |
---|
22 | |
---|
23 | |
---|
24 | %description |
---|
25 | proc-rpmnew processes the file which an extension called rpmnew or rpmsave |
---|
26 | created at the time of upgrade of a rpm package attached. |
---|
27 | |
---|
28 | %description -l ja |
---|
29 | proc-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.