|
@@ -3,7 +3,7 @@
|
|
%define pkg_version 2.7.5
|
|
%define pkg_version 2.7.5
|
|
%define strtag 101228
|
|
%define strtag 101228
|
|
%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}
|
|
@@ -48,7 +48,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
|
|
@@ -134,6 +135,9 @@ update-desktop-database %{_datadir}/applications
|
|
%{icondir}/*/apps/%{name}.png
|
|
%{icondir}/*/apps/%{name}.png
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Feb 1 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.7.5-3
|
|
|
|
+- use Requires(pre) tag instead of Prereq
|
|
|
|
+
|
|
* Tue Jan 11 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.7.5-2
|
|
* Tue Jan 11 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.7.5-2
|
|
- add patch100 to add config status line color setting
|
|
- add patch100 to add config status line color setting
|
|
|
|
|