source: projects/specs/trunk/n/nautilus-gtkhtml/nautilus-gtkhtml-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary: GtkHTML component for Nautilus
2Summary(ja): Nautilus ÍÑ GtkHTML ¥³¥ó¥Ý¡¼¥Í¥ó¥È
3Name: nautilus-gtkhtml
4Version: 0.3.2
5Release: 0vl1
6Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/0.3/%{name}-%{version}.tar.bz2
7License: GPL
8URL: http://www.gnome.org/
9Group: Use Interface/Desktop
10BuildRoot: %{_tmppath}/%{name}-%{version}-root
11
12BuildRequires: nautilus
13BuildRequires: gtkhtml2-devel
14BuildRequires: openssl-devel
15Requires: nautilus
16Requires: gtkhtml2
17Requires: openssl
18
19
20%description
21This is GtkHTML component for Nautilus.
22
23%description -l ja
24Nautilus ÍѤΠGtkHTML ¥³¥ó¥Ý¡¼¥Í¥ó¥È¤Ç¤¹¡£¤³¤Î¥³¥ó¥Ý¡¼¥Í¥ó¥È¤ò
25¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¤È Nautilus Æâ¤Ç GtkHTML ¤ò»ÈÍѤ·¤Æ HTML ¤ò¥ì¥ó
26¥À¥ê¥ó¥°¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£
27
28
29%prep
30%setup -q
31
32
33%build
34%configure
35make
36
37%install
38rm -rf $RPM_BUILD_ROOT
39%makeinstall
40
41
42%find_lang %{name}
43
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48
49%files -f %{name}.lang
50%defattr(-,root,root)
51%doc ChangeLog README TODO NEWS AUTHORS
52%{_bindir}/*
53%{_libdir}/bonobo/servers/*
54
55
56%changelog
57* Sat May 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.2-0vl1
58- Initial build for Vine Linux
59
Note: See TracBrowser for help on using the repository browser.