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

Revision 6401, 3.2 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

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