weechat/weechat.spec

49 lines
1.2 KiB
Plaintext
Raw Normal View History

2003-09-27 06:01:11 -04:00
%define name weechat
2003-11-03 17:03:47 -05:00
%define version 0.0.3
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
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
2003-11-03 17:03:47 -05:00
./configure
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)
%doc AUTHORS BUGS ChangeLog COPYING FAQ INSTALL NEWS README TODO
2003-11-03 17:03:47 -05:00
/usr/local/man/man1/weechat.1*
/usr/local/bin/weechat-curses
2003-09-27 06:01:11 -04:00
%changelog
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