[roxterm/epel7] Just (re)enable the deprecated option.

Christopher Meng cicku at fedoraproject.org
Fri Feb 21 07:00:22 UTC 2014


commit af3be239cc19c802c435f0868736c07a697fd319
Author: Christopher Meng <i at cicku.me>
Date:   Fri Feb 21 14:31:26 2014 +0800

    Just (re)enable the deprecated option.

 roxterm.spec |   23 ++++++++++++++---------
 1 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/roxterm.spec b/roxterm.spec
index 0401cf0..34764ca 100644
--- a/roxterm.spec
+++ b/roxterm.spec
@@ -1,21 +1,21 @@
 Name:           roxterm
 Version:        2.8.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A fast terminal emulator
 License:        GPLv2+
 URL:            http://roxterm.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
-BuildRequires:  vte3-devel
-BuildRequires:  libglade2-devel
-BuildRequires:  libSM-devel
-BuildRequires:  gtk3-devel
 BuildRequires:  dbus-glib-devel
 BuildRequires:  dbus-devel
 BuildRequires:  desktop-file-utils
+BuildRequires:  gtk3-devel
+BuildRequires:  libglade2-devel
+BuildRequires:  libSM-devel
 BuildRequires:  libtool
 BuildRequires:  python-lockfile
 BuildRequires:  xmlto
 BuildRequires:  po4a
+BuildRequires:  vte3-devel
 %if 0%{?fedora} <= 14 || 0%{?rhel}
 BuildRequires:  control-center
 Requires:       control-center-filesystem
@@ -35,12 +35,13 @@ any other X environment.
 
 %build
 ./mscript.py configure \
-  --enable-rox-locales \
-  PREFIX=%{_prefix} \
+    --enable-deprecated-bg-opts \
+    --enable-rox-locales \
+    PREFIX=%{_prefix} \
 %if 0%{?fedora} < 20
-  DOCDIR=%{_docdir}/%{name}-%{version} \
+    DOCDIR=%{_docdir}/%{name}-%{version} \
 %endif
-  CFLAGS="%{optflags}"
+    CFLAGS="%{optflags}"
 ./mscript.py build
 # unsafe
 # %{?_smp_mflags}
@@ -88,6 +89,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/roxterm/
 %{_datadir}/icons/hicolor/scalable/apps/roxterm.svg
 %{_mandir}/man1/roxterm*.1.*
+# Fix these for find_lang with-man option
 %lang(es) %{_mandir}/es/man1/roxterm*.1.*
 %lang(fr) %{_mandir}/fr/man1/roxterm*.1.*
 %lang(pt) %{_mandir}/pt/man1/roxterm*.1.*
@@ -99,6 +101,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %endif
 
 %changelog
+* Fri Feb 21 2014 Christopher Meng <rpm at cicku.me> - 2.8.2-2
+- Add deprecated VTK3 option support.
+
 * Wed Feb 19 2014 Christopher Meng <rpm at cicku.me> - 2.8.2-1
 - Update to 2.8.2
 


More information about the scm-commits mailing list