|
@@ -1,9 +1,9 @@
|
|
### for Vine Linux 4.x / 5.x ###
|
|
### for Vine Linux 4.x / 5.x ###
|
|
|
|
|
|
-%define pkg_version 2.6.0
|
|
|
|
-%define strtag 100208
|
|
|
|
|
|
+%define pkg_version 2.6.5
|
|
|
|
+%define strtag 100425
|
|
%define repoid 40140
|
|
%define repoid 40140
|
|
-%define vendor_rel 2
|
|
|
|
|
|
+%define vendor_rel 3
|
|
|
|
|
|
%define pre_release 0
|
|
%define pre_release 0
|
|
%if %{pre_release}
|
|
%if %{pre_release}
|
|
@@ -31,7 +31,8 @@ Source1: jd-vl.desktop
|
|
# Patch100: jd-2.5.0_http_201.patch
|
|
# Patch100: jd-2.5.0_http_201.patch
|
|
# Patch100: jd-2.4.0_close_err_image.patch
|
|
# Patch100: jd-2.4.0_close_err_image.patch
|
|
# Patch110: jd-2.4.0_tag_drawing_fix.patch
|
|
# Patch110: jd-2.4.0_tag_drawing_fix.patch
|
|
-Patch100: jd-2.6.0_gtkmm28.patch
|
|
|
|
|
|
+# Patch100: jd-2.6.0_gtkmm28.patch
|
|
|
|
+Patch110: jd-2.6.5_vine4.patch
|
|
|
|
|
|
License: GPL
|
|
License: GPL
|
|
Group: Applications/Internet
|
|
Group: Applications/Internet
|
|
@@ -42,7 +43,8 @@ Requires: glibmm
|
|
Requires: zlib >= 1.2
|
|
Requires: zlib >= 1.2
|
|
Requires: pango
|
|
Requires: pango
|
|
Requires: gnutls >= 1.2
|
|
Requires: gnutls >= 1.2
|
|
-Prereq: desktop-file-utils
|
|
|
|
|
|
+Requires(pre): desktop-file-utils
|
|
|
|
+# Prereq: desktop-file-utils
|
|
|
|
|
|
BuildRequires: libtool, automake, autoconf
|
|
BuildRequires: libtool, automake, autoconf
|
|
BuildRequires: gtkmm2-devel >= 2.8
|
|
BuildRequires: gtkmm2-devel >= 2.8
|
|
@@ -51,6 +53,7 @@ BuildRequires: zlib-devel >= 1.2
|
|
BuildRequires: XOrg-devel
|
|
BuildRequires: XOrg-devel
|
|
BuildRequires: pango-devel
|
|
BuildRequires: pango-devel
|
|
BuildRequires: gnutls-devel >= 1.2
|
|
BuildRequires: gnutls-devel >= 1.2
|
|
|
|
+BuildRequires: libgpg-error-devel
|
|
%if %{sound}
|
|
%if %{sound}
|
|
BuildRequires: alsa-lib-devel
|
|
BuildRequires: alsa-lib-devel
|
|
%endif
|
|
%endif
|
|
@@ -72,7 +75,10 @@ JD は gtkmm2 ベースの2ちゃんねる用ブラウザです。
|
|
|
|
|
|
# Patch 100 - 200 are upstream patches
|
|
# Patch 100 - 200 are upstream patches
|
|
# %patch100 -p2 -b .close_err_image
|
|
# %patch100 -p2 -b .close_err_image
|
|
-%patch100 -p2 -b .gtkmm28
|
|
|
|
|
|
+# %patch100 -p2 -b .gtkmm28
|
|
|
|
+%if %{?_dist_release} == "vl4"
|
|
|
|
+%patch110 -p1 -b .vine4
|
|
|
|
+%endif
|
|
|
|
|
|
%build
|
|
%build
|
|
autoreconf -i
|
|
autoreconf -i
|
|
@@ -119,6 +125,17 @@ update-desktop-database %{_datadir}/applications
|
|
%{icondir}/*/apps/%{name}.png
|
|
%{icondir}/*/apps/%{name}.png
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun May 9 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.5-3
|
|
|
|
+- chaneg tag Prereq: -> Requires(pre):
|
|
|
|
+
|
|
|
|
+* Thu Apr 29 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.5-2
|
|
|
|
+- add patch110 to fix build error on Vine4
|
|
|
|
+- add BR: libgpg-error-devel
|
|
|
|
+
|
|
|
|
+* Wed Apr 28 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.5-1
|
|
|
|
+- new upstream release
|
|
|
|
+- drop Patch100 (is included in new release)
|
|
|
|
+
|
|
* Mon Mar 22 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.0-2
|
|
* Mon Mar 22 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.0-2
|
|
- add Patch100 to build fix with <= gtkmm28 (Vine 4.x env)
|
|
- add Patch100 to build fix with <= gtkmm28 (Vine 4.x env)
|
|
|
|
|