diff options
Diffstat (limited to 'redhat/libraries/python-trinity')
9 files changed, 0 insertions, 682 deletions
diff --git a/redhat/libraries/python-trinity/python-trinity-3.5.13-fix_gcc47_compilation.patch b/redhat/libraries/python-trinity/python-trinity-3.5.13-fix_gcc47_compilation.patch deleted file mode 100644 index 199c7e0ae..000000000 --- a/redhat/libraries/python-trinity/python-trinity-3.5.13-fix_gcc47_compilation.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- python-trinity/sip/kdecore/kaccel.sip.ORI 2012-05-01 23:10:27.686395190 +0200 -+++ python-trinity/sip/kdecore/kaccel.sip 2012-05-01 23:10:39.955113222 +0200 -@@ -35,7 +35,7 @@ - KAccel (QWidget* /TransferThis/, const char* = 0); - KAccel (QWidget*, QObject* /TransferThis/, const char* = 0); - KAccelActions& actions (); -- bool isEnabled () const; -+ bool isEnabled (); - void setEnabled (bool); - bool setAutoUpdate (bool); - ---- python-trinity/sip/kdecore/kaccelbase.sip.ORI 2012-05-01 23:13:58.455551130 +0200 -+++ python-trinity/sip/kdecore/kaccelbase.sip 2012-05-01 23:14:14.835174681 +0200 -@@ -48,7 +48,7 @@ - KAccelBase (int); - uint actionCount () const; - KAccelActions& actions (); -- bool isEnabled () const; -+ bool isEnabled (); - KAccelAction* actionPtr (const QString&); - KAccelAction* actionPtr (const KKey&); - KAccelAction* actionPtr (const KKeyServer::Key&); ---- python-trinity/sip/kdecore/kglobalaccel.sip.ORI 2012-05-01 23:19:11.934346517 +0200 -+++ python-trinity/sip/kdecore/kglobalaccel.sip 2012-05-01 23:19:18.755189755 +0200 -@@ -33,7 +33,7 @@ - - public: - KGlobalAccel (QObject*, const char* = 0); -- bool isEnabled () const; -+ bool isEnabled (); - void setEnabled (bool); - KAccelAction* insert (const QString&, const QString&, const QString&, const KShortcut&, const KShortcut&, SIP_RXOBJ_CON, SIP_SLOT_CON (), bool = 1, bool = 1); - diff --git a/redhat/libraries/python-trinity/python-trinity-3.5.13-fix_mandrake_detection.patch b/redhat/libraries/python-trinity/python-trinity-3.5.13-fix_mandrake_detection.patch deleted file mode 100644 index 7769b4f27..000000000 --- a/redhat/libraries/python-trinity/python-trinity-3.5.13-fix_mandrake_detection.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- python-trinity/configure.py.ORI 2012-08-05 00:02:51.785715468 +0200 -+++ python-trinity/configure.py 2012-08-05 00:03:02.312464939 +0200 -@@ -513,7 +513,7 @@ - - for file in dist: - if file.find ("andrake") > 0: -- kde_sip_flags.remove ("ALL") -+ kde_sip_flags.pop() - kde_sip_flags.append ("D_MANDRAKE") - - def set_sip_flags(): diff --git a/redhat/libraries/python-trinity/python-trinity-3.5.13-install_directories.patch b/redhat/libraries/python-trinity/python-trinity-3.5.13-install_directories.patch deleted file mode 100644 index 4ca22d637..000000000 --- a/redhat/libraries/python-trinity/python-trinity-3.5.13-install_directories.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/configure.py.ORI 2011-12-03 17:07:41.589390850 +0100 -+++ b/configure.py 2011-12-03 17:14:35.226888035 +0100 -@@ -786,7 +786,7 @@ - sipconfig.ParentMakefile( - configuration = pyqtcfg, - subdirs = subdirs, -- installs= [("pykdeconfig.py", opt_pykdemoddir), (srcPath("contrib/kdepyuic"), sipcfg.default_bin_dir)] -+ installs= [("pykdeconfig.py", opt_pykdemoddir), (srcPath("contrib/kdepyuic"), opt_kdebasedir + "/bin")] - ).generate() - - diff --git a/redhat/libraries/python-trinity/python-trinity-3.5.13.1-add_include_directory.patch b/redhat/libraries/python-trinity/python-trinity-3.5.13.1-add_include_directory.patch deleted file mode 100644 index d48270692..000000000 --- a/redhat/libraries/python-trinity/python-trinity-3.5.13.1-add_include_directory.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- python-trinity-3.5.13.1/configure.py.ORI 2012-10-02 19:01:51.164215802 +0000 -+++ python-trinity-3.5.13.1/configure.py 2012-10-02 19:02:06.842913909 +0000 -@@ -411,6 +411,7 @@ - if not opt_kdeincdir: - incSearchPaths = [os.path.join (opt_kdebasedir, "include")] - incSearchPaths.append (os.path.join (opt_kdebasedir, "include", "kde")) # Red Hat -+ incSearchPaths.append (os.path.join (opt_kdebasedir, "include", "tde")) # TDE 3.5.13.1 - opt_kdeincdir = search ("kapplication.h", incSearchPaths) - - def check_kde_installation(): diff --git a/redhat/libraries/python-trinity/python-trinity-3.5.13.1.spec b/redhat/libraries/python-trinity/python-trinity-3.5.13.1.spec deleted file mode 100644 index 9e35b3833..000000000 --- a/redhat/libraries/python-trinity/python-trinity-3.5.13.1.spec +++ /dev/null @@ -1,187 +0,0 @@ -%{!?python_sitearch:%global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} - -# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt". -%if "%{?tde_prefix}" != "/usr" -%define _variant .opt -%endif - -# TDE 3.5.13 specific building variables -%define tde_bindir %{tde_prefix}/bin -%define tde_datadir %{tde_prefix}/share -%define tde_docdir %{tde_datadir}/doc -%define tde_includedir %{tde_prefix}/include -%define tde_libdir %{tde_prefix}/%{_lib} -%define tde_mandir %{tde_datadir}/man -%define tde_appdir %{tde_datadir}/applications - -%define tde_tdeappdir %{tde_appdir}/kde -%define tde_tdedocdir %{tde_docdir}/tde -%define tde_tdeincludedir %{tde_includedir}/tde -%define tde_tdelibdir %{tde_libdir}/trinity - -%define _docdir %{tde_docdir} - -%define __arch_install_post %{nil} - - -Name: python-trinity -Summary: Trinity bindings for Python [Trinity] -Version: 3.16.3 -Release: 3%{?dist}%{?_variant} - -License: GPLv2+ -Group: Applications/Utilities - -Vendor: Trinity Project -Packager: Francois Andriot <francois.andriot@free.fr> -URL: http://www.simonzone.com/software/pykdeextensions - -Prefix: %{_prefix} -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -Source0: python-trinity-3.5.13.1.tar.gz - -## RHEL/Fedora patches -Patch1: python-trinity-3.5.13-install_directories.patch -# [python-trinity] Fix Mandrake detection function -Patch3: python-trinity-3.5.13-fix_mandrake_detection.patch -# [python-trinity] Add 'include/tde' include directory -Patch4: python-trinity-3.5.13.1-add_include_directory.patch - -BuildRequires: trinity-tqtinterface-devel >= 3.5.13.1 -BuildRequires: trinity-arts-devel >= 3.5.13.1 -BuildRequires: trinity-tdelibs-devel >= 3.5.13.1 -BuildRequires: desktop-file-utils -BuildRequires: gettext - -BuildRequires: python - -%if 0%{?rhel} == 5 -# RHEL 5 comes with old version, so we brought ours ... -BuildRequires: trinity-sip-devel -BuildRequires: trinity-PyQt-devel -%endif - -%if 0%{?mgaversion} || 0%{?mdkversion} -BuildRequires: python-sip -BuildRequires: python-qt -%endif - -%if 0%{?rhel} >= 6 || 0%{?fedora} -BuildRequires: sip-devel -BuildRequires: PyQt-devel -%endif - -%if 0%{?suse_version} -BuildRequires: python-sip-devel -BuildRequires: trinity-PyQt-devel -%endif - -%description -Python binding module that provides wide access to the Trinity API, -also known as PyKDE. Using this, you'll get (for example) classes -from kio, kjs, khtml and kprint. - - -%package devel -Summary: Trinity bindings for Python - Development files and scripts [Trinity] -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} - -%description devel -Development .sip files with definitions of PyKDE classes. They -are needed to build PyKDE, but also as building blocks of other -packages based on them. -The package also contains kdepyuic, a wrapper script around PyQt's -user interface compiler. - - -%package doc -Summary: Documentation and examples for PyKDE [Trinity] -Group: Development/Libraries - -%description doc -General documentation and examples for PyKDE providing programming -tips and working code you can use to learn from. - - -%if 0%{?suse_version} || 0%{?pclinuxos} -%debug_package -%endif - - -%prep -%setup -q -n python-trinity-3.5.13.1 -%patch1 -p1 -%patch3 -p1 -%patch4 -p1 - - -# Hack to get TQT include files under /opt -%__sed -i "configure.py" \ - -e "s|/usr/include/tqt|%{tde_includedir}/tqt|g" - - -%build -unset QTDIR; . /etc/profile.d/qt3.sh -export PATH="%{tde_bindir}:${PATH}" -export LDFLAGS="-L%{tde_libdir} -I%{tde_includedir}" - -export LDFLAGS="${LDFLAGS} -lpython2.7" - -export PYTHONPATH=%{python_sitearch}/trinity-sip:%{python_sitearch}/trinity-PyQt - -%__python configure.py \ - -k %{tde_prefix} \ - -L %{_lib} \ - -v %{_datadir}/sip/trinity - -# Shitty hack to add LDFLAGS -%if 0%{?mgaversion} || 0%{?mdkversion} -%__sed -i */Makefile \ -%if 0%{?pclinuxos} - -e "/^LIBS = / s|$| -lpython2.6 -lDCOP -lkdecore -lkdefx -lkdeui -lkresources -lkabc -lkparts -lkio|" -%else - -e "/^LIBS = / s|$| -lpython2.7 -lDCOP -lkdecore -lkdefx -lkdeui -lkresources -lkabc -lkparts -lkio|" -%endif -%endif - -%__make %{_smp_mflags} - -%install -export PATH="%{tde_bindir}:${PATH}" -%__rm -rf %{buildroot} -%__make install DESTDIR=%{buildroot} - -# Install documentation -%__mkdir_p %{buildroot}%{tde_tdedocdir}/HTML/en/ -%__cp -rf doc %{buildroot}%{tde_tdedocdir}/HTML/en/python-trinity/ - - - -%clean -%__rm -rf %{buildroot} - - - -%files -%defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING NEWS README -%{python_sitearch}/*.so -%{python_sitearch}/dcop*.py* -%{python_sitearch}/pykde*.py* - -%files devel -%defattr(-,root,root,-) -%{tde_bindir}/kdepyuic -# The SIP files are outside TDE's prefix -%{_datadir}/sip/trinity/ - -%files doc -%defattr(-,root,root,-) -%{tde_tdedocdir}/HTML/en/python-trinity/ - - -%Changelog -* Tue Oct 02 2012 Francois Andriot <francois.andriot@free.fr> - 3.16.3-3 -- Initial release for TDE 3.5.13.1 diff --git a/redhat/libraries/python-trinity/python-trinity-3.5.13.2-fix_is_private.patch b/redhat/libraries/python-trinity/python-trinity-3.5.13.2-fix_is_private.patch deleted file mode 100644 index fb41680f1..000000000 --- a/redhat/libraries/python-trinity/python-trinity-3.5.13.2-fix_is_private.patch +++ /dev/null @@ -1,56 +0,0 @@ ---- trinity-python-trinity-3.5.13.2/sip/kdecore/kconfigbase.sip.ORI 2014-03-22 23:47:29.217935267 +0100 -+++ trinity-python-trinity-3.5.13.2/sip/kdecore/kconfigbase.sip 2014-03-22 23:47:53.355370778 +0100 -@@ -153,10 +153,8 @@ - bool deleteGroup (const QString&, bool = 1, bool = 0); - void setDollarExpansion (bool = 1); - bool isDollarExpansion () const; -- virtual void rollback (bool = 1); - virtual void sync (); - bool isDirty () const; -- virtual void setReadOnly (bool); - bool isReadOnly () const; - bool hasKey (const QString&) const; - virtual QMap<QString,QString> entryMap (const QString&) const = 0; -@@ -182,6 +180,9 @@ - bool hasDefault (const QString&) const; - %End - -+private: -+ virtual void rollback (bool = 1); -+ virtual void setReadOnly (bool); - - protected: - void setLocale (); ---- trinity-python-trinity-3.5.13.2/sip/kdeui/kactivelabel.sip.ORI 2014-03-22 23:56:28.448338190 +0100 -+++ trinity-python-trinity-3.5.13.2/sip/kdeui/kactivelabel.sip 2014-03-22 23:58:44.540121011 +0100 -@@ -53,6 +53,8 @@ - virtual void keyPressEvent (QKeyEvent*); - %End - -+private: -+ virtual void setSource(const QString&); - - }; // class KActiveLabel - ---- trinity-python-trinity-3.5.13.2/sip/kdeui/kpixmapregionselectorwidget.sip.ORI 2014-03-23 00:02:17.343077605 +0100 -+++ trinity-python-trinity-3.5.13.2/sip/kdeui/kpixmapregionselectorwidget.sip 2014-03-23 00:03:42.151069824 +0100 -@@ -54,6 +54,8 @@ - protected: - virtual KPopupMenu* createPopupMenu (); - -+private: -+ virtual bool eventFilter(QObject*, QEvent*); - }; // class KPixmapRegionSelectorWidget - - %End ---- trinity-python-trinity-3.5.13.2/sip/kfile/knotifydialog.sip.ORI 2014-03-23 00:13:21.583382771 +0100 -+++ trinity-python-trinity-3.5.13.2/sip/kfile/knotifydialog.sip 2014-03-23 00:17:02.715146838 +0100 -@@ -77,6 +77,8 @@ - virtual void addApplicationEvents (const QString&); - virtual void clearApplicationEvents (); - -+private slots: -+ virtual void slotDefault(); - }; // class KNotifyDialog - - %End diff --git a/redhat/libraries/python-trinity/python-trinity-3.5.13.2-fix_tde_includedir.patch b/redhat/libraries/python-trinity/python-trinity-3.5.13.2-fix_tde_includedir.patch deleted file mode 100644 index 5921695e8..000000000 --- a/redhat/libraries/python-trinity/python-trinity-3.5.13.2-fix_tde_includedir.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- trinity-python-trinity-3.5.13.2/configure.py.ORI 2013-01-20 14:28:38.844683333 +0100 -+++ trinity-python-trinity-3.5.13.2/configure.py 2013-01-20 14:29:05.179062079 +0100 -@@ -410,7 +410,7 @@ - - if not opt_kdeincdir: - incSearchPaths = [os.path.join (opt_kdebasedir, "include")] -- incSearchPaths.append (os.path.join (opt_kdebasedir, "include", "kde")) # Red Hat -+ incSearchPaths.append (os.path.join (opt_kdebasedir, "include", "tde")) # Red Hat - opt_kdeincdir = search ("kapplication.h", incSearchPaths) - - def check_kde_installation(): diff --git a/redhat/libraries/python-trinity/python-trinity-3.5.13.2.spec b/redhat/libraries/python-trinity/python-trinity-3.5.13.2.spec deleted file mode 100644 index 279346a1f..000000000 --- a/redhat/libraries/python-trinity/python-trinity-3.5.13.2.spec +++ /dev/null @@ -1,186 +0,0 @@ -%{!?python_sitearch:%global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} - -%define tde_version 3.5.13.2 - -# TDE specific building variables -%define tde_bindir %{tde_prefix}/bin -%define tde_datadir %{tde_prefix}/share -%define tde_docdir %{tde_datadir}/doc -%define tde_includedir %{tde_prefix}/include -%define tde_libdir %{tde_prefix}/%{_lib} -%define tde_mandir %{tde_datadir}/man -%define tde_appdir %{tde_datadir}/applications - -%define tde_tdeappdir %{tde_appdir}/kde -%define tde_tdedocdir %{tde_docdir}/tde -%define tde_tdeincludedir %{tde_includedir}/tde -%define tde_tdelibdir %{tde_libdir}/trinity - -%define _docdir %{tde_docdir} - -%define __arch_install_post %{nil} - - -Name: trinity-python-trinity -Summary: Trinity bindings for Python [Trinity] -Version: 3.16.3 -Release: %{?!preversion:5}%{?preversion:4_%{preversion}}%{?dist} - -License: GPLv2+ -Group: Applications/Utilities - -Vendor: Trinity Project -Packager: Francois Andriot <francois.andriot@free.fr> -#URL: http://www.simonzone.com/software/pykdeextensions -URL: http://www.trinitydesktop.org/ - -Prefix: %{_prefix} -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-3.5.13.2-fix_tde_includedir.patch -# Fix "is private" FTBFS using SIP >= 4.15 -Patch2: python-trinity-3.5.13.2-fix_is_private.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: python-qt3-devel - -# SIP support -%if 0%{?rhel} >= 4 && 0%{?rhel} <= 5 -# RHEL 4/5 comes with old version, so we brought ours ... -BuildRequires: trinity-sip-devel -%endif -%if 0%{?mgaversion} || 0%{?mdkversion} -BuildRequires: python-sip -%endif -%if 0%{?rhel} >= 6 || 0%{?fedora} -BuildRequires: sip-devel -%endif -%if 0%{?suse_version} -BuildRequires: python-sip-devel -%endif - -Obsoletes: python-trinity < %{version}-%{release} -Provides: python-trinity = %{version}-%{release} - -%description -Python binding module that provides wide access to the Trinity API, -also known as PyTDE. Using this, you'll get (for example) classes -from kio, kjs, khtml and kprint. - - -%package devel -Summary: Trinity bindings for Python - Development files and scripts [Trinity] -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} - -Obsoletes: python-trinity-devel < %{version}-%{release} -Provides: python-trinity-devel = %{version}-%{release} - -%description devel -Development .sip files with definitions of PyTDE classes. They -are needed to build PyTDE, but also as building blocks of other -packages based on them. -The package also contains kdepyuic, a wrapper script around python-qt3's -user interface compiler. - - -%package doc -Summary: Documentation and examples for PyTDE [Trinity] -Group: Development/Libraries - -Obsoletes: python-trinity-doc < %{version}-%{release} -Provides: python-trinity-doc = %{version}-%{release} - -%description doc -General documentation and examples for PyTDE providing programming -tips and working code you can use to learn from. - - -%if 0%{?suse_version} || 0%{?pclinuxos} -%debug_package -%endif - - -%prep -%setup -q -n %{name}-%{tde_version}%{?preversion:~%{preversion}} -%patch1 -p1 -b .inc -%patch2 -p1 -b .private - - -%build -unset QTDIR QTINC QTLIB -. /etc/profile.d/qt3.sh -export PATH="%{tde_bindir}:${PATH}" -export LD_RUN_PATH="%{tde_libdir}" -export KDEDIR=%{tde_prefix} - -export DH_OPTIONS - -export PYTHONPATH=%{python_sitearch}/trinity-sip:%{python_sitearch}/python-qt3 - -%__python configure.py \ - -k %{tde_prefix} \ - -L %{_lib} \ - -v %{_datadir}/sip/trinity - -# Shitty hack to add LDFLAGS -%if 0%{?mgaversion} || 0%{?mdkversion} -%__sed -i */Makefile \ - -e "/^LIBS = / s|$| -lpython2.7 -lDCOP -lkdecore -lkdefx -lkdeui -lkresources -lkabc -lkparts -lkio|" -%endif - -# Shitty hack to fix issue with SIP >= 4.15 -%__sed -i "kfile/sipkfilepart0.cpp" \ - -e "s| KFileIconView::selectionMode(| KFileView::selectionMode(|g" \ - -e "s| KFileIconView::clear()| KFileView::clear()|g" \ - -e "s| KFileDetailView::selectionMode(| KFileView::selectionMode(|g" \ - -e "s| KFileDetailView::clear()| KFileView::clear()|g" - - -%__make %{_smp_mflags} || %__make - - -%install -export PATH="%{tde_bindir}:${PATH}" -%__rm -rf %{buildroot} -%__make install DESTDIR=%{buildroot} - -# Install documentation -%__mkdir_p %{buildroot}%{tde_tdedocdir}/HTML/en/ -%__cp -rf doc %{buildroot}%{tde_tdedocdir}/HTML/en/python-trinity/ - - -%clean -%__rm -rf %{buildroot} - - - -%files -%defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING NEWS README -%{python_sitearch}/*.so -%{python_sitearch}/dcop*.py* -%{python_sitearch}/pykde*.py* - -%files devel -%defattr(-,root,root,-) -%{tde_bindir}/kdepyuic -# The SIP files are outside TDE's prefix -%{_datadir}/sip/trinity/ - -%files doc -%defattr(-,root,root,-) -%{tde_tdedocdir}/HTML/en/python-trinity/ - - -%changelog diff --git a/redhat/libraries/python-trinity/python-trinity-3.5.13.spec b/redhat/libraries/python-trinity/python-trinity-3.5.13.spec deleted file mode 100644 index dfc5520f9..000000000 --- a/redhat/libraries/python-trinity/python-trinity-3.5.13.spec +++ /dev/null @@ -1,177 +0,0 @@ -%{!?python_sitearch:%global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} - -# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt". -%if "%{?tde_prefix}" != "/usr" -%define _variant .opt -%endif - -# TDE 3.5.13 specific building variables -%define tde_bindir %{tde_prefix}/bin -%define tde_datadir %{tde_prefix}/share -%define tde_docdir %{tde_datadir}/doc -%define tde_includedir %{tde_prefix}/include -%define tde_libdir %{tde_prefix}/%{_lib} -%define tde_mandir %{tde_datadir}/man -%define tde_appdir %{tde_datadir}/applications - -%define tde_tdeappdir %{tde_appdir}/kde -%define tde_tdedocdir %{tde_docdir}/kde -%define tde_tdeincludedir %{tde_includedir}/kde -%define tde_tdelibdir %{tde_libdir}/trinity - -%define _docdir %{tde_docdir} - -%define __arch_install_post %{nil} - - -Name: python-trinity -Summary: Trinity bindings for Python [Trinity] -Version: 3.16.3 -Release: 2%{?dist}%{?_variant} - -License: GPLv2+ -Group: Applications/Utilities - -Vendor: Trinity Project -Packager: Francois Andriot <francois.andriot@free.fr> -URL: http://www.simonzone.com/software/pykdeextensions - -Prefix: %{_prefix} -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -Source0: python-trinity-3.5.13.tar.gz - -## RHEL/Fedora patches -Patch1: python-trinity-3.5.13-install_directories.patch -# [python-trinity] Fix compilation with GCC 4.7 -Patch2: python-trinity-3.5.13-fix_gcc47_compilation.patch -# [python-trinity] Fix Mandrake detection function -Patch3: python-trinity-3.5.13-fix_mandrake_detection.patch - - -BuildRequires: tqtinterface-devel -BuildRequires: trinity-tdelibs-devel -BuildRequires: trinity-tdebase-devel -BuildRequires: desktop-file-utils -BuildRequires: gettext - -BuildRequires: python - -%if 0%{?mgaversion} || 0%{?mdkversion} -BuildRequires: python-sip -BuildRequires: python-qt -%else -%if 0%{?rhel} == 5 -# RHEL 5 comes with old version, so we brought ours ... -BuildRequires: trinity-sip-devel -BuildRequires: trinity-PyQt-devel -%else -BuildRequires: sip-devel -BuildRequires: PyQt-devel -%endif -%endif - -%description -Python binding module that provides wide access to the Trinity API, -also known as PyKDE. Using this, you'll get (for example) classes -from kio, kjs, khtml and kprint. - - -%package devel -Summary: Trinity bindings for Python - Development files and scripts [Trinity] -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} - -%description devel -Development .sip files with definitions of PyKDE classes. They -are needed to build PyKDE, but also as building blocks of other -packages based on them. -The package also contains kdepyuic, a wrapper script around PyQt's -user interface compiler. - - -%package doc -Summary: Documentation and examples for PyKDE [Trinity] -Group: Development/Libraries - -%description doc -General documentation and examples for PyKDE providing programming -tips and working code you can use to learn from. - - -%prep -%setup -q -n libraries/python-trinity -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 - - -# Hack to get TQT include files under /opt -%__sed -i "configure.py" \ - -e "s|/usr/include/tqt|%{tde_includedir}/tqt|g" - - -%build -unset QTDIR; . /etc/profile.d/qt.sh -export PATH="%{tde_bindir}:${PATH}" -export LDFLAGS="-L%{tde_libdir} -I%{tde_includedir}" - -export LDFLAGS="${LDFLAGS} -lpython2.7" - -export PYTHONPATH=%{python_sitearch}/trinity-sip:%{python_sitearch}/trinity-PyQt - -%__python configure.py \ - -k %{tde_prefix} \ - -L %{_lib} \ - -v %{_datadir}/sip/trinity - -%if 0%{?mgaversion} || 0%{?mdkversion} -# Shitty hack to add LDFLAGS -%__sed -i */Makefile \ - -e "/^LIBS = / s|$| -lpython2.7 -lDCOP -lkdecore -lkdefx -lkdeui -lkresources -lkabc -lkparts -lkio|" -%endif - -%__make %{_smp_mflags} - -%install -export PATH="%{tde_bindir}:${PATH}" -%__rm -rf %{buildroot} -%__make install DESTDIR=%{buildroot} - -# Install documentation -%__mkdir_p %{buildroot}%{tde_tdedocdir}/HTML/en/ -%__cp -rf doc %{buildroot}%{tde_tdedocdir}/HTML/en/python-trinity/ - - - -%clean -%__rm -rf %{buildroot} - - - -%files -%defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING NEWS README -%{python_sitearch}/*.so -%{python_sitearch}/dcop*.py* -%{python_sitearch}/pykde*.py* - -%files devel -%defattr(-,root,root,-) -%{tde_bindir}/kdepyuic -# The SIP files are outside TDE's prefix -%{_datadir}/sip/trinity/ - -%files doc -%defattr(-,root,root,-) -%{tde_tdedocdir}/HTML/en/python-trinity/ - - -%Changelog -* Tue May 01 2012 Francois Andriot <francois.andriot@free.fr> - 3.16.3-2 -- Rebuild for Fedora 17 -- Fix compilation with GCC 4.7 -- Fix compilation for RHEL 5 - -* Fri Dec 02 2011 Francois Andriot <francois.andriot@free.fr> - 3.16.3-1 -- Initial release for RHEL 5, RHEL 6, Fedora 15, Fedora 16 |