source: projects/specs/trunk/m/mtpaint-handbook/mtpaint-handbook-vl.spec @ 9347

Revision 9347, 1.5 KB checked in by inagaki, 9 years ago (diff)

2015-02-10 Ryoichi INAGAKI <ryo1@…>

  • djview, mtpaint, mtpaint-handbook, wmakerconf: updated


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