File: gitso_rpm.spec

package info (click to toggle)
gitso 0.6.2%2Bsvn158%2Bdfsg-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 1,820 kB
  • sloc: python: 806; sh: 279; makefile: 15
file content (64 lines) | stat: -rw-r--r-- 1,398 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64

%define _topdir      		%(echo $HOME)/rpm
%define _tmppath        %{_topdir}/tmp
%define _prefix         /usr/share
%define _defaultdocdir  %{_prefix}/doc
%define _mandir         %{_prefix}/man
%define buildroot				%{_tmppath}/gitso-root


Name:				gitso
Summary:		Gitso - Is to Support Others
Version:		0.6
Release:		1
License:		GPL 3
Group:			Internet 
Source:			http://gitso.googlecode.com/files/gitso_0.6_src.tar.bz2
URL:				http://code.google.com/p/gitso/

Requires:		python, x11vnc, tightvnc, wxGTK, python-wxGTK
Buildroot:	%{_tmppath}/gitso-root
Packager:  	Aaron Gerber



%description
Gitso is a frontend to reverse VNC connections. It is meant to be a 
simple two-step process that connects one person to another's screen.

%prep
%setup

%build

%install
./arch/linux/build_rpm.sh %(echo $HOME)

%clean

%files
/usr/bin/gitso

%{_prefix}/applications/gitso.desktop

%{_prefix}/doc/gitso/COPYING
%{_prefix}/doc/gitso/README
%{_prefix}/doc/gitso/changelog.gz

%{_prefix}/gitso/Gitso.py
%{_prefix}/gitso/ConnectionWindow.py
%{_prefix}/gitso/AboutWindow.py
%{_prefix}/gitso/GitsoThread.py
%{_prefix}/gitso/Processes.py
%{_prefix}/gitso/ArgsParser.py
%{_prefix}/gitso/__init__.py
%{_prefix}/gitso/hosts.txt
%{_prefix}/gitso/NATPMP.py
%{_prefix}/gitso/icon.ico
%{_prefix}/gitso/icon.png

%{_mandir}/man1/gitso.1.gz

%changelog 
* Sun Oct 26 2008 Aaron Gerber <gerberad@gmail.com>
- Created RPM