2013-03-06 20:47:33 +00:00
|
|
|
Summary: Library for performing syntax highlighting in Qt documents
|
|
|
|
Name: source-highlight-qt
|
|
|
|
Version: 0.2.3
|
2020-05-30 07:19:31 +00:00
|
|
|
Release: 29%{?dist}
|
2013-03-06 20:47:33 +00:00
|
|
|
License: GPLv3
|
|
|
|
URL: http://srchiliteqt.sourceforge.net/
|
|
|
|
Source0: http://downloads.sourceforge.net/project/srchiliteqt/source-highlight-qt/source-highlight-qt-%{version}.tar.gz
|
|
|
|
BuildRequires: boost-devel
|
|
|
|
BuildRequires: source-highlight-devel
|
|
|
|
BuildRequires: qt-devel
|
|
|
|
|
|
|
|
%description
|
|
|
|
Source-highlight-qt is a library for performing syntax highlighting in
|
|
|
|
Qt documents by relying on GNU Source-Highlight library.
|
|
|
|
|
|
|
|
Although the use of GNU Source-highlight library is pretty hidden by
|
|
|
|
this library, so the programmer must not need the details of GNU
|
|
|
|
Source-highlight library, yet, some general notions of GNU
|
|
|
|
Source-highlight might be useful.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Header files, libraries and development documentation for %{name}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2013-03-07 21:44:33 +00:00
|
|
|
Requires: source-highlight-devel
|
|
|
|
Requires: qt-devel
|
2013-06-26 18:51:46 +00:00
|
|
|
Requires: boost-devel
|
2013-03-06 20:47:33 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains the header files, static libraries and
|
|
|
|
development documentation for source-highlight-qt. If you like to
|
|
|
|
develop programs using source-highlight-qt, you will need to install
|
|
|
|
source-highlight-qt-devel.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --with-qt=%{_libdir}/qt4/bin
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
find %{buildroot} -name \*.a -delete
|
|
|
|
find %{buildroot} -name \*.la -delete
|
|
|
|
mv %{buildroot}/usr/share/doc/source-highlight-qt/examples __examples
|
|
|
|
mv %{buildroot}/usr/share/doc/source-highlight-qt/source-highlight-qt.html .
|
|
|
|
rm -rf %{buildroot}/usr/share/{doc,info}
|
|
|
|
|
|
|
|
%check
|
|
|
|
pushd lib/tests
|
|
|
|
make check
|
|
|
|
|
2019-01-22 17:41:02 +00:00
|
|
|
%ldconfig_scriptlets
|
2013-03-06 20:47:33 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%doc AUTHORS COPYING ChangeLog NEWS THANKS TODO.txt
|
|
|
|
%{_libdir}/libsource-highlight-qt4.so.3*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%doc __examples/* source-highlight-qt.html
|
|
|
|
%{_includedir}/srchiliteqt
|
|
|
|
%{_libdir}/libsource-highlight-qt4.so
|
|
|
|
%{_libdir}/pkgconfig/source-highlight-qt4.pc
|
|
|
|
|
|
|
|
%changelog
|
2020-05-30 07:19:31 +00:00
|
|
|
* Sat May 30 2020 Jonathan Wakely <jwakely@redhat.com> - 0.2.3-29
|
|
|
|
- Rebuilt for Boost 1.73
|
|
|
|
|
2020-01-30 23:55:53 +00:00
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-28
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-26 23:46:15 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-27
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-03 08:12:01 +00:00
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-26
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-30 04:54:22 +00:00
|
|
|
* Wed Jan 30 2019 Jonathan Wakely <jwakely@redhat.com> - 0.2.3-25
|
|
|
|
- Rebuilt for Boost 1.69
|
|
|
|
|
2018-07-14 06:27:05 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-24
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-09 17:14:52 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-23
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-03 08:41:04 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-22
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 18:58:21 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-21
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-21 07:39:13 +00:00
|
|
|
* Fri Jul 21 2017 Kalev Lember <klember@redhat.com> - 0.2.3-20
|
|
|
|
- Rebuilt for Boost 1.64
|
|
|
|
|
2017-02-11 13:44:07 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-19
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-28 07:56:38 +00:00
|
|
|
* Sat Jan 28 2017 Jonathan Wakely <jwakely@redhat.com> - 0.2.3-18
|
|
|
|
- Rebuilt for Boost 1.63
|
|
|
|
|
2016-02-05 00:20:23 +00:00
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-14 15:18:36 +00:00
|
|
|
* Thu Jan 14 2016 Jonathan Wakely <jwakely@redhat.com> - 0.2.3-16
|
|
|
|
- Rebuilt for Boost 1.60
|
|
|
|
|
2015-08-27 18:14:22 +00:00
|
|
|
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 0.2.3-15
|
|
|
|
- Rebuilt for Boost 1.59
|
|
|
|
|
2015-07-29 18:21:22 +00:00
|
|
|
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
|
|
|
|
|
2015-07-22 17:36:25 +00:00
|
|
|
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 0.2.3-13
|
|
|
|
- rebuild for Boost 1.58
|
|
|
|
|
2015-06-19 01:19:46 +00:00
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-02 22:16:57 +00:00
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.2.3-11
|
|
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
|
2015-01-28 02:27:18 +00:00
|
|
|
* Wed Jan 28 2015 Petr Machata <pmachata@redhat.com> - 0.2.3-10
|
|
|
|
- Rebuild for boost 1.57.0
|
|
|
|
|
2014-08-18 03:06:51 +00:00
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-08 06:47:47 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-23 10:12:54 +00:00
|
|
|
* Fri May 23 2014 David Tardon <dtardon@redhat.com> - 0.2.3-7
|
|
|
|
- rebuild for boost 1.55.0
|
|
|
|
|
2013-08-04 15:15:01 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-28 18:13:33 +00:00
|
|
|
* Sun Jul 28 2013 Petr Machata <pmachata@redhat.com> - 0.2.3-5
|
|
|
|
- Rebuild for boost 1.54.0
|
|
|
|
|
2013-06-26 18:51:46 +00:00
|
|
|
* Wed Jun 26 2013 Terje Rosten <terje.rosten@ntnu.no> - 0.2.3-4
|
|
|
|
- Add boost-devel as req
|
|
|
|
|
2013-03-07 21:44:33 +00:00
|
|
|
* Thu Mar 07 2013 Terje Rosten <terje.rosten@ntnu.no> - 0.2.3-3
|
|
|
|
- fix req in -devel subpackage
|
|
|
|
|
2013-03-06 20:47:33 +00:00
|
|
|
* Fri Mar 01 2013 Terje Rosten <terje.rosten@ntnu.no> - 0.2.3-2
|
|
|
|
- enable tests
|
|
|
|
- remove buildroot cleaning
|
|
|
|
|
|
|
|
* Mon Feb 25 2013 Terje Rosten <terje.rosten@ntnu.no> - 0.2.3-1
|
|
|
|
- initial package
|