diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-09-02 23:19:14 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-09-02 23:19:14 +0200 |
commit | ffed930935095fac5a3c79dc4a58ffbc51541482 (patch) | |
tree | 877c02c3bbbc63c800037a699200374dad03042d /redhat/libraries/python-trinity | |
parent | 04dae637208c43e774f6b8d92f717c03b15ea9a9 (diff) | |
download | tde-packaging-ffed930935095fac5a3c79dc4a58ffbc51541482.tar.gz tde-packaging-ffed930935095fac5a3c79dc4a58ffbc51541482.zip |
RPM Packaging: update R14 libraries
Diffstat (limited to 'redhat/libraries/python-trinity')
-rw-r--r-- | redhat/libraries/python-trinity/python-trinity-14.0.0.spec | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/redhat/libraries/python-trinity/python-trinity-14.0.0.spec b/redhat/libraries/python-trinity/python-trinity-14.0.0.spec index 2953c3937..4a90da275 100644 --- a/redhat/libraries/python-trinity/python-trinity-14.0.0.spec +++ b/redhat/libraries/python-trinity/python-trinity-14.0.0.spec @@ -28,7 +28,7 @@ Name: trinity-python-trinity Summary: Trinity bindings for Python [Trinity] Version: 3.16.3 -Release: %{?!preversion:5}%{?preversion:0_%{preversion}}%{?dist}%{?_variant} +Release: %{?!preversion:6}%{?preversion:5_%{preversion}}%{?dist}%{?_variant} License: GPLv2+ Group: Applications/Utilities @@ -43,15 +43,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: %{name}-%{tde_version}%{?preversion:~%{preversion}}.tar.gz -# Fix include subdirectory 'tde' instead of 'kde' -Patch1: python-trinity-14.0.0-tde_includedir.patch - BuildRequires: trinity-tqtinterface-devel >= %{tde_version} BuildRequires: trinity-arts-devel >= 1:1.5.10 BuildRequires: trinity-tdelibs-devel >= %{tde_version} BuildRequires: desktop-file-utils BuildRequires: gettext +# PYTHON support BuildRequires: python BuildRequires: trinity-python-tqt-devel @@ -115,13 +113,12 @@ tips and working code you can use to learn from. %prep %setup -q -n %{name}-%{tde_version}%{?preversion:~%{preversion}} -%patch1 -p1 -b .inc %build unset QTDIR QTINC QTLIB export PATH="%{tde_bindir}:${PATH}" -export LDFLAGS="-L%{tde_libdir} -I%{tde_includedir}" +export LD_RUN_PATH="%{tde_libdir}" export DH_OPTIONS @@ -167,5 +164,5 @@ export PATH="%{tde_bindir}:${PATH}" %changelog -* Fri Jul 05 2013 Francois Andriot <francois.andriot@free.fr> - 3.16.3-1 +* Fri Jul 05 2013 Francois Andriot <francois.andriot@free.fr> - 3.16.3-5 - Initial release for TDE 14.0.0 |