weechat/weechat.spec

126 lines
4.4 KiB
Plaintext
Raw Normal View History

2010-01-03 13:31:55 -05:00
# Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org>
#
# 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
2007-07-02 08:25:13 -04:00
# the Free Software Foundation; either version 3 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
2007-07-02 08:25:13 -04:00
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# This RPM spec file is designed for SuSE
#
2003-09-27 06:01:11 -04:00
%define name weechat
2010-01-23 04:30:13 -05:00
%define version 0.3.1
2003-09-27 06:01:11 -04:00
%define release 1
Name: %{name}
Summary: portable, fast, light and extensible IRC client
Version: %{version}
Release: %{release}
2009-09-05 10:33:01 -04:00
Source: http://www.weechat.org/files/src/%{name}-%{version}.tar.gz
URL: http://www.weechat.org/
Group: Productivity/Networking/IRC
2005-11-11 08:00:56 -05:00
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
2006-01-14 07:09:38 -05:00
Requires: perl, python, ruby, gnutls, ncurses
2003-09-27 06:01:11 -04:00
License: GPL
2005-11-11 08:00:56 -05:00
Vendor: FlashCode <flashcode@flashtux.org>
Packager: [Odin] <odin@dtdm.org>
2003-09-27 06:01:11 -04:00
%description
WeeChat (Wee Enhanced Environment for Chat) is a portable, fast, light and
2010-01-23 04:30:13 -05:00
extensible chat client. Everything can be done with a keyboard.
2003-09-27 06:01:11 -04:00
It is customizable and extensible with scripts.
%prep
2006-01-14 07:09:38 -05:00
rm -rf $RPM_BUILD_ROOT
2003-09-27 06:01:11 -04:00
%setup
%build
2006-03-18 04:03:14 -05:00
./configure --prefix=/usr --mandir=/usr/share/man --with-debug=0
2005-11-11 06:23:04 -05:00
make
2003-09-27 06:01:11 -04:00
2005-07-30 04:28:43 -04:00
%install
2005-11-11 06:23:04 -05:00
%makeinstall
mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/
2006-08-19 07:58:58 -04:00
mv $RPM_BUILD_ROOT%{_libdir}/*.* $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/
2003-09-27 06:01:11 -04:00
2003-11-03 17:03:47 -05:00
%find_lang %name
2005-07-30 04:28:43 -04:00
%clean
2003-09-27 06:01:11 -04:00
rm -rf $RPM_BUILD_ROOT
2003-11-03 17:03:47 -05:00
%files -f %{name}.lang
2003-09-27 06:01:11 -04:00
%defattr(-,root,root,0755)
2009-09-06 05:46:49 -04:00
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README UPGRADE_0.3
2009-09-04 14:33:48 -04:00
%doc %{_docdir}/%{name}/*.html
%{_mandir}/man1/%{name}-curses.1*
%{_bindir}/%{name}-curses
%{_libdir}/%{name}/plugins/*
2009-09-04 14:33:48 -04:00
%{_libdir}/pkgconfig/weechat.pc
%{_includedir}/%{name}/weechat-plugin.h
2003-09-27 06:01:11 -04:00
2005-07-30 04:28:43 -04:00
%changelog
2010-01-23 04:30:13 -05:00
* Sat Jan 23 2010 FlashCode <flashcode@flashtux.org> 0.3.1-1
- Released version 0.3.1
2009-09-06 05:46:49 -04:00
* Sun Sep 06 2009 FlashCode <flashcode@flashtux.org> 0.3.0-1
- Released version 0.3.0
2007-09-06 04:24:31 -04:00
* Thu Sep 06 2007 FlashCode <flashcode@flashtux.org> 0.2.6-1
- Released version 0.2.6
2007-06-07 11:13:15 -04:00
* Thu Jun 07 2007 FlashCode <flashcode@flashtux.org> 0.2.5-1
- Released version 0.2.5
2007-03-29 13:48:47 -04:00
* Thu Mar 29 2007 FlashCode <flashcode@flashtux.org> 0.2.4-1
- Released version 0.2.4
2007-01-10 13:12:53 -05:00
* Wed Jan 10 2007 FlashCode <flashcode@flashtux.org> 0.2.3-1
- Released version 0.2.3
2007-01-05 18:46:35 -05:00
* Sat Jan 06 2007 FlashCode <flashcode@flashtux.org> 0.2.2-1
- Released version 0.2.2
2006-10-01 04:11:55 -04:00
* Sun Oct 01 2006 FlashCode <flashcode@flashtux.org> 0.2.1-1
- Released version 0.2.1
2006-08-19 07:58:58 -04:00
* Sat Aug 19 2006 FlashCode <flashcode@flashtux.org> 0.2.0-1
- Released version 0.2.0
2006-05-24 18:57:33 -04:00
* Thu May 25 2006 FlashCode <flashcode@flashtux.org> 0.1.9-1
- Released version 0.1.9
2006-03-18 04:03:14 -05:00
* Sat Mar 18 2006 FlashCode <flashcode@flashtux.org> 0.1.8-1
- Released version 0.1.8
2006-01-14 07:09:38 -05:00
* Sat Jan 14 2006 FlashCode <flashcode@flashtux.org> 0.1.7-1
- Released version 0.1.7
2005-11-11 06:23:04 -05:00
* Fri Nov 11 2005 FlashCode <flashcode@flashtux.org> 0.1.6-1
- Released version 0.1.6
2005-09-24 07:35:13 -04:00
* Sat Sep 24 2005 FlashCode <flashcode@flashtux.org> 0.1.5-1
- Released version 0.1.5
2005-07-30 04:28:43 -04:00
* Sat Jul 30 2005 FlashCode <flashcode@flashtux.org> 0.1.4-1
- Released version 0.1.4
2005-07-02 13:03:23 -04:00
* Sat Jul 02 2005 FlashCode <flashcode@flashtux.org> 0.1.3-1
- Released version 0.1.3
2005-05-21 03:04:11 -04:00
* Sat May 21 2005 FlashCode <flashcode@flashtux.org> 0.1.2-1
- Released version 0.1.2
2005-03-20 02:22:53 -05:00
* Sat Mar 20 2005 FlashCode <flashcode@flashtux.org> 0.1.1-1
- Released version 0.1.1
2005-02-12 07:59:32 -05:00
* Sat Feb 12 2005 FlashCode <flashcode@flashtux.org> 0.1.0-1
- Released version 0.1.0
2005-01-01 07:31:19 -05:00
* Sat Jan 01 2005 FlashCode <flashcode@flashtux.org> 0.0.9-1
- Released version 0.0.9
2004-10-30 05:57:16 -04:00
* Sat Oct 30 2004 FlashCode <flashcode@flashtux.org> 0.0.8-1
- Released version 0.0.8
2004-08-08 15:49:15 -04:00
* Sat Aug 08 2004 FlashCode <flashcode@flashtux.org> 0.0.7-1
- Released version 0.0.7
2004-06-05 05:20:35 -04:00
* Sat Jun 05 2004 FlashCode <flashcode@flashtux.org> 0.0.6-1
- Released version 0.0.6
2004-02-07 14:22:53 -05:00
* Thu Feb 02 2004 FlashCode <flashcode@flashtux.org> 0.0.5-1
- Released version 0.0.5
2004-01-01 06:10:22 -05:00
* Thu Jan 01 2004 FlashCode <flashcode@flashtux.org> 0.0.4-1
- Released version 0.0.4
2003-11-03 17:03:47 -05:00
* Mon Nov 03 2003 FlashCode <flashcode@flashtux.org> 0.0.3-1
- Released version 0.0.3
2003-10-05 05:06:39 -04: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 06:01:11 -04:00
- Released version 0.0.1