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