source: projects/specs/trunk/lib/libg/libgluezilla/libgluezilla-vl.spec @ 771

Revision 771, 2.1 KB checked in by owa, 14 years ago (diff)

updated mono to 2.6.3

Line 
1%define mono_dir %(/usr/bin/monodir)
2%define _name gluezilla
3Name: libgluezilla
4Version: 2.6
5Release: 3%{?_dist_release}
6Summary: Glue library for Winforms Web Control
7Summary(ja): Mono Winforms 用ウェブ制御ライブラリ
8Group: Development/Libraries
9License: GPL
10URL: http://www.go-mono.com
11Source: http://mono.ximian.com/monobuild/preview/sources/%{_name}/%{_name}-%{version}.tar.bz2
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13BuildRequires: gcc-c++ gtk2-devel
14BuildRequires: xulrunner-devel
15#BuildRequires: xulrunner-devel-unstable
16
17%description
18A simple library to embed Gecko (xulrunner) for the Mono Winforms WebControl.
19
20
21%prep
22%setup -q -n %{_name}-%{version}
23
24
25%build
26#export CFLAGS="$RPM_OPT_FLAGS"
27%configure
28make
29
30
31%install
32rm -rf $RPM_BUILD_ROOT
33make install DESTDIR=$RPM_BUILD_ROOT
34
35# remove unuse files
36rm -f $RPM_BUILD_ROOT/usr/%_lib/libgluezilla.la
37
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%post -p /sbin/ldconfig
43%postun -p /sbin/ldconfig
44
45%files
46%defattr(-, root, root)
47%doc AUTHORS COPYING ChangeLog* INSTALL README TODO
48%{_libdir}/libgluezilla.so
49%{_libdir}/libgluezilla.so.*
50
51
52%changelog
53* Thu Apr 08 2010 Shu KONNO <owa@bg.wakwak.com> 2.6-3
54- rebuilt with new environment
55- dropt BR: xulrunner-devel-unstable
56
57* Thu Dec 31 2009 Shu KONNO <owa@bg.wakwak.com> 2.6-2
58- added BR: xulrunner-devel-unstable
59
60* Sun Dec 27 2009 Shu KONNO <owa@bg.wakwak.com> 2.6-1
61- updated gluezilla to 2.6
62
63* Sun Apr 05 2009 Shu KONNO <owa@bg.wakwak.com> 2.4-1vl5
64- updated gluezilla to 2.4
65
66* Thu Sep 18 2008 Shu KONNO <owa@bg.wakwak.com> 2.0-1vl5
67- initial build for VineSeed
68    - updated gluezilla to 2.0
69    - applied vine versioning policy
70    - added japanese summary
71    - spec in utf-8
72
73* Mon Apr 21 2008 wberrier@suse.de
74- Update to 1.9.1:
75  - Fix bug where two browser widgets couldn't be in the same app
76* Tue Mar 25 2008 wberrier@suse.de
77- Update to 1.9:
78  - Fixed to support more versions of windows, not just the one
79  it was built for.
80  - call ldconfig directly instead of invoking a shell
81  - Several other bug fixes
82* Wed Jan 16 2008 wberrier@suse.de
83- rename gluezilla -> libgluezilla0
84* Fri Jan 11 2008 wberrier@suse.de
85- initial package
Note: See TracBrowser for help on using the repository browser.