~ctrlproxy/ctrlproxy/trunk

« back to all changes in this revision

Viewing changes to ctrlproxy.spec.in

  • Committer: jelmer
  • Date: 2003-10-18 22:02:02 UTC
  • Revision ID: jelmer@samba.org-20031018220202-6801a76318fb4d13
Update

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Summary: A flexible and modular IRC proxy
 
2
Name: ctrlproxy
 
3
Version: @PACKAGE_VERSION@
 
4
Release: 0
 
5
License: GPL
 
6
Group: Applications/Internet
 
7
Source: http://nl.linux.org/~jelmer/ctrlproxy/ctrlproxy-%{version}.tar.gz
 
8
Url: http://nl.linux.org/~jelmer/ctrlproxy
 
9
Packager: Jelmer Vernooij <jelmer@nl.linux.org>
 
10
Requires: lsb
 
11
BuildRoot: /var/tmp/%{name}-buildroot
 
12
 
 
13
%description
 
14
ctrlproxy is an IRC server with multiserver support. It runs as a daemon
 
15
and connects to a number of IRC servers, then allows you to connect from
 
16
a workstation and work as the user that is logged in to the IRC server.
 
17
After you disconnect, it maintains the connection to the server. It acts
 
18
like any normal IRC server, so you can use any IRC client to connect to
 
19
it. It supports multiple client connections to one IRC server (under the
 
20
same nick), allowing you to connect to IRC using your IRC nick, even
 
21
while you have an IRC session open somewhere else. It supports logging
 
22
(in the same format as the irssi IRC client), password authentication,
 
23
and ctcp (in case no clients are connected).
 
24
 
 
25
%prep
 
26
%setup -q
 
27
 
 
28
%build
 
29
PREFIX=/usr make
 
30
 
 
31
%install
 
32
rm -rf $RPM_BUILD_ROOT
 
33
mkdir $RPM_BUILD_ROOT
 
34
DESTDIR=$RPM_BUILD_ROOT PREFIX=/usr make install
 
35
 
 
36
%clean
 
37
rm -rf $RPM_BUILD_ROOT
 
38
 
 
39
%files
 
40
%defattr(-,root,root)
 
41
%doc AUTHORS ChangeLog COPYING TODO PLAN-2 PLAN-4 README
 
42
%dir /usr/bin
 
43
/usr/bin/*
 
44
%dir /usr/share/man
 
45
/usr/share/man/*
 
46
%dir /usr/lib/ctrlproxy
 
47
/usr/lib/ctrlproxy/*
 
48
%dir /usr/include
 
49
/usr/include/*