source: projects/specs/trunk/g/gtkhtml4/gtkhtml4-vl.spec @ 6890

Revision 6890, 3.3 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.0 & Cinnamon-1.6.1

RevLine 
[4616]1%define gtkhtml_major 4.0
2
3Summary: gtkhtml version 4 library
4Summary(ja): gtkhtml バージョン4 ライブラリ
5Name: gtkhtml4
[6890]6Version: 4.6.0
[4616]7Release: 1%{?_dist_release}
8License: LGPL/GPL
9Group: System Environment/Libraries
[6890]10Source: ftp://ftp.gnome.org/pub/gnome/sources/gtkhtml/4.6/gtkhtml-%{version}.tar.xz
[4616]11
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13BuildRequires: gtk3-devel >= 3.0.0
14BuildRequires: libsoup-devel >= 2.30.0
15BuildRequires: enchant-devel
16BuildRequires: iso-codes
17BuildRequires: perl-XML-Parser
18BuildRequires: libtool, gettext
19BuildRequires: gnome-icon-theme >= 2.30.0
[6011]20BuildRequires: gsettings-desktop-schemas-devel
[4616]21
22Vendor: Project Vine
23Distribution: Vine Linux
24
25%description
26GtkHTML is a lightweight HTML rendering/printing/editing engine.  It
27was originally based on KHTMLW, but is now being developed
28independently of it.
29
30%description -l ja
31GtkHTML は軽量な HTML レンダリング/印刷/エディットエンジンです。元もとは
32KHTMLW をベースとしていますが、現在は独立して開発されています。
33
34%package devel
35Summary: Libraries, includes, etc to develop gtkhtml applications
36Summary(ja): gtkhtml アプリケーションの開発に必要なライブラリおよびヘッダファイル
37Group: Development/Libraries
38Requires: %{name} = %{version}-%{release}
39Requires: gtk3-devel >= 3.0.0
40Requires: enchant-devel
41Requires: iso-codes
42
43%description devel
44Libraries and include files that can be used to develop GtkHTML applications.
45
46%description -l ja devel
47GtkHTML アプリケーションを開発するために必要なライブラリやヘッダファイルが
48収録されています。
49
50
51%prep
52%setup -q -n gtkhtml-%{version}
53
54%build
55%configure
[6890]56make %{?_smp_mflags}
[4616]57
58%install
59rm -rf $RPM_BUILD_ROOT
[6890]60make install DESTDIR=$RPM_BUILD_ROOT
[4616]61
62rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
63rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
64
65%find_lang gtkhtml-%{gtkhtml_major}
66
67%clean
68rm -rf $RPM_BUILD_ROOT
69
70%post -p /sbin/ldconfig
71
72%postun -p /sbin/ldconfig
73
74%files -f gtkhtml-%{gtkhtml_major}.lang
75%defattr(-, root, root)
76%doc AUTHORS ChangeLog NEWS README COPYING TODO
77%{_bindir}/gtkhtml-editor-test
78%{_libdir}/*.so.*
79%{_datadir}/gtkhtml-%{gtkhtml_major}
80
81%files devel
82%defattr(-, root, root)
83%{_includedir}/libgtkhtml-%{gtkhtml_major}
84%{_libdir}/*.so
85%{_libdir}/pkgconfig/*.pc
86
87%changelog
[6890]88* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.6.0-1
89- new upstream release
90
[6739]91* Sat Aug 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.4.4-1
92- new upstream release
93
[6401]94* Thu Jun 21 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.4.3-1
95- new upstream release
96
[6201]97* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.4.2-1
98- new upstream release
99
[6078]100* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.4.1-1
[6011]101- new upstream release
102
[5402]103* Sat Jan 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.3-1
104- new upstream release
105
[5168]106* Tue Nov 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.2-1
107- new upstream release
108
[5038]109* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.1-1
110- new upstream release
111
[4850]112* Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.0-1
[4812]113- new upstream release
114
[4704]115* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.1.90.1-1
116- new upstream release
117
[4616]118* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.1.4-1
119- initial build for Vine Linux
120
Note: See TracBrowser for help on using the repository browser.