]> git.pld-linux.org Git - packages/BitchX.git/blobdiff - BitchX.spec
- adapterized (sorted %verify flags)
[packages/BitchX.git] / BitchX.spec
index 556ce026c8729b671ed92c05cfb67e7d357a021a..3fef4a0a97c599dae5ebb9d98ca05ed85c838885 100644 (file)
@@ -4,33 +4,29 @@ Summary(pl):  Ulepszony, kolorowy klient IRC z wbudowanymi skryptami
 Summary(pt_BR):        Cliente IRC para o console do Linux
 Name:          BitchX
 Version:       1.1
-Release:       1
+Release:       6
 %define        pre     -final
 License:       GPL
 Group:         Applications/Networking
-Source0:       ftp://ftp.bitchx.org/pub/BitchX/source/ircii-pana-%{version}%{pre}.tar.gz
+Source0:       http://www.bitchx.org/files/source/ircii-pana-%{version}%{pre}.tar.gz
 # Source0-md5: 611d2dda222f00c10140236f4c331572
 Source1:       ircII.servers
 Source2:       %{name}.desktop
 Source3:       %{name}-bxglobal.script
 Source4:       %{name}.1.pl
 Patch0:                %{name}-config.h.patch
-Patch1:                %{name}-numver.patch
-Patch2:                %{name}-doc.patch
-Patch3:                %{name}-emacs.patch
-Patch4:                %{name}-versioned-tcl.patch
-Patch5:                %{name}-353fix.patch
-Patch6:                %{name}-security.patch
+Patch1:                %{name}-doc.patch
+Patch2:                %{name}-emacs.patch
+Patch3:                %{name}-versioned-tcl.patch
+Patch4:                %{name}-353fix.patch
+Patch5:                %{name}-security.patch
+Patch6:                %{name}-types.patch
+Patch7:                %{name}-pic.patch
 Icon:          BitchX.xpm
 URL:           http://www.bitchx.org/
 BuildRequires: mysql-devel
 BuildRequires: ncurses-devel >= 5.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-ExcludeArch:   alpha sparc64 ia64 ppc64 amd64
-
-%ifarch sparc ppc
-%define                no_install_post_strip 1
-%endif
 
 %define                _datadir        %{_libdir}
 
@@ -39,9 +35,6 @@ 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 es
-Cliente IRC para la consola Linux.
-
 %description -l pl
 BitchX jest popularnym klientem ircII. Jego interfejs jest bardziej
 kolorowy i przejrzysty ni¿ interfejs standardowego klienta ircII.
@@ -56,7 +49,7 @@ trabalhar que a do ircII :)
 Summary:       Europa Plugin
 Summary(pl):   Wtyczka Europa
 Group:         Applications/Networking
-Requires:      BitchX = %{version}
+Requires:      BitchX = %{version}-%{release}
 
 %description europa
 Europa is a BitchX plugin to provide easy access to an SQL
@@ -77,10 +70,16 @@ powtarzaj
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
+
+# kill any precompiled x86 binaries
+rm -f dll/europa/corba/ai-client dll/europa/cse476/p1 \
+       dll/nap/dragonap/napi/main dll/nap/test \
+       bitchx-docs/findcomm
 
 %build
 CFLAGS="%{rpmcflags} -I%{_includedir}/ncurses -fno-strict-aliasing"
-%configure2_13 \
+%configure \
        --enable-ipv6 \
        --with-plugins=all
 
@@ -120,7 +119,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc Changelog doc/BitchX{.doc,.faq} doc/tcl/BitchX.tcl IPv6-support dll/europa/{README,knowledgebase.sql}
 %attr(755,root,root) %{_bindir}/*
-%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/irc/*
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/irc/*
 %dir %{_datadir}/BitchX
 %dir %{_datadir}/BitchX/plugins
 %attr(755,root,root) %{_datadir}/BitchX/plugins/acro.so
This page took 0.037199 seconds and 4 git commands to generate.