source: projects/specs/branches/6/m/mtpaint-handbook/mtpaint-handbook-vl.spec @ 542

Revision 542, 1.4 KB checked in by kazutaka, 14 years ago (diff)

Import from latest srpm

Line 
1%define src_name  mtpaint_handbook
2Summary:        Handbook for the mtpaint painting application
3Summary(ja):    mtPaint ハンドブック
4Name:           mtpaint-handbook
5Version:        3.31
6Release:        1%{?_dist_release}
7License:        GFDL
8Group:          Applications/Graphics
9URL:            http://mtpaint.sourceforge.net/
10Source:         http://downloads.sf.net/%{name}/%{src_name}-%{version}.zip
11BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
12BuildRequires:  nkf unzip
13BuildArch:      noarch
14
15%description
16mtPaint is a simple painting program designed for creating icons and
17pixel-based artwork.
18
19Install this package is want to read the handbook for the painting
20application mtpaint.
21
22%description -l ja
23mtPaint はシンプルなアイコンやピクセルベースの画像の作成用に
24デザインされたペイントプログラムです。
25
26mtPaint のハンドブックが必要な場合はこのパッケージをインストール
27してください。
28
29
30%prep
31%setup -q -n %{src_name}-%{version}
32
33%{__chmod} 0755 docs/{en_GB,img,files,cs}
34nkf --unix --overwrite docs/index.html
35nkf --unix --overwrite docs/{en_GB,cs}/*.html
36
37%build
38
39%install
40%{__rm} -rf %{buildroot}
41
42%clean
43%{__rm} -rf %{buildroot}
44
45%files
46%defattr(-, root, root, -)
47%doc COPYING docs/*
48
49%changelog
50* Thu Mar 11 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.31-1
51- initial build for Vine Linux based on fedora development
52- split from mtpaint package
53
Note: See TracBrowser for help on using the repository browser.