|
@@ -1,9 +1,9 @@
|
|
|
### for Vine Linux 4.x / 5.x ###
|
|
|
|
|
|
-%define pkg_version 2.6.5
|
|
|
-%define strtag 100425
|
|
|
+%define pkg_version 2.7.5
|
|
|
+%define strtag 101228
|
|
|
%define repoid 40140
|
|
|
-%define vendor_rel 3
|
|
|
+%define vendor_rel 2
|
|
|
|
|
|
%define pre_release 0
|
|
|
%if %{pre_release}
|
|
@@ -27,11 +27,16 @@ Release: %{pkg_release}
|
|
|
Source0: http://prdownloads.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{version}-%{strtag}.tgz
|
|
|
Source1: jd-vl.desktop
|
|
|
|
|
|
+# Vine Patch
|
|
|
+Patch1: jd-vine_env.patch
|
|
|
+
|
|
|
# upstream svn patches
|
|
|
# Patch100: jd-2.5.0_http_201.patch
|
|
|
# Patch100: jd-2.4.0_close_err_image.patch
|
|
|
# Patch110: jd-2.4.0_tag_drawing_fix.patch
|
|
|
# Patch100: jd-2.6.0_gtkmm28.patch
|
|
|
+# Patch100: jd-2.7.0_maru_p2.patch
|
|
|
+Patch100: jd-2.7.5-command_line_color_config.patch
|
|
|
Patch110: jd-2.6.5_vine4.patch
|
|
|
|
|
|
License: GPL
|
|
@@ -43,8 +48,7 @@ Requires: glibmm
|
|
|
Requires: zlib >= 1.2
|
|
|
Requires: pango
|
|
|
Requires: gnutls >= 1.2
|
|
|
-Requires(pre): desktop-file-utils
|
|
|
-# Prereq: desktop-file-utils
|
|
|
+Prereq: desktop-file-utils
|
|
|
|
|
|
BuildRequires: libtool, automake, autoconf
|
|
|
BuildRequires: gtkmm2-devel >= 2.8
|
|
@@ -73,9 +77,14 @@ JD は gtkmm2 ベースの2ちゃんねる用ブラウザです。
|
|
|
%setup -q -n %{name}-%{version}-%{strtag}
|
|
|
# find . -name .svn | sort -r | xargs %{__rm} -rf
|
|
|
|
|
|
+%patch1 -p1 -b .vine_env
|
|
|
+
|
|
|
# Patch 100 - 200 are upstream patches
|
|
|
# %patch100 -p2 -b .close_err_image
|
|
|
# %patch100 -p2 -b .gtkmm28
|
|
|
+# %patch100 -p0 -b .maru_p2
|
|
|
+%patch100 -p0 -b .color
|
|
|
+
|
|
|
%if %{?_dist_release} == "vl4"
|
|
|
%patch110 -p1 -b .vine4
|
|
|
%endif
|
|
@@ -125,8 +134,25 @@ update-desktop-database %{_datadir}/applications
|
|
|
%{icondir}/*/apps/%{name}.png
|
|
|
|
|
|
%changelog
|
|
|
-* Sun May 9 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.5-3
|
|
|
-- chaneg tag Prereq: -> Requires(pre):
|
|
|
+* Tue Jan 11 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.7.5-2
|
|
|
+- add patch100 to add config status line color setting
|
|
|
+
|
|
|
+* Sat Jan 1 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.7.5-1
|
|
|
+- 2.7.5 release
|
|
|
+
|
|
|
+* Wed Dec 15 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.7.5-0.1
|
|
|
+- 2.7.5 beta (not for release)
|
|
|
+
|
|
|
+* Sat Dec 11 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.7.5-0
|
|
|
+- 2.7.5 beta (not for release)
|
|
|
+- drop Patch100 (is included in new release)
|
|
|
+
|
|
|
+* Fri Aug 27 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.7.0-2
|
|
|
+- add patch1 to show vine package into environment
|
|
|
+- add patch100 to fix maru & p2 issue
|
|
|
+
|
|
|
+* Tue Aug 24 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.7.0-1
|
|
|
+- new upstream release
|
|
|
|
|
|
* Thu Apr 29 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.5-2
|
|
|
- add patch110 to fix build error on Vine4
|