source: projects/specs/trunk/x/xfusen/xfusen-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary: Memo on X11
2Summary(ja): 付箋紙 on X11
3Name: xfusen
4Version: 0.3.0
5Release: 4%{?_dist_release}
6Source: xfusen-%{version}.tar.gz
7# Vine Patch
8Patch0: xfusen-kinput2.patch.gz
9Patch1: xfusen-font.diff
10License: distributable
11Group: Applications/Text
12Url: http://arch.jpn.org/.museum/archives/
13Buildroot: %{_tmppath}/%{name}-root
14
15BuildRequires: imake
16BuildRequires: libXt-devel
17BuildRequires: libXaw-devel
18BuildRequires: libX11-devel
19Requires: xorg-x11-jpfonts
20
21%description
22Fusen-shi (a tag paper) on X11, like Stickies on Macintosh.
23
24%description -l ja
25このプログラムは,X11 のデスクトップ上に付箋紙を作成するものです.
26XPostIt(+) とは異なり,Macintosh の Stickies に似た動作をします.
27kinput2で日本語入力ができます。
28
29%prep
30rm -rf ${RPM_BUILD_ROOT}
31
32%setup -n %{name}
33%patch0 -p0
34%patch1 -p1
35
36%build
37xmkmf -a
38make
39
40%install
41make install BINDIR=$RPM_BUILD_ROOT%{_bindir}
42
43%clean
44
45%files
46%defattr(-,root,root)
47%doc ChangeLog README
48%{_bindir}/xfusen
49
50%changelog
51* Sun Mar 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.0-4
52- fix Url
53
54* Mon Jan 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.0-3
55- add BuildRequires: imake, libXt-devel, libXaw-devel, libX11-devel
56- add Requires: xorg-x11-jpfonts <BTS:884>
57
58* Sun Nov 09 2008 Shu KONNO <owa@bg.wakwak.com> 0.3.0-2vl5
59- rebuild with libXaw.so.7 (libXaw-1.0.5)
60
61* Wed Oct 15 2008 Shu KONNO <owa@bg.wakwak.com> 0.3.0-1vl5
62- applied new versioning policy, spec in utf-8
63
64* Fri Aug 24 2007 Shu KONNO <owa@bg.wakwak.com> 0.3.0-0vl2
65- s/Copyright/License/
66
67* Mon Mar 25 2002 Jun Nishii <jun@vinelinux.org> 0.3.0-0vl1
68- first build for Vine
69
Note: See TracBrowser for help on using the repository browser.