2006-01-04 08:56:00 +00:00
|
|
|
# Copyright (c) 2003-2006 FlashCode <flashcode@flashtux.org>
|
2005-11-13 00:31:02 +00:00
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program; if not, write to the Free Software
|
2006-01-04 08:56:00 +00:00
|
|
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
2005-11-13 00:31:02 +00:00
|
|
|
#
|
|
|
|
# This RPM spec file is designed for SuSE
|
|
|
|
#
|
|
|
|
|
2003-09-27 10:01:11 +00:00
|
|
|
%define name weechat
|
2005-11-11 11:23:04 +00:00
|
|
|
%define version 0.1.6
|
2003-09-27 10:01:11 +00:00
|
|
|
%define release 1
|
|
|
|
|
|
|
|
Name: %{name}
|
|
|
|
Summary: portable, fast, light and extensible IRC client
|
|
|
|
Version: %{version}
|
|
|
|
Release: %{release}
|
|
|
|
Source: http://weechat.flashtux.org/download/%{name}-%{version}.tar.gz
|
|
|
|
URL: http://weechat.flashtux.org
|
2005-11-13 00:31:02 +00:00
|
|
|
Group: Productivity/Networking/IRC
|
2005-11-11 13:00:56 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
2005-11-13 00:31:02 +00:00
|
|
|
Requires: perl, python, gnutls, ncurses
|
2003-09-27 10:01:11 +00:00
|
|
|
License: GPL
|
2005-11-11 13:00:56 +00:00
|
|
|
Vendor: FlashCode <flashcode@flashtux.org>
|
2005-11-13 00:31:02 +00:00
|
|
|
Packager: [Odin] <odin@dtdm.org>
|
2003-09-27 10:01:11 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
WeeChat (Wee Enhanced Environment for Chat) is a portable, fast, light and
|
|
|
|
extensible IRC client. Everything can be done with a keyboard.
|
|
|
|
It is customizable and extensible with scripts.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%setup
|
|
|
|
|
|
|
|
%build
|
2005-12-10 11:18:29 +00:00
|
|
|
./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-perl --enable-python --with-debug=0
|
2005-11-11 11:23:04 +00:00
|
|
|
make
|
2003-09-27 10:01:11 +00:00
|
|
|
|
2005-07-30 08:28:43 +00:00
|
|
|
%install
|
2005-11-11 11:23:04 +00:00
|
|
|
%makeinstall
|
2005-11-13 00:31:02 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/
|
2003-09-27 10:01:11 +00:00
|
|
|
|
2003-11-03 22:03:47 +00:00
|
|
|
%find_lang %name
|
|
|
|
|
2005-07-30 08:28:43 +00:00
|
|
|
%clean
|
2003-09-27 10:01:11 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2003-11-03 22:03:47 +00:00
|
|
|
%files -f %{name}.lang
|
2003-09-27 10:01:11 +00:00
|
|
|
%defattr(-,root,root,0755)
|
2004-05-31 21:13:55 +00:00
|
|
|
%doc AUTHORS BUGS ChangeLog COPYING FAQ FAQ.fr INSTALL NEWS README TODO
|
2005-11-13 00:31:02 +00:00
|
|
|
%{_mandir}/man1/%{name}-curses.1*
|
|
|
|
%{_bindir}/%{name}-curses
|
|
|
|
%{_libdir}/%{name}/plugins/*
|
|
|
|
%{_infodir}/%{name}_doc_en.info*
|
|
|
|
%{_infodir}/%{name}_doc_es.info*
|
|
|
|
%{_infodir}/%{name}_doc_fr.info*
|
|
|
|
%{_infodir}/%{name}_doc_pt.info*
|
2003-09-27 10:01:11 +00:00
|
|
|
|
2005-07-30 08:28:43 +00:00
|
|
|
%changelog
|
2005-11-11 11:23:04 +00:00
|
|
|
* Fri Nov 11 2005 FlashCode <flashcode@flashtux.org> 0.1.6-1
|
|
|
|
- Released version 0.1.6
|
2005-09-24 11:35:13 +00:00
|
|
|
* Sat Sep 24 2005 FlashCode <flashcode@flashtux.org> 0.1.5-1
|
|
|
|
- Released version 0.1.5
|
2005-07-30 08:28:43 +00:00
|
|
|
* Sat Jul 30 2005 FlashCode <flashcode@flashtux.org> 0.1.4-1
|
|
|
|
- Released version 0.1.4
|
2005-07-02 17:03:23 +00:00
|
|
|
* Sat Jul 02 2005 FlashCode <flashcode@flashtux.org> 0.1.3-1
|
|
|
|
- Released version 0.1.3
|
2005-05-21 07:04:11 +00:00
|
|
|
* Sat May 21 2005 FlashCode <flashcode@flashtux.org> 0.1.2-1
|
|
|
|
- Released version 0.1.2
|
2005-03-20 07:22:53 +00:00
|
|
|
* Sat Mar 20 2005 FlashCode <flashcode@flashtux.org> 0.1.1-1
|
|
|
|
- Released version 0.1.1
|
2005-02-12 12:59:32 +00:00
|
|
|
* Sat Feb 12 2005 FlashCode <flashcode@flashtux.org> 0.1.0-1
|
|
|
|
- Released version 0.1.0
|
2005-01-01 12:31:19 +00:00
|
|
|
* Sat Jan 01 2005 FlashCode <flashcode@flashtux.org> 0.0.9-1
|
|
|
|
- Released version 0.0.9
|
2004-10-30 09:57:16 +00:00
|
|
|
* Sat Oct 30 2004 FlashCode <flashcode@flashtux.org> 0.0.8-1
|
|
|
|
- Released version 0.0.8
|
2004-08-08 19:49:15 +00:00
|
|
|
* Sat Aug 08 2004 FlashCode <flashcode@flashtux.org> 0.0.7-1
|
|
|
|
- Released version 0.0.7
|
2004-06-05 09:20:35 +00:00
|
|
|
* Sat Jun 05 2004 FlashCode <flashcode@flashtux.org> 0.0.6-1
|
|
|
|
- Released version 0.0.6
|
2004-02-07 19:22:53 +00:00
|
|
|
* Thu Feb 02 2004 FlashCode <flashcode@flashtux.org> 0.0.5-1
|
|
|
|
- Released version 0.0.5
|
2004-01-01 11:10:22 +00:00
|
|
|
* Thu Jan 01 2004 FlashCode <flashcode@flashtux.org> 0.0.4-1
|
|
|
|
- Released version 0.0.4
|
2003-11-03 22:03:47 +00:00
|
|
|
* Mon Nov 03 2003 FlashCode <flashcode@flashtux.org> 0.0.3-1
|
|
|
|
- Released version 0.0.3
|
2003-10-05 09:06:39 +00:00
|
|
|
* Sun Oct 05 2003 FlashCode <flashcode@flashtux.org> 0.0.2-1
|
|
|
|
- Released version 0.0.2
|
|
|
|
* Sat Sep 27 2003 FlashCode <flashcode@flashtux.org> 0.0.1-1
|
2003-09-27 10:01:11 +00:00
|
|
|
- Released version 0.0.1
|