]> git.pld-linux.org Git - packages/BitchX.git/blob - BitchX.spec
- removed /etc/ircII.servers,
[packages/BitchX.git] / BitchX.spec
1 Summary:     Improved color IRC client with built-in scripts
2 Summary(pl): Ulepszony, kolorowy klient IRC z wbudowanymi skryptami
3 Name:        BitchX
4 Version:     75p1
5 Release:     2
6 Copyright:   GPL
7 Group:       Applications/Communications
8 Group(pl):   Aplikacje/Komunikacja
9 Source:      ftp://ftp.bitchx.com/pub/BitchX/source/ircii-pana-%{version}.tar.gz
10 Source2:     ftp://ftp.acronet.net/pub/ircii/epic3.004-help.tar.gz
11 Source3:     BitchX.wmconfig
12 Patch:       BitchX.patch
13 BuildRoot:   /tmp/%{name}-%{version}-root
14  
15 %description 
16 BitchX is a popular ANSI color ircII client by panasync. It
17 incorporates various features that would normally require a
18 script. It's interface is more colorful and cleaner than ircII.
19
20 %description -l pl 
21 BitchX jest popularnym klientem ircII. Jego interfejs jest bardziej 
22 kolorowy i przej¿ysty ni¿ interfejs standardowego kilienta ircII.
23
24 %prep
25 %setup -q -n %{name} -b 2
26 %patch  -p1
27 %patch1 -p1
28
29 %build
30 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr
31 make all
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT/usr/{bin,lib/BitchX/{script,translation,help}} \
36         $RPM_BUILD_ROOT/etc/{X11/wmconfig,irc}
37
38 install $RPM_SOURCE_DIR/ircII.servers $RPM_BUILD_ROOT/etc/irc
39 install -s source/BitchX $RPM_BUILD_ROOT/usr/bin
40 install -s source/wserv $RPM_BUILD_ROOT/usr/bin/wserv-bx
41 install -s source/scr-bx $RPM_BUILD_ROOT/usr/bin
42 install install-bitchx $RPM_BUILD_ROOT/usr/bin
43 install BitchX.help $RPM_BUILD_ROOT/usr/lib/BitchX
44 cp -r help $RPM_BUILD_ROOT/usr/lib/BitchX
45
46 install %{SOURCE3} $RPM_BUILD_ROOT/etc/X11/wmconfig/BitchX
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644, root, root, 755) 
53 %doc Changes  doc/* BitchX.quit BitchX.reasons
54 %config(noreplace) %verify(not md5 size mtime) /etc/irc/*
55 /etc/X11/wmconfig/Bitch
56 %attr(755, root, root) /usr/bin/*
57 %attr(644, root, root) /usr/lib/BitchX
58
59 %changelog
60 * Thu Oct 13 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
61   [75-2]
62 - removed /etc/ircII.servers,
63 - added wmconfig file,
64 - fixed: removed %attr(644, root, root) from /usr/lib/BitchX.
65
66 * Thu Oct 01 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
67 - wserv is now as wserv-bx (modifiet to avoid conflicts with others
68   irc clients),
69 - irclib is now ${prefix}/lib/BitchX
70 - added /usr/lib/BitchX with subdirectories,
71 - added Group(pl),
72 - added configuration /etc/irc/ircII.servers,
73 - added help (from EPIC3 but should be from EPIC4!),
74 - now BitchX uses /usr/lib/BitchX/BitchX.help instead ~/.BitchX/BitchX.help.
75
76 * Thu Aug 13 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
77 - added pl translation.
78
79 * Thu Jul 02 1998 Rod Cordova <rcordova@ethernet.org>
80 - Applied the dcc.c fix to the source code
81
82 * Wed Jul 01 1998 Rod Cordova <rcordova@ethernet.org>
83 - Upgraded to version 75
84 - incorporated the tcl-1.5-linux.o object into the binary for tcl support
85
86 * Thu Apr 02 1998 Rod Cordova <rcordova@ethernet.org>
87 - fixed the post install since it was not echo'ing properly after install
88 - applied the fixpack74p4.tgz to the source code
89 - incorporated the tcl.o object into the binary for tcl support
90 - stripped the BitchX binary and the wserv binary to reduce the size of
91   the package
92
93 * Sat Mar 28 1998 Rod Cordova <rcordova@ethernet.org>
94 - upgraded to version 74p4
95
96 * Fri Feb 27 1998 Andrzej K. Brandt <andy@monk.cs.net.pl>
97 - upgraded to patchlevel 2
98
99 * Sun Feb 15 1998 Andrzej K. Brandt <andy@monk.cs.net.pl>
100 - backported from an SRPM made for RH 5.0 distribution (glibc)
This page took 0.028809 seconds and 3 git commands to generate.