]> git.pld-linux.org Git - packages/BitchX.git/blob - BitchX.spec
- added URL,
[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:        75
5 Release:        5d
6 Source0:        ircii-pana-%{version}.tar.gz
7 Source1:        ircII.servers
8 Source2:        ftp://ftp.acronet.net/pub/ircii/epic3.004-help.tar.gz
9 Source3:        bitchx.1
10 Copyright:      GPL
11 Group:          Applications/Communications
12 Group(pl):      Aplikacje/Komunikacja
13 Patch0:         %{name}-%{version}.patch
14 Patch1:         %{name}.pld.diff
15 Patch2:         %{name}-%{version}.iso2.patch
16 URL:            ftp://ftp.bitchx.com/pub/BitchX/source/
17 BuildRoot:      /tmp/%{name}-%{version}-root
18  
19 %description 
20 BitchX is a popular ANSI color ircII client by panasync. It
21 incorporates various features that would normally require a
22 script. It's interface is more colorful and cleaner than ircII.
23
24 %description -l pl 
25 BitchX jest popularnym klientem ircII. Jego interfejs jest bardziej 
26 kolorowy i przej¿ysty ni¿ interfejs standardowego kilienta ircII.
27
28 %prep
29 %setup -q -n %{name}
30 %patch0 -p1
31 %patch1 -p1
32 %patch2 -p1
33
34 %build
35 gzip -dc %{SOURCE2} | tar -xf -
36
37 CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -w" LDFLAGS="-s" \
38 ./configure \
39         --prefix=/usr
40 make all 
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 install -d $RPM_BUILD_ROOT/usr/{bin,lib/BitchX/{script,translation,help}}
46 install -d $RPM_BUILD_ROOT/{usr/man/man1,etc/irc}
47
48 strip source/BitchX
49 strip source/wserv
50 strip source/scr-bx
51
52 install %{SOURCE1} $RPM_BUILD_ROOT/etc/irc
53 install %{SOURCE3} $RPM_BUILD_ROOT/usr/man/man1
54 echo .so bitchx.1 > $RPM_BUILD_ROOT/usr/man/man1/BitchX.1
55
56 install source/BitchX $RPM_BUILD_ROOT/usr/bin
57 install source/wserv $RPM_BUILD_ROOT/usr/bin/wserv-bx
58 install source/scr-bx $RPM_BUILD_ROOT/usr/bin
59 install install-bitchx $RPM_BUILD_ROOT/usr/bin
60
61 install BitchX.help $RPM_BUILD_ROOT/usr/lib/BitchX
62 cp -r help $RPM_BUILD_ROOT/usr/lib/BitchX
63
64 gzip -9nf Changes doc/* BitchX.quit BitchX.reasons \
65         $RPM_BUILD_ROOT/usr/man/man1/*
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %files
71 %defattr(644,root,root,755) 
72 %doc Changes.gz doc/* BitchX* 
73
74 %attr(755,root,root) /usr/bin/*
75
76 /usr/lib/BitchX
77
78 %config(noreplace) %verify(not md5 size mtime) /etc/irc/*
79 /usr/man/man1/*
80
81 %changelog
82 * Thu Oct 01 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
83 - wserv is now as wserv-bx (modifiet to avoid conflicts with others
84   irc clients)
85 - irclib is now ${prefix}/lib/BitchX
86 - added /usr/lib/BitchX with subdirectories
87 - modified pl translations
88 - added configuration /etc/irc/ircII.servers
89 - added help (from EPIC3 but should be from EPIC4!)
90 - added pl message in %post
91 - now BitchX uses /usr/lib/BitchX/BitchX.help instead ~/.BitchX/BitchX.help
92 - added Polish IRCNet servers to DEFAULT
93
94 * Thu Aug 13 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
95 - build against glibc-2.1,
96 - translation modified for pl,
97 - changed build root to /tmp/bitchx (oj Andrzej, Andrzej... fonetyka ;)
98 - changed permissions of ELF binaries to 711.
99
100 * Thu Jul 02 1998 Rod Cordova <rcordova@ethernet.org>
101 - Applied the dcc.c fix to the source code
102
103 * Wed Jul 01 1998 Rod Cordova <rcordova@ethernet.org>
104 - Upgraded to version 75
105 - incorporated the tcl-1.5-linux.o object into the binary for tcl support
106
107 * Thu Apr 02 1998 Rod Cordova <rcordova@ethernet.org>
108 - fixed the post install since it was not echo'ing properly after install
109 - applied the fixpack74p4.tgz to the source code
110 - incorporated the tcl.o object into the binary for tcl support
111 - stripped the BitchX binary and the wserv binary to reduce the size of
112   the package
113
114 * Sat Mar 28 1998 Rod Cordova <rcordova@ethernet.org>
115 - upgraded to version 74p4
116
117 * Fri Feb 27 1998 Andrzej K. Brandt <andy@monk.cs.net.pl>
118 - upgraded to patchlevel 2
119
120 * Sun Feb 15 1998 Andrzej K. Brandt <andy@monk.cs.net.pl>
121 - backported from an SRPM made for RH 5.0 distribution (glibc)
This page took 0.321206 seconds and 4 git commands to generate.