|
|
|
@ -1,15 +1,17 @@
|
|
|
|
|
Name: highlight
|
|
|
|
|
Summary: Universal source code to formatted text converter
|
|
|
|
|
Version: 3.60
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Version: 3.42
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Group: Development/Tools
|
|
|
|
|
License: GPLv3
|
|
|
|
|
|
|
|
|
|
URL: http://www.andre-simon.de/
|
|
|
|
|
Source0: http://www.andre-simon.de/zip/%{name}-%{version}.tar.bz2
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
Patch01: highlight-3.42-list-available-langs.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
|
BuildRequires: lua-devel, boost-devel
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
%{?filter_setup:
|
|
|
|
|
%filter_from_provides /^perl(/d;
|
|
|
|
@ -34,30 +36,29 @@ Requires: %{name} = %{version}-%{release}
|
|
|
|
|
A Qt-based GUI for the highlight source code formatter source.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
CFLAGS="$CFLAGS -fPIC %{optflags}"; export CFLAGS
|
|
|
|
|
CXXFLAGS="$CXXFLAGS -fPIC %{optflags}"; export CXXFLAGS
|
|
|
|
|
LDFLAGS="$LDFLAGS %{?__global_ldflags}"; export LDFLAGS
|
|
|
|
|
|
|
|
|
|
# disabled paralell builds to fix FTBFS on rawhide & highlight 3.52+
|
|
|
|
|
#make_build all gui CFLAGS="${CFLAGS}" \
|
|
|
|
|
%{__make} all gui CFLAGS="${CFLAGS}" \
|
|
|
|
|
# Disable paralell builds, atempt to fixes FTBFS
|
|
|
|
|
#%make_build all gui %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" \
|
|
|
|
|
%make_build all gui CFLAGS="${CFLAGS}" \
|
|
|
|
|
CXXFLAGS="${CXXFLAGS}" \
|
|
|
|
|
LDFLAGS="${LDFLAGS}" \
|
|
|
|
|
LFLAGS="-Wl,-O1 ${LDFLAGS}" \
|
|
|
|
|
PREFIX="%{_prefix}" \
|
|
|
|
|
conf_dir="%{_sysconfdir}/highlight/" \
|
|
|
|
|
QMAKE="%{_qt5_qmake}" \
|
|
|
|
|
QMAKE_STRIP=
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install PREFIX="%{_prefix}" conf_dir="%{_sysconfdir}/highlight/"
|
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
|
|
|
|
|
make install-gui DESTDIR=$RPM_BUILD_ROOT PREFIX="%{_prefix}" conf_dir="%{_sysconfdir}/highlight/"
|
|
|
|
|
|
|
|
|
|
make install-gui DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}/
|
|
|
|
|
|
|
|
|
@ -69,92 +70,23 @@ desktop-file-install \
|
|
|
|
|
%{_bindir}/highlight
|
|
|
|
|
%{_datadir}/highlight/
|
|
|
|
|
%{_mandir}/man1/highlight.1*
|
|
|
|
|
%{_mandir}/man5/filetypes.conf.5*
|
|
|
|
|
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/highlight/
|
|
|
|
|
|
|
|
|
|
%doc ChangeLog* AUTHORS README* extras/
|
|
|
|
|
%doc ChangeLog AUTHORS README* TODO extras/
|
|
|
|
|
%license COPYING
|
|
|
|
|
|
|
|
|
|
%files gui
|
|
|
|
|
%{_bindir}/highlight-gui
|
|
|
|
|
%{_datadir}/applications/highlight.desktop
|
|
|
|
|
%{_datadir}/icons/hicolor/256x256/apps/highlight.png
|
|
|
|
|
|
|
|
|
|
%{_datadir}/pixmaps/highlight.xpm
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.60-5
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.60-4
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.60-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 7 2021 Filipe Rosset <rosset.filipe@gmail.com> - 3.60-2
|
|
|
|
|
- Rebuilt for make macro change
|
|
|
|
|
|
|
|
|
|
* Wed Dec 30 2020 Filipe Rosset <rosset.filipe@gmail.com> - 3.60-1
|
|
|
|
|
- Update to 3.60
|
|
|
|
|
|
|
|
|
|
* Sat Aug 22 2020 Filipe Rosset <rosset.filipe@gmail.com> - 3.57-1
|
|
|
|
|
- Update to 3.57
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.56-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Apr 27 2020 Filipe Rosset <rosset.filipe@gmail.com> - 3.56-1
|
|
|
|
|
- Update to 3.56
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.54-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 20 2020 Filipe Rosset <rosset.filipe@gmail.com> - 3.54-1
|
|
|
|
|
- Update to 3.54
|
|
|
|
|
|
|
|
|
|
* Mon Aug 05 2019 Filipe Rosset <rosset.filipe@gmail.com> - 3.53-1
|
|
|
|
|
- Update to 3.53
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.52-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jul 13 2019 Filipe Rosset <rosset.filipe@gmail.com> - 3.52-2
|
|
|
|
|
- Disable paralell builds to fix build failures
|
|
|
|
|
- Make it possible to build with different prefix (rpm2flatpak) thanks to Milan Crha
|
|
|
|
|
- Fixed rhbz#1728753 and rhbz#1729455
|
|
|
|
|
|
|
|
|
|
* Sat Jun 15 2019 Filipe Rosset <rosset.filipe@gmail.com> - 3.52-1
|
|
|
|
|
- Updated to new 3.52 upstream version
|
|
|
|
|
|
|
|
|
|
* Sun Mar 31 2019 Filipe Rosset <rosset.filipe@gmail.com> - 3.50-1
|
|
|
|
|
- Updated to new 3.50 upstream version
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.48-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Dec 18 2018 Filipe Rosset <rosset.filipe@gmail.com> - 3.48-1
|
|
|
|
|
- Updated to new 3.48 upstream version, remove upstreamed patch
|
|
|
|
|
|
|
|
|
|
* Tue Dec 11 2018 Filipe Rosset <rosset.filipe@gmail.com> - 3.47-2
|
|
|
|
|
- rebuilt to fix --list-scripts=langs crash fixes rhbz #1656332
|
|
|
|
|
|
|
|
|
|
* Fri Oct 26 2018 Filipe Rosset <rosset.filipe@gmail.com> - 3.47-1
|
|
|
|
|
- Updated to new 3.47 upstream version
|
|
|
|
|
- spec cleanup (remove old unused comments)
|
|
|
|
|
- Fixes rhbz #1611359 and #1630845 thanks to Milan Crha for all bug reports
|
|
|
|
|
|
|
|
|
|
* Thu Sep 20 2018 Filipe Rosset <rosset.filipe@gmail.com> - 3.44-2
|
|
|
|
|
- attempt to fix and respect build flags rhbz #1563149
|
|
|
|
|
|
|
|
|
|
* Sat Sep 15 2018 Filipe Rosset <rosset.filipe@gmail.com> - 3.44-1
|
|
|
|
|
- Updated to new 3.44 upstream version
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.42-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
* Fri Jan 11 2019 Milan Crha <mcrha@redhat.com> - 3.42-3
|
|
|
|
|
- Add patch for RH bug #1662420 (Crash when listing available languages)
|
|
|
|
|
|
|
|
|
|
* Mon Apr 09 2018 Filipe Rosset <rosset.filipe@gmail.com> - 3.42-2
|
|
|
|
|
- added gcc-c++ as BR
|
|
|
|
|
* Wed Sep 19 2018 Milan Crha <mcrha@redhat.com> - 3.42-2
|
|
|
|
|
- Change how compiler/linker flags are passed to internal qmake invocation
|
|
|
|
|
|
|
|
|
|
* Thu Mar 29 2018 Filipe Rosset <rosset.filipe@gmail.com> - 3.42-1
|
|
|
|
|
- Updated to new 3.42 upstream version
|
|
|
|
|