This commit is contained in:
committed by
Git OBS Bridge
parent
34c9633251
commit
b727ac12f8
36
irssi.spec
36
irssi.spec
@@ -11,19 +11,23 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: irssi
|
||||
BuildRequires: glib2-devel ncurses-devel openssl-devel
|
||||
Version: 0.8.11
|
||||
Release: 11
|
||||
#
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Networking/IRC
|
||||
Requires: perl = %perl_version
|
||||
Autoreqprov: on
|
||||
Version: 0.8.11
|
||||
Release: 1
|
||||
Summary: A Modular, Secure, and Well Designed IRC Client
|
||||
URL: http://www.irssi.org
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch: %{name}-0.8.10rc5-install_vendor.diff
|
||||
Patch1: irssi-0.8.11-avoid_version.patch
|
||||
#
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: glib2-devel ncurses-devel openssl-devel
|
||||
Requires: perl = %perl_version
|
||||
#
|
||||
URL: http://www.irssi.org
|
||||
Source: http://www.irssi.org/files/irssi-%{version}.tar.bz2
|
||||
Patch: irssi-0.8.10rc5-install_vendor.diff
|
||||
Patch1: irssi-0.8.11-avoid_version.patch
|
||||
Patch2: irssi-support-meta-cursor-xterm.patch
|
||||
#
|
||||
Summary: A Modular, Secure, and Well Designed IRC Client
|
||||
|
||||
%description
|
||||
Irssi is a modular IRC client for UNIX that currently only has a text
|
||||
@@ -43,9 +47,10 @@ Authors:
|
||||
Timo Sirainen <cras@irssi.org>
|
||||
|
||||
%package devel
|
||||
Summary: Development package for irssi
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: %{name}
|
||||
#
|
||||
Summary: Development package for irssi
|
||||
|
||||
%description devel
|
||||
This package contains the development files for irssi. It allows to
|
||||
@@ -61,6 +66,7 @@ Authors:
|
||||
%setup
|
||||
%patch
|
||||
%patch1
|
||||
%patch2
|
||||
|
||||
%build
|
||||
# cp curses.m4 acinclude.m4
|
||||
@@ -83,6 +89,7 @@ Authors:
|
||||
%install
|
||||
%makeinstall docdir=%{_docdir}/%{name}
|
||||
%perl_process_packlist
|
||||
%{__rm} %{buildroot}%{_libdir}/irssi/modules/libirc_proxy.{a,la}
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
@@ -114,9 +121,14 @@ rm -rf %{buildroot}
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/irssi/
|
||||
%{_libdir}/irssi/modules/*.*a
|
||||
|
||||
%changelog
|
||||
* Thu Aug 23 2007 - mrueckert@suse.de
|
||||
- added irssi-support-meta-cursor-xterm.patch: (#294166)
|
||||
fix meta-key in newer xterms. patch from upstream bug
|
||||
http://bugs.irssi.org/?do=details&task_id=496#comment737
|
||||
- delete unneeded static lib and la file for libirc_proxy
|
||||
- a little spec file cleanup
|
||||
* Wed Aug 01 2007 - mrueckert@suse.de
|
||||
- added irssi-0.8.11-avoid_version.patch:
|
||||
plugins dont need to be versioned
|
||||
|
Reference in New Issue
Block a user