Name: qhexedit2 # Remember to also update version in qhexedit2_build.patch in the setup.py hunk Version: 0.8.6 Release: 2%{?dist} Summary: Binary Editor for Qt License: LGPLv2 URL: https://github.com/Simsys/qhexedit2 Source0: https://github.com/Simsys/qhexedit2/archive/v%{version}/%{name}-%{version}.tar.gz Source1: qhexedit.desktop # Fix build issues Patch0: qhexedit2_build.patch BuildRequires: desktop-file-utils BuildRequires: gcc-c++ BuildRequires: make BuildRequires: qt4-devel BuildRequires: qt5-qtbase-devel #BuildRequires: python3-pyqt4-sip #BuildRequires: python3-pyqt5-sip #BuildRequires: python3-PyQt4-devel #BuildRequires: python3-qt5-devel Requires: %{name}-qt5-libs%{?_isa} = %{version}-%{release} %description QHexEdit is a hex editor widget written in C++ for the Qt framework. It is a simple editor for binary data, just like QPlainTextEdit is for text data. %package libs Summary: %{name} Qt4 library %description libs %{name} Qt4 library. %package devel Summary: Development files for %{name} Qt4 Requires: %{name}-libs%{?_isa} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name} Qt4. ############################################################################### %package qt5-libs Summary: %{name} Qt5 library %description qt5-libs %{name} Qt5 library. %package qt5-devel Summary: Development files for %{name} Qt5 Requires: %{name}-qt5-libs%{?_isa} = %{version}-%{release} %description qt5-devel The %{name}-qt5-devel package contains libraries and header files for developing applications that use %{name} Qt5. ############################################################################### %package doc Summary: Documentation and examples for %{name} Provides: bundled(jquery) BuildArch: noarch %description doc The %{name}-doc package contains the documentation and examples for %{name}. ############################################################################### #%package -n python3-%{name} #Summary: %{name} Qt4 Python3 bindings #Requires: %{name}-libs%{?_isa} = %{version}-%{release} #%{?python_provide:%python_provide python3-%{name}} #%description -n python3-%{name} #%{name} Qt4 Python3 bindings. #%package -n python3-%{name}-devel #Summary: Development files for the %{name} Qt4 Python3 bindings #Requires: python3-%{name}%{?_isa} = %{version}-%{release} #Requires: python3-sip-devel #%{?python_provide:%python_provide python3-%{name}-devel} #%description -n python3-%{name}-devel #Development files for the %{name} Qt4 Python3 bindings ############################################################################### #%package -n python3-%{name}-qt5 #Summary: %{name} Qt5 Python3 bindings #Requires: %{name}-qt5-libs%{?_isa} = %{version}-%{release} #%{?python_provide:%python_provide python3-%{srcname}-qt5} #%description -n python3-%{name}-qt5 #%{name} Qt5 Python3 bindings. #%package -n python3-%{name}-qt5-devel #Summary: Development files for the %{name} Qt5 Python3 bindings #Requires: python3-%{name}-qt5%{?_isa} = %{version}-%{release} #Requires: python3-sip-devel #%{?python_provide:%python_provide python3-%{srcname}-qt5-devel} #%description -n python3-%{name}-qt5-devel #Development files for the %{name} Qt5 Python3 bindings %prep %autosetup -p1 -n %{name}-%{version} # Prevent rpmlint W: doc-file-dependency /usr/share/doc/qhexedit2-doc/html/installdox /usr/bin/perl rm -f doc/html/installdox %build %set_build_flags # Build library, qt4 mkdir build-lib-qt4 pushd build-lib-qt4 %qmake_qt4 ../src/qhexedit.pro %make_build popd # Build sip bindings, qt4, python3 #%{__python3} setup.py build --build-base=build-python3-qt4 # Build library, qt5 mkdir build-lib-qt5 pushd build-lib-qt5 %qmake_qt5 ../src/qhexedit.pro %make_build popd # Build sip bindings, qt5, python3 #USE_QT5=1 %{__python3} setup.py build --build-base=build-python3-qt5 # Build application mkdir build-example pushd build-example %qmake_qt5 ../example/qhexedit.pro %make_build popd %install # Library and headers install -d %{buildroot}%{_includedir}/%{name} cp -a src/*.h %{buildroot}%{_includedir}/%{name} install -d %{buildroot}%{_libdir} chmod 0755 build-lib-qt4/*.so.*.* cp -a build-lib-qt4/*.so* %{buildroot}%{_libdir} chmod 0755 build-lib-qt5/*.so.*.* cp -a build-lib-qt5/*.so* %{buildroot}%{_libdir} # pkg-config files install -d %{buildroot}%{_libdir}/pkgconfig/ cat > %{buildroot}%{_libdir}/pkgconfig/%{name}.pc < %{buildroot}%{_libdir}/pkgconfig/%{name}-qt5.pc < - 0.8.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed Mar 20 2019 Sandro Mani - 0.8.6-1 - Update to 0.8.6 * Sat Feb 02 2019 Fedora Release Engineering - 0.8.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Dec 12 2018 Sandro Mani - 0.8.5-1 - Update to 0.8.5 * Thu Oct 04 2018 Sandro Mani - 0.8.4-1 - Update to 0.8.4 - Drop python2 subpackages (#1634563) - Drop obsolete scriptlets * Sat Jul 14 2018 Fedora Release Engineering - 0.8.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Jul 02 2018 Miro Hrončok - 0.8.3-7 - Rebuilt for Python 3.7 * Wed Mar 07 2018 Sandro Mani - 0.8.3-6 - Add missing BR: gcc-c++, make * Fri Feb 09 2018 Fedora Release Engineering - 0.8.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 03 2017 Fedora Release Engineering - 0.8.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 0.8.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 0.8.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Jan 10 2017 Sandro Mani - 0.8.3-1 - Update to 0.8.3 * Mon Dec 19 2016 Miro Hrončok - 0.8.1-2 - Rebuild for Python 3.6 * Wed Nov 09 2016 Sandro Mani - 0.8.1-1 - Update to 0.8.1 * Wed Aug 03 2016 Sandro Mani - 0.7.8-1 - Update to 0.7.8 * Tue Jul 19 2016 Fedora Release Engineering - 0.7.7-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Fri Apr 15 2016 Sandro Mani - 0.7.7-1 - Update to 0.7.7 * Sat Apr 09 2016 Sandro Mani - 0.7.6-1 - Update to 0.7.6 * Thu Feb 04 2016 Fedora Release Engineering - 0.7.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Nov 12 2015 Kalev Lember - 0.7.4-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Fri Sep 18 2015 Sandro Mani - 0.7.4-1 - Update to 0.7.4 * Thu Jun 18 2015 Fedora Release Engineering - 0.7.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Thu Jun 04 2015 Sandro Mani - 0.7.3-1 - Update to 0.7.3 * Wed May 20 2015 Sandro Mani - 0.7.2-1 - Update to 0.7.2 * Fri May 01 2015 Sandro Mani - 0.6.6-1 - Update to 0.6.6 * Wed Apr 29 2015 Sandro Mani - 0.6.5-2 - Build Qt5 library * Thu Apr 16 2015 Sandro Mani - 0.6.5-1 - Update to 0.6.5 * Tue Dec 16 2014 Sandro Mani - 0.6.3-3.20141212svnr41 - Fix incorrect Requires * Fri Dec 12 2014 Sandro Mani - 0.6.3-2.20141212svnr41 - Update source file name to include svn revision - Fix license LGPLv2+ -> LGPLv2 - Added -Wl,--as-needed to fix unused-direct-shlib-dependency * Sun Aug 10 2014 Sandro Mani - 0.6.3-1 - Initial package