]> git.pld-linux.org Git - SPECS.git/blob - vqcc-gtk.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / vqcc-gtk.spec
1 Summary:        Chat application for GTK+ based on quickChat/Vypress Chat
2 Summary(pl.UTF-8):      Program do pogawędek internetowych dla GTK+ oparty na quickChat/Vypress Chat
3 Name:           vqcc-gtk
4 Version:        0.5
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://dl.sourceforge.net/vqcc-gtk/%{name}-%{version}.tar.gz
9 # Source0-md5:  88c2beaa96b58b380147a1d24c90349d
10 Patch0:         %{name}-desktop.patch
11 URL:            http://vqcc-gtk.sourceforge.net/
12 BuildRequires:  autoconf >= 2.50
13 BuildRequires:  automake
14 BuildRequires:  gtk+2-devel >= 2.0.0
15 BuildRequires:  pkgconfig
16 BuildRequires:  startup-notification-devel >= 0.5
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Vqcc-gtk is a chat application written in C for the GTK+ toolkit,
21 primarily used in small LANs. Based on quickChat/Vypress Chat (TM) for
22 Windows (from Vypress Research) and is licensed under the GPL.
23
24 The application supports both quickChat and Vypress Chat(TM) protocols
25 and hopefully is compatible enough to substitute those applications
26 when using Linux, FreeBSD or any other *NIX desktop. You need no
27 server to run, however it is not possible to communicate outside your
28 LAN (or subnet).
29
30 %description -l pl.UTF-8
31 Vqcc-gtk jest programem do pogawędek internetowych dla GTK+,
32 pierwotnie używany w małych sieciach LAN. Oparto go na
33 quickChat/Vypress Chat dla Windowsa. Jest licencjonowany na GNU GPL.
34
35 Aplikacja wspiera zarówno protokół quickChat jak i Vypress Chat.
36 Możliwe, że zastąpi w niedalekiej przyszłości te aplikacje podczas
37 używania systemów uniksowych. Do jego uruchomienia nie jest potrzebny
38 serwer, jakkolwiek nie jest możliwe komunikowanie się poza siecią LAN.
39
40 %prep
41 %setup -q
42 %patch0 -p1
43
44 %build
45 %{__aclocal}
46 %{__autoconf}
47 %{__automake}
48 %configure
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc AUTHORS ChangeLog README TODO
63 %attr(755,root,root) %{_bindir}/*
64 %{_pixmapsdir}/*
65 %{_desktopdir}/*.desktop
This page took 0.033442 seconds and 3 git commands to generate.