42 lines
1.0 KiB
RPMSpec
42 lines
1.0 KiB
RPMSpec
|
%define name weechat
|
||
|
%define version 0.0.1
|
||
|
%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
|
||
|
make DESTDIR="$RPM_BUILD_ROOT" LOCALRPM="local"
|
||
|
|
||
|
%install
|
||
|
make DESTDIR="$RPM_BUILD_ROOT" LOCALRPM="local" install
|
||
|
|
||
|
%clean
|
||
|
rm -rf $RPM_BUILD_ROOT
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root,0755)
|
||
|
%doc AUTHORS BUGS ChangeLog COPYING FAQ INSTALL NEWS README TODO
|
||
|
/usr/share/man/man1/weechat.1*
|
||
|
/usr/local/bin/weechat
|
||
|
|
||
|
%changelog
|
||
|
* Thu Sep 27 2003 FlashCode <flashcode@flashtux.org> 0.0.1-1
|
||
|
- Released version 0.0.1
|