]> git.pld-linux.org Git - packages/VNCXWrapper.git/blame - VNCXWrapper.spec
- tabs in preamble
[packages/VNCXWrapper.git] / VNCXWrapper.spec
CommitLineData
131c84ae 1
2# Please, do not remove this spec nor sources from CVS.
3# This would be only one place where it's stored
4# - see README file for details.
5
c55d12b0 6Summary: VNCXWrapper - a simple wrapper for vncviewer
0802eaaf 7Summary(pl.UTF-8): VNCXWrapper - prosty interfejs do vncviewera
131c84ae 8Name: VNCXWrapper
9Version: 0.1
10Release: 1
11License: GPL
12Group: X11/Applications/Networking
13Source0: %{name}-%{version}.tgz
f3eab27c 14# Source0-md5: 1d732e29379909360a571c743c4470b4
c55d12b0 15#URL: http://www.pld.org.pl/
131c84ae 16BuildRequires: kylix3_open
17Requires: vnc
18Requires: kylix3_open-libs
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
131c84ae 21
22%description
c55d12b0
JB
23VNCXWrapper is a simple wrapper for vncviewer. At now VNCXWrapper
24has almost full support for vncviewer. It can manage all your VNC
25sessions saving all session settings.
26
bc512ead 27%description -l pl.UTF-8
c55d12b0 28VNCXWrapper to prosty interfejs do vncviewera. Aktualnie ma prawie
bc512ead 29pełną obsługę vncviewera. Może obsłużyć wszystkie sesje VNC zapisując
c55d12b0 30ich wszystkie ustawienia.
131c84ae 31
32%prep
33%setup -q
34
35%build
36cd src
37BCB="/usr/share/kylix3_open/"
38export BCB
39$BCB/bin/bpr2mak \
67858710 40 -t$BCB/bin/default.gmk \
41 -oMakefile \
42 %{name}.bpr
d12dbcac 43
131c84ae 44%{__make}
45cd ..
46
47%install
48rm -rf $RPM_BUILD_ROOT
c55d12b0 49install -d $RPM_BUILD_ROOT{%{_bindir},%{_applnkdir}/Network}
131c84ae 50
c55d12b0
JB
51install src/%{name} $RPM_BUILD_ROOT%{_bindir}
52install *.desktop $RPM_BUILD_ROOT%{_applnkdir}/Network
131c84ae 53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
59%doc README
60%attr(755,root,root) %{_bindir}/*
61%{_applnkdir}/Network/*.desktop
This page took 0.066507 seconds and 4 git commands to generate.