]> git.pld-linux.org Git - packages/BitchX.git/commitdiff
- removed /etc/ircII.servers,
authorkloczek <kloczek@pld-linux.org>
Fri, 4 Dec 1998 03:49:37 +0000 (03:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added wmconfig file,
- fixed: removed %attr(644, root, root) from /usr/lib/BitchX.
By Arkadiusz Miśkiewicz <misiek@misiek.eu.org>:
- wserv is now as wserv-bx (modifiet to avoid conflicts with others
  irc clients),
- irclib is now ${prefix}/lib/BitchX
- added /usr/lib/BitchX with subdirectories,
- added Group(pl),
- added configuration /etc/irc/ircII.servers,
- added help (from EPIC3 but should be from EPIC4!),
- now BitchX uses /usr/lib/BitchX/BitchX.help instead ~/.BitchX/BitchX.help,
- added pl translation.

Changed files:
    BitchX.spec -> 1.1

BitchX.spec [new file with mode: 0644]

diff --git a/BitchX.spec b/BitchX.spec
new file mode 100644 (file)
index 0000000..12813d5
--- /dev/null
@@ -0,0 +1,100 @@
+Summary:     Improved color IRC client with built-in scripts
+Summary(pl): Ulepszony, kolorowy klient IRC z wbudowanymi skryptami
+Name:        BitchX
+Version:     75p1
+Release:     2
+Copyright:   GPL
+Group:       Applications/Communications
+Group(pl):   Aplikacje/Komunikacja
+Source:      ftp://ftp.bitchx.com/pub/BitchX/source/ircii-pana-%{version}.tar.gz
+Source2:     ftp://ftp.acronet.net/pub/ircii/epic3.004-help.tar.gz
+Source3:     BitchX.wmconfig
+Patch:       BitchX.patch
+BuildRoot:   /tmp/%{name}-%{version}-root
+%description 
+BitchX is a popular ANSI color ircII client by panasync. It
+incorporates various features that would normally require a
+script. It's interface is more colorful and cleaner than ircII.
+
+%description -l pl 
+BitchX jest popularnym klientem ircII. Jego interfejs jest bardziej 
+kolorowy i przej¿ysty ni¿ interfejs standardowego kilienta ircII.
+
+%prep
+%setup -q -n %{name} -b 2
+%patch  -p1
+%patch1 -p1
+
+%build
+CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr
+make all
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/usr/{bin,lib/BitchX/{script,translation,help}} \
+       $RPM_BUILD_ROOT/etc/{X11/wmconfig,irc}
+
+install $RPM_SOURCE_DIR/ircII.servers $RPM_BUILD_ROOT/etc/irc
+install -s source/BitchX $RPM_BUILD_ROOT/usr/bin
+install -s source/wserv $RPM_BUILD_ROOT/usr/bin/wserv-bx
+install -s source/scr-bx $RPM_BUILD_ROOT/usr/bin
+install install-bitchx $RPM_BUILD_ROOT/usr/bin
+install BitchX.help $RPM_BUILD_ROOT/usr/lib/BitchX
+cp -r help $RPM_BUILD_ROOT/usr/lib/BitchX
+
+install %{SOURCE3} $RPM_BUILD_ROOT/etc/X11/wmconfig/BitchX
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644, root, root, 755) 
+%doc Changes  doc/* BitchX.quit BitchX.reasons
+%config(noreplace) %verify(not md5 size mtime) /etc/irc/*
+/etc/X11/wmconfig/Bitch
+%attr(755, root, root) /usr/bin/*
+%attr(644, root, root) /usr/lib/BitchX
+
+%changelog
+* Thu Oct 13 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [75-2]
+- removed /etc/ircII.servers,
+- added wmconfig file,
+- fixed: removed %attr(644, root, root) from /usr/lib/BitchX.
+
+* Thu Oct 01 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
+- wserv is now as wserv-bx (modifiet to avoid conflicts with others
+  irc clients),
+- irclib is now ${prefix}/lib/BitchX
+- added /usr/lib/BitchX with subdirectories,
+- added Group(pl),
+- added configuration /etc/irc/ircII.servers,
+- added help (from EPIC3 but should be from EPIC4!),
+- now BitchX uses /usr/lib/BitchX/BitchX.help instead ~/.BitchX/BitchX.help.
+
+* Thu Aug 13 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
+- added pl translation.
+
+* Thu Jul 02 1998 Rod Cordova <rcordova@ethernet.org>
+- Applied the dcc.c fix to the source code
+
+* Wed Jul 01 1998 Rod Cordova <rcordova@ethernet.org>
+- Upgraded to version 75
+- incorporated the tcl-1.5-linux.o object into the binary for tcl support
+
+* Thu Apr 02 1998 Rod Cordova <rcordova@ethernet.org>
+- fixed the post install since it was not echo'ing properly after install
+- applied the fixpack74p4.tgz to the source code
+- incorporated the tcl.o object into the binary for tcl support
+- stripped the BitchX binary and the wserv binary to reduce the size of
+  the package
+
+* Sat Mar 28 1998 Rod Cordova <rcordova@ethernet.org>
+- upgraded to version 74p4
+
+* Fri Feb 27 1998 Andrzej K. Brandt <andy@monk.cs.net.pl>
+- upgraded to patchlevel 2
+
+* Sun Feb 15 1998 Andrzej K. Brandt <andy@monk.cs.net.pl>
+- backported from an SRPM made for RH 5.0 distribution (glibc)
This page took 0.074321 seconds and 4 git commands to generate.