source: projects/specs/trunk/p/poedit/poedit-vl.spec @ 521

Revision 521, 2.4 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1%define name    poedit
2%define version 1.4.2
3%define release 1%{?_dist_release}
4
5Summary:        Gettext catalogs editor
6Summary(ja):    Gettext カタログの翻訳用エディタ
7Name:           %{name}
8Version:        %{version}
9Release:        %{release}
10Source0:        %{name}-%{version}.tar.gz
11License:        MIT
12Group:          Applications/Development
13URL:            http://www.poedit.net/
14
15BuildRequires:  wx-gtk2-devel >= 2.6.0
16BuildRequires:  gtkspell-devel >= 2.0, db4-devel
17BuildRoot:      %{_tmppath}/%{name}-%{version}-root
18
19
20%description
21Poedit is cross-platform gettext catalogs (.po files) editor.
22It is built with wxWidgets toolkit and can run on any platform
23supported by it (although it was only tested on Unix with GTK+
24and Windows).
25It aims to provide more convenient approach to editing catalogs
26than launching vi and editing the file by hand.
27
28%description -l ja
29Poedit はクロス・プラットフォームな gettext カタログ (.po ファイル)
30用のエディタです。Toolkit に wxWidgets を使っており、この Toolkit
31がサポートする環境であればどんなプラットフォームでも動作します。
32(実際には GTK+ を使った Unix と Windows でしかテストされていませんが)
33このプログラムは、vi を使ってファイルを編集するよりも、もっと簡単に
34カタログを編集する方法を提供することを目指しています。
35
36
37%prep
38
39%setup -q
40
41
42%build
43%configure
44%{__make}
45
46
47%install
48%{__rm} -rf ${RPM_BUILD_ROOT}
49%makeinstall
50%find_lang %{name}
51
52
53%clean
54%{__rm} -rf ${RPM_BUILD_ROOT}
55
56
57%files -f %{name}.lang
58%defattr(-,root,root)
59%doc AUTHORS COPYING NEWS README TODO
60%{_bindir}/poedit
61%{_datadir}/applications/poedit.desktop
62%{_datadir}/icons/hicolor/16x16/apps/poedit.png
63%{_datadir}/icons/hicolor/32x32/apps/poedit.png
64%{_datadir}/icons/hicolor/48x48/apps/poedit.png
65%{_datadir}/icons/hicolor/scalable/apps/poedit.svg
66%{_datadir}/pixmaps/poedit.png
67%{_datadir}/poedit/help
68%{_datadir}/poedit/icons
69%{_mandir}/man1/poedit.1.gz
70
71%changelog
72* Wed Apr 01 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.4.2-1
73- new upstream release
74
75* Sun Aug 24 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.3.9-1
76- spec in UTF-8; new versioning policy
77
78* Tue Jan  1 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.3.9-0vl1
79- rebuild for VineSeed.
80  * Tue Jan  1 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.3.9-0vl0
81  - initial build for Vine Linux.
82
83* Tue Jan  1 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.3.9-0vl0
84- initial build for Vine Linux.
Note: See TracBrowser for help on using the repository browser.