11Name: domterm
2- Version: 0.71
2+ Version: 0.72
33Release: 1%{?dist }
44Summary: A terminal emulator based on web technologies
55
@@ -10,7 +10,6 @@ Source0: https://github.com/PerBothner/DomTerm/archive/%{version}/DomTerm
1010#Source0: https://github.com/PerBothner/DomTerm/archive/%{commit0}.tar.gz
1111
1212BuildRequires: autoconf automake pkgconfig(libwebsockets) pkgconfig(json-c) pkgconfig(openssl) java-devel
13- BuildRequires: qt5-qtbase-devel qt5-qtwebchannel-devel qt5-qtwebengine-devel
1413Requires: json-c
1514Requires(preun): %{_sbindir }/alternatives
1615Requires(posttrans): %{_sbindir }/alternatives
@@ -25,7 +24,6 @@ A terminal emulator based on web technologies
2524%package -n qtdomterm
2625Summary: A terminal emulator using Qt and web technologies
2726License: BSD
28- Requires: qt5-qtbase qt5-qtwebchannel qt5-qtwebengine
2927Requires(preun): %{_sbindir }/alternatives
3028Requires(posttrans): %{_sbindir }/alternatives
3129%description -n qtdomterm
@@ -42,8 +40,7 @@ autoreconf
4240
4341%install
4442make DESTDIR=$RPM_BUILD_ROOT install
45- # Let alternatives manage the symlink
46- echo after install link %{buildroot }%{_bindir }/domterm
43+ # Let alternatives manage the symlink to %{_bindir}/domterm
4744rm %{buildroot }%{_bindir }/domterm
4845
4946%preun
@@ -67,14 +64,16 @@ rm %{buildroot}%{_bindir}/domterm
6764%{_datadir }/domterm/domterm.jar
6865%{_mandir }/man1/domterm.1*
6966%{_mandir }/man1/ldomterm.1*
67+ %license COPYING
7068
7169%files -n qtdomterm
7270%{_bindir }/qtdomterm
7371%{_mandir }/man1/qtdomterm.1*
72+ %license COPYING
7473
7574%changelog
76- * Wed Mar 1 2017 Per Bothner <per@bothner.com> 0.72-1
75+ * Wed Mar 1 2017 Per Bothner <per@bothner.com> - 0.72-1
7776- Various tweaks based on feedback.
7877
79- * Sun Feb 19 2017 Per Bothner <per@bothner.com> 0.71-1
78+ * Sun Feb 19 2017 Per Bothner <per@bothner.com> - 0.71-1
8079- Initial version.
0 commit comments