]> git.pld-linux.org Git - packages/BitchX.git/blob - BitchX.spec
[75-3]
[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:     3
6 Copyright:   GPL
7 Group:       Applications/Communications
8 Group(pl):   Aplikacje/Komunikacja
9 Source0:     ftp://ftp.bitchx.com/pub/BitchX/source/ircii-pana-%{version}.tar.gz
10 Source1:     ftp://ftp.acronet.net/pub/ircii/epic3.004-help.tar.gz
11 Source2:     %{name}.wmconfig
12 Patch:       %{name}.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 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 %config(missingok) /etc/X11/wmconfig/BitchX
57
58 %attr(755, root, root) /usr/bin/*
59 %attr(644, root, root) /usr/lib/BitchX
60
61 %changelog
62 * Tue Feb  9 1999 Micha³ Kuratczyk <kurkens@polbox.com>
63   [75-3]
64 - sloted BuildRoot into PLD standard
65 - added %config(missingok) for wmconfig file
66 - cosmetic changes
67
68 * Thu Oct 13 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
69   [75-2]
70 - removed /etc/ircII.servers,
71 - added wmconfig file,
72 - added second %setup for unpacking second Source,
73 - fixed: removed %attr(644, root, root) from /usr/lib/BitchX.
74
75 * Thu Oct 01 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
76 - wserv is now as wserv-bx (modifiet to avoid conflicts with others
77   irc clients),
78 - irclib is now ${prefix}/lib/BitchX
79 - added /usr/lib/BitchX with subdirectories,
80 - added Group(pl),
81 - added configuration /etc/irc/ircII.servers,
82 - added help (from EPIC3 but should be from EPIC4!),
83 - now BitchX uses /usr/lib/BitchX/BitchX.help instead ~/.BitchX/BitchX.help.
84
85 * Thu Aug 13 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
86 - added pl translation.
87
88 * Thu Jul 02 1998 Rod Cordova <rcordova@ethernet.org>
89 - Applied the dcc.c fix to the source code
90
91 * Wed Jul 01 1998 Rod Cordova <rcordova@ethernet.org>
92 - Upgraded to version 75
93 - incorporated the tcl-1.5-linux.o object into the binary for tcl support
94
95 * Thu Apr 02 1998 Rod Cordova <rcordova@ethernet.org>
96 - fixed the post install since it was not echo'ing properly after install
97 - applied the fixpack74p4.tgz to the source code
98 - incorporated the tcl.o object into the binary for tcl support
99 - stripped the BitchX binary and the wserv binary to reduce the size of
100   the package
101
102 * Sat Mar 28 1998 Rod Cordova <rcordova@ethernet.org>
103 - upgraded to version 74p4
104
105 * Fri Feb 27 1998 Andrzej K. Brandt <andy@monk.cs.net.pl>
106 - upgraded to patchlevel 2
107
108 * Sun Feb 15 1998 Andrzej K. Brandt <andy@monk.cs.net.pl>
109 - backported from an SRPM made for RH 5.0 distribution (glibc)
This page took 0.040398 seconds and 4 git commands to generate.