weechat/weechat.spec

70 lines
2.1 KiB
RPMSpec
Raw Normal View History

2003-09-27 10:01:11 +00:00
%define name weechat
2005-07-02 17:03:23 +00:00
%define version 0.1.3
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: Networking/IRC
BuildRoot: %{_tmppath}/%{name}-buildroot
2005-07-02 17:03:23 +00:00
Requires: perl, python, libgnutls
2003-09-27 10:01:11 +00:00
License: GPL
%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-05-21 07:04:11 +00:00
./configure --enable-perl --enable-python
2003-09-27 10:01:11 +00:00
make DESTDIR="$RPM_BUILD_ROOT" LOCALRPM="local"
%install
make DESTDIR="$RPM_BUILD_ROOT" LOCALRPM="local" install
2003-11-03 22:03:47 +00:00
%find_lang %name
2003-09-27 10:01:11 +00:00
%clean
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
2004-10-30 09:57:16 +00:00
/usr/local/man/man1/weechat-curses.1*
2003-11-03 22:03:47 +00:00
/usr/local/bin/weechat-curses
2003-09-27 10:01:11 +00:00
%changelog
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