source: projects/specs/trunk/s/scim-panel-gnome/scim-panel-gnome-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary: scim toolbar into GNOME panel
2Name: scim-panel-gnome
3Version: 0.0.4
4Release: 1%{?_dist_release}
5Source0: http://www.homa.ne.jp/~ashie/linux/files/%{name}-%{version}.tar.gz
6License: GNU GPL 2
7Group: User Interface/X
8Url: http://www.homa.ne.jp/~ashie/diary/
9Vendor: Project Vine
10Distribution: Vine Linux
11Packager: IWAI, Masaharu <iwai@alib.jp>
12BuildRoot: %{_tmppath}/%{name}-buildroot
13BuildRequires: glib2-devel >= 2.8.0 gtk2-devel >= 2.8.0
14BuildRequires: gnome-vfs2-devel  libgnomeui-devel
15BuildRequires: scim-devel >= 1.2.0
16
17%description
18scim toolbar into GNOME panel
19
20This software is still in early alpha stage. Many bugs exits.
21
22%prep
23%setup -q
24
25%build
26%configure
27
28%install
29rm -rf %{buildroot}
30%{__make} %{?_smp_mflags}
31%makeinstall
32%{find_lang} %{name}
33
34%clean
35rm -rf %{buildroot}
36
37%files -f %{name}.lang
38%defattr(-,root,root)
39%doc AUTHORS COPYING ChangeLog NEWS README TODO
40%{_libdir}/bonobo/servers/GNOME_SCIMApplet_Factory.server
41%{_libdir}/scim-1.0/scim-panel-gnome
42%{_libexecdir}/scim-applet
43%{_datadir}/gnome-2.0/ui/GNOME_SCIMApplet.xml
44
45%changelog
46* Sat Jul 26 2008 Shu KONNO <owa@bg.wakwak.com> 0.0.4-1vl5
47- applied new versioning policy
48
49* Thu May 24 2007 IWAI, Masaharu <iwai@alib.jp> 0.0.4-0vl1
50- new upstream release
51- add BuildRequires: scim-devel >= 1.2.0
52
53* Sun Aug 27 2006 IWAI, Masaharu <iwai@alib.jp> 0.0.3-0vl1
54- new upstream release
55
56* Fri Aug 25 2006 IWAI, Masaharu <iwai@alib.jp> 0.0.2-0vl1
57- new upstream release
58
59* Thu Aug 24 2006 IWAI, Masaharu <iwai@alib.jp> 0.0.1-0vl1
60- new package
61
Note: See TracBrowser for help on using the repository browser.