- Updated to new 3.42 upstream version
This commit is contained in:
parent
42fe9d2421
commit
3e42af53f9
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@ highlight-3.1-beta2.tar.bz2
|
||||
/highlight-3.33.tar.bz2
|
||||
/highlight-3.36.tar.bz2
|
||||
/highlight-3.39.tar.bz2
|
||||
/highlight-3.42.tar.bz2
|
||||
|
@ -1,9 +1,7 @@
|
||||
Name: highlight
|
||||
|
||||
Summary: Universal source code to formatted text converter
|
||||
|
||||
Version: 3.39
|
||||
Release: 4%{?dist}
|
||||
Version: 3.42
|
||||
Release: 1%{?dist}
|
||||
Group: Development/Tools
|
||||
License: GPLv3
|
||||
|
||||
@ -37,7 +35,7 @@ Requires: %{name} = %{version}-%{release}
|
||||
A Qt-based GUI for the highlight source code formatter source.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}"; export CFLAGS
|
||||
@ -55,7 +53,7 @@ LDFLAGS="%{?__global_ldflags}"; export LDFLAGS
|
||||
QMAKE_STRIP=
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%make_install
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
|
||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
|
||||
@ -75,7 +73,8 @@ desktop-file-install \
|
||||
|
||||
%config(noreplace) %{_sysconfdir}/highlight/
|
||||
|
||||
%doc ChangeLog AUTHORS README* COPYING TODO examples/
|
||||
%doc ChangeLog AUTHORS README* TODO extras/
|
||||
%license COPYING
|
||||
|
||||
%files gui
|
||||
%{_bindir}/highlight-gui
|
||||
@ -83,6 +82,9 @@ desktop-file-install \
|
||||
%{_datadir}/pixmaps/highlight.xpm
|
||||
|
||||
%changelog
|
||||
* Thu Mar 29 2018 Filipe Rosset <rosset.filipe@gmail.com> - 3.42-1
|
||||
- Updated to new 3.42 upstream version
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.39-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (highlight-3.39.tar.bz2) = 17db7dad5beb57a7aed8995190c4c4781d3db23f32936f7603a7fd551a30226777e3ece18b9c1dc6f0ed9a34572975cf856dc71e257b23dffaa13ed87192b1a9
|
||||
SHA512 (highlight-3.42.tar.bz2) = 362150ee396d2b203f11ecc3d011e23b6f8c7d93ff9f8cb0e9e980be6da21e7b3b1ea1e347e3f09129ab0fb1a0aab19ff19f021e643b93a163a99d3882f9bf80
|
||||
|
Loading…
Reference in New Issue
Block a user