weechat/weechat.spec

125 lines
4.4 KiB
RPMSpec
Raw Normal View History

2009-01-03 10:06:53 +01:00
# Copyright (c) 2003-2009 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 12:25:13 +00: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 12:25:13 +00:00
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# This RPM spec file is designed for SuSE
#
2003-09-27 10:01:11 +00:00
%define name weechat
%define version 0.3.0
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
Group: Productivity/Networking/IRC
2005-11-11 13:00:56 +00:00
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
2006-01-14 12:09:38 +00:00
Requires: perl, python, ruby, 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>
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
2006-01-14 12:09:38 +00:00
rm -rf $RPM_BUILD_ROOT
2003-09-27 10:01:11 +00:00
%setup
%build
2006-03-18 09:03:14 +00:00
./configure --prefix=/usr --mandir=/usr/share/man --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
mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/
2006-08-19 11:58:58 +00:00
mv $RPM_BUILD_ROOT%{_libdir}/*.* $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/
2007-01-05 23:46:35 +00:00
rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/*.pdf
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)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
%doc doc/en/weechat_faq.en.txt doc/fr/weechat_faq.fr.txt
%doc doc/en/weechat_quickstart.en.txt doc/fr/weechat_quickstart.fr.txt
%doc doc/en/weechat_tester.en.txt doc/fr/weechat_tester.fr.txt
%{_mandir}/man1/%{name}-curses.1*
%{_bindir}/%{name}-curses
%{_libdir}/%{name}/plugins/*
2006-01-14 12:09:38 +00:00
%{_docdir}/%{name}/html/*
%{_docdir}/%{name}/weechat_quickstart*
2003-09-27 10:01:11 +00:00
2005-07-30 08:28:43 +00:00
%changelog
2007-09-06 08:24:31 +00:00
* Thu Sep 06 2007 FlashCode <flashcode@flashtux.org> 0.2.6-1
- Released version 0.2.6
2007-06-07 15:13:15 +00:00
* Thu Jun 07 2007 FlashCode <flashcode@flashtux.org> 0.2.5-1
- Released version 0.2.5
2007-03-29 17:48:47 +00:00
* Thu Mar 29 2007 FlashCode <flashcode@flashtux.org> 0.2.4-1
- Released version 0.2.4
2007-01-10 18:12:53 +00:00
* Wed Jan 10 2007 FlashCode <flashcode@flashtux.org> 0.2.3-1
- Released version 0.2.3
2007-01-05 23:46:35 +00:00
* Sat Jan 06 2007 FlashCode <flashcode@flashtux.org> 0.2.2-1
- Released version 0.2.2
2006-10-01 08:11:55 +00:00
* Sun Oct 01 2006 FlashCode <flashcode@flashtux.org> 0.2.1-1
- Released version 0.2.1
2006-08-19 11:58:58 +00:00
* Sat Aug 19 2006 FlashCode <flashcode@flashtux.org> 0.2.0-1
- Released version 0.2.0
2006-05-24 22:57:33 +00:00
* Thu May 25 2006 FlashCode <flashcode@flashtux.org> 0.1.9-1
- Released version 0.1.9
2006-03-18 09:03:14 +00:00
* Sat Mar 18 2006 FlashCode <flashcode@flashtux.org> 0.1.8-1
- Released version 0.1.8
2006-01-14 12:09:38 +00:00
* Sat Jan 14 2006 FlashCode <flashcode@flashtux.org> 0.1.7-1
- Released version 0.1.7
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