RPM Packaging: update tqscintilla

pull/3/head
François Andriot 10 years ago
parent dd92f0a7f7
commit 05d7831a8f

@ -242,7 +242,7 @@ intended for systems running the Pulseaudio server.
##########
%if 0%{?pclinuxos}
%if 0%{?pclinuxos} || 0%{?suse_version} && 0%{?opensuse_bs} == 0
%debug_package
%endif

@ -176,7 +176,7 @@ into a TQt main loop application.
##########
%if 0%{?pclinuxos}
%if 0%{?pclinuxos} || 0%{?suse_version} && 0%{?opensuse_bs} == 0
%debug_package
%endif

@ -137,7 +137,7 @@ See the dbus description for more information about D-BUS in general.
##########
%if 0%{?pclinuxos}
%if 0%{?pclinuxos} || 0%{?suse_version} && 0%{?opensuse_bs} == 0
%debug_package
%endif

@ -138,7 +138,7 @@ See the dbus description for more information about D-BUS in general.
##########
%if 0%{?pclinuxos}
%if 0%{?pclinuxos} || 0%{?suse_version} && 0%{?opensuse_bs} == 0
%debug_package
%endif

@ -165,7 +165,7 @@ especially suitable for embedded applications.
##########
%if 0%{?pclinuxos}
%if 0%{?pclinuxos} || 0%{?suse_version} && 0%{?opensuse_bs} == 0
%debug_package
%endif

@ -70,6 +70,7 @@ Obsoletes: trinity-python-qt3
BuildRequires: libtqt4-devel >= %{?epoch:%{epoch}:}4.2.0
BuildRequires: trinity-filesystem >= %{tde_version}
BuildRequires: sip4-tqt-devel >= %{?epoch:%{epoch}:}4.10.5
BuildRequires: tqscintilla-devel >= %{?epoch:%{epoch}:}1.7.1
BuildRequires: gcc-c++
BuildRequires: python

@ -70,9 +70,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: %{name}-%{tde_version}%{?preversion:~%{preversion}}.tar.gz
BuildRequires: libtqt4-devel >= %{tde_epoch}:4.2.0
BuildRequires: libtqt4-devel >= %{?epoch:%{epoch}:}4.2.0
BuildRequires: trinity-filesystem >= %{tde_version}
Requires: trinity-filesystem >= %{tde_version}
BuildRequires: gcc-c++
BuildRequires: python
@ -88,6 +87,8 @@ specificity towards C++ and Python.
%package -n sip4-tqt
Summary: Python/C++ bindings generator (Runtime Library)
Group: Development/Tools/Building
Requires: trinity-filesystem >= %{tde_version}
Requires: python
%description -n sip4-tqt
SIP is a tool for generating bindings for C++ classes with some ideas
@ -107,7 +108,8 @@ specificity towards C++ and Python.
%package -n sip4-tqt-devel
Summary: Python/C++ bindings generator (Development Files)
Group: Development/Libraries/Python
Requires: sip4-tqt = %{version}-%{release}
Requires: sip4-tqt = %{?epoch:%{epoch}:}%{version}-%{release}
Requires: python-devel
%description -n sip4-tqt-devel
SIP is a tool for generating bindings for C++ classes with some ideas

@ -43,7 +43,7 @@ contains the TLS plugin.
##########
%if 0%{?suse_version} || 0%{?pclinuxos}
%if 0%{?pclinuxos} || 0%{?suse_version} && 0%{?opensuse_bs} == 0
%debug_package
%endif

@ -80,7 +80,7 @@ This packages contains the development files for TQCA
##########
%if 0%{?pclinuxos}
%if 0%{?pclinuxos} || 0%{?suse_version} && 0%{?opensuse_bs} == 0
%debug_package
%endif

@ -56,6 +56,7 @@ BuildRequires: trinity-tdelibs-devel >= %{tde_version}
BuildRequires: desktop-file-utils
BuildRequires: gettext
BuildRequires: gcc-c++
%description
Scintilla is a free source code editing component. It has features found

@ -1229,7 +1229,7 @@ things that are possible with TQt3.
##########
%if 0%{?pclinuxos}
%if 0%{?pclinuxos} || 0%{?suse_version} && 0%{?opensuse_bs} == 0
%debug_package
%endif

@ -204,7 +204,7 @@ although some code has been added for useful functions that are no longer part o
##########
%if 0%{?pclinuxos}
%if 0%{?pclinuxos} || 0%{?suse_version} && 0%{?opensuse_bs} == 0
%debug_package
%endif

Loading…
Cancel
Save