| 1 | %define mono_dir %(/usr/bin/monodir) |
|---|
| 2 | %define _name gluezilla |
|---|
| 3 | Name: libgluezilla |
|---|
| 4 | Version: 2.6 |
|---|
| 5 | Release: 3%{?_dist_release} |
|---|
| 6 | Summary: Glue library for Winforms Web Control |
|---|
| 7 | Summary(ja): Mono Winforms 用ウェブ制御ライブラリ |
|---|
| 8 | Group: Development/Libraries |
|---|
| 9 | License: GPL |
|---|
| 10 | URL: http://www.go-mono.com |
|---|
| 11 | Source: http://mono.ximian.com/monobuild/preview/sources/%{_name}/%{_name}-%{version}.tar.bz2 |
|---|
| 12 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 13 | BuildRequires: gcc-c++ gtk2-devel |
|---|
| 14 | BuildRequires: xulrunner-devel |
|---|
| 15 | #BuildRequires: xulrunner-devel-unstable |
|---|
| 16 | |
|---|
| 17 | %description |
|---|
| 18 | A 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 |
|---|
| 28 | make |
|---|
| 29 | |
|---|
| 30 | |
|---|
| 31 | %install |
|---|
| 32 | rm -rf $RPM_BUILD_ROOT |
|---|
| 33 | make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 34 | |
|---|
| 35 | # remove unuse files |
|---|
| 36 | rm -f $RPM_BUILD_ROOT/usr/%_lib/libgluezilla.la |
|---|
| 37 | |
|---|
| 38 | |
|---|
| 39 | %clean |
|---|
| 40 | rm -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 |
|---|