Skip to content

Commit b53ffa6

Browse files
committed
More spec file tweaks.
1 parent c4dec83 commit b53ffa6

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

domterm.spec

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: domterm
2-
Version: 0.71
2+
Version: 0.72
33
Release: 1%{?dist}
44
Summary: 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

1212
BuildRequires: autoconf automake pkgconfig(libwebsockets) pkgconfig(json-c) pkgconfig(openssl) java-devel
13-
BuildRequires: qt5-qtbase-devel qt5-qtwebchannel-devel qt5-qtwebengine-devel
1413
Requires: json-c
1514
Requires(preun): %{_sbindir}/alternatives
1615
Requires(posttrans): %{_sbindir}/alternatives
@@ -25,7 +24,6 @@ A terminal emulator based on web technologies
2524
%package -n qtdomterm
2625
Summary: A terminal emulator using Qt and web technologies
2726
License: BSD
28-
Requires: qt5-qtbase qt5-qtwebchannel qt5-qtwebengine
2927
Requires(preun): %{_sbindir}/alternatives
3028
Requires(posttrans): %{_sbindir}/alternatives
3129
%description -n qtdomterm
@@ -42,8 +40,7 @@ autoreconf
4240

4341
%install
4442
make 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
4744
rm %{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

Comments
 (0)