Name: qt-assistant-adp Version: 4.6.3 Release: 7%{?_dist_release} Summary: Compatibility version of Qt Assistant Summary(ja): Qt Assistant の互換性を維持するためのライブラリ Group: System Environment/Libraries # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions URL: http://qt.nokia.com/doc/4.6/qassistantclient.html Vendor: Project Vine Distribution: Vine Linux Source: ftp://ftp.qt.nokia.com/qt/source/qt-assistant-qassistantclient-library-compat-src-%{version}.tar.gz # missing header files from Debian (Fathi Boudra) Source1: QAssistantClient Source2: QtAssistant # build fixes from Debian (Fathi Boudra) Patch1: 01_build_system.diff BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: qt4-devel >= 4.7.2-2%{?_dist_release} %description The old version of Qt Assistant, based on Assistant Document Profile (.adp) files, and the associated QtAssistantClient library, for compatibility with applications providing help in that format. New applications should use the new version of Qt Assistant introduced in Qt 4.4, based on the Qt Help Framework also introduced in Qt 4.4, instead. %package devel Summary: Development files for the compatibility QAssistantClient Summary(ja): QAssistantClient 互換の開発用ファイル Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: qt4-devel %description devel This package contains the files necessary to build applications using the deprecated QAssistantClient class (in the deprecated QtAssistantClient library), which is used together with the legacy Assistant Document Profile (.adp) version of Qt Assistant. This class is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code. New code should use the Qt Help Framework introduced in Qt 4.4 and/or the version of Qt Assistant based on it (also introduced in Qt 4.4) instead. %prep %setup -q -n qt-assistant-qassistantclient-library-compat-version-%{version} %patch1 -p1 -b .build_system mkdir include cp -p %{SOURCE1} %{SOURCE2} include/ %build # build assistant_adp qmake QT_PRODUCT=OpenSource make %{?_smp_mflags} # build libQtAssistantClient cd lib qmake CONFIG=create_prl make %{?_smp_mflags} # build assistant_adp translations cd ../translations lrelease assistant_adp_*.ts cd .. %install rm -rf $RPM_BUILD_ROOT # install assistant_adp make install INSTALL_ROOT=$RPM_BUILD_ROOT # install libQtAssistantClient make install INSTALL_ROOT=$RPM_BUILD_ROOT -C lib # install assistant_adp translations mkdir -p $RPM_BUILD_ROOT%{_qt4_translationdir} install -p -m644 translations/assistant_adp_*.qm \ $RPM_BUILD_ROOT%{_qt4_translationdir}/ # install assistant.prf mkspec install -D -p -m644 features/assistant.prf \ $RPM_BUILD_ROOT%{_qt4_datadir}/mkspecs/features/assistant.prf # install missing headers (thanks to Fathi Boudra from Debian) install -p -m644 include/Q* $RPM_BUILD_ROOT%{_qt4_headerdir}/QtAssistant/ # nuke dangling reference(s) to the buildroot sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" $RPM_BUILD_ROOT%{_qt4_libdir}/*.prl # let rpm handle binaries conflicts mkdir $RPM_BUILD_ROOT%{_bindir} pushd $RPM_BUILD_ROOT%{_qt4_bindir} mv assistant_adp ../../../bin/ ln -s ../../../bin/assistant_adp . popd # _debug target (see bug #196513) pushd $RPM_BUILD_ROOT%{_qt4_libdir} echo "INPUT(-lQtAssistantClient)" >libQtAssistantClient_debug.so popd # Note that we intentionally DO NOT install a .desktop file for assistant_adp # because it makes no sense to invoke it without a specific .adp file to open. # By default, it views the Qt documentation, for which we already have a menu # entry using the current version of the Qt Assistant, and there is no UI for # viewing anything different. The .adp file needs to be passed on the command # line, which is usually done by the application. %find_lang assistant_adp --with-qt --without-mo %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -f assistant_adp.lang %defattr(-,root,root,-) %doc LGPL_EXCEPTION.txt LICENSE.LGPL LICENSE.GPL3 %{_bindir}/assistant_adp %{_qt4_bindir}/assistant_adp %{_qt4_libdir}/libQtAssistantClient.so.4* %files devel %defattr(-,root,root,-) %{_qt4_headerdir}/QtAssistant/ %{_qt4_libdir}/libQtAssistantClient.so %{_qt4_libdir}/libQtAssistantClient_debug.so %{_qt4_libdir}/libQtAssistantClient.prl %{_libdir}/pkgconfig/QtAssistantClient.pc %{_qt4_datadir}/mkspecs/features/assistant.prf %changelog * Mon Jul 4 2016 Tomohiro "Tomo-p" KATO - 4.6.3-7 - rebuilt with new toolchain. * Mon Feb 9 2015 Ryoichi INAGAKI - 4.6.3-6 - rebuilt on current VineSeed - added Japanese summary * Sat Jan 07 2012 Ryoichi INAGAKI - 4.6.3-5 - rebuilt with qt-4.8.0 * Sat Apr 09 2011 Ryoichi INAGAKI - 4.6.3-4 - fixed BR * Sat Apr 09 2011 Ryoichi INAGAKI - 4.6.3-3 - Initial build for Vine Linux * Tue Feb 08 2011 Fedora Release Engineering - 4.6.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Mon Jul 05 2010 Kevin Kofler - 4.6.3-1 - new upstream tarball with only the compat assistant_adp and QAssistantClient - build fixes from Debian (Fathi Boudra) - use find_lang to package the qm files (#609749) * Tue Mar 16 2010 Rex Dieter - 4.6.2-2 - use versioned BR/Requires to avoid Conflicts * Sat Mar 13 2010 Kevin Kofler - 4.6.2-1 - first Fedora package