]> git.pld-linux.org Git - packages/vncterm.git/blob - vncterm.spec
- updated to 0.9.10 release
[packages/vncterm.git] / vncterm.spec
1 Summary:        LinuxVNC - VNC terminal using LibVNCServer library
2 Summary(pl.UTF-8):      LinuxVNC - terminal VNC wykorzystujący bibliotekę LibVNCServer
3 Name:           vncterm
4 Version:        0.9.10
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Graphics
8 #Source0Download: https://github.com/LibVNC/vncterm/releases
9 Source0:        https://github.com/LibVNC/vncterm/archive/%{version}/%{name}-%{version}.tar.gz
10 # Source0-md5:  9aec637912e56f8fc03b61bb6398e9a1
11 URL:            https://github.com/LibVNC/vncterm/
12 BuildRequires:  autoconf >= 2.50
13 BuildRequires:  automake
14 BuildRequires:  libvncserver-devel >= 0.9.8
15 BuildRequires:  pkgconfig
16 Requires:       libvncserver >= 0.9.8
17 Obsoletes:      libvncserver-progs < 0.9.10
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 LinuxVNC - VNC terminal using LibVNCServer library.
22
23 %description -l pl.UTF-8
24 LinuxVNC - terminal VNC wykorzystujący bibliotekę LibVNCServer.
25
26 %prep
27 %setup -q
28
29 %build
30 %{__aclocal}
31 %{__autoconf}
32 %{__automake}
33 %configure \
34         --disable-silent-rules
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc ChangeLog README TODO
49 %attr(755,root,root) %{_bindir}/linuxvnc
This page took 0.070386 seconds and 3 git commands to generate.