weechat/weechat.spec

60 lines
1.7 KiB
Plaintext
Raw Normal View History

2003-09-27 06:01:11 -04:00
%define name weechat
2004-10-30 05:57:16 -04:00
%define version 0.0.8
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}
Source: http://weechat.flashtux.org/download/%{name}-%{version}.tar.gz
URL: http://weechat.flashtux.org
Group: Networking/IRC
BuildRoot: %{_tmppath}/%{name}-buildroot
2004-06-05 05:20:35 -04:00
Requires: perl
2003-09-27 06:01:11 -04: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
./configure --enable-perl
2003-09-27 06:01:11 -04:00
make DESTDIR="$RPM_BUILD_ROOT" LOCALRPM="local"
%install
make DESTDIR="$RPM_BUILD_ROOT" LOCALRPM="local" install
2003-11-03 17:03:47 -05:00
%find_lang %name
2003-09-27 06:01:11 -04:00
%clean
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)
2004-05-31 17:13:55 -04:00
%doc AUTHORS BUGS ChangeLog COPYING FAQ FAQ.fr INSTALL NEWS README TODO
2004-10-30 05:57:16 -04:00
/usr/local/man/man1/weechat-curses.1*
2003-11-03 17:03:47 -05:00
/usr/local/bin/weechat-curses
2003-09-27 06:01:11 -04:00
%changelog
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