2004-11-08 04:36:20 +00:00
|
|
|
%define perl_vendorarch %(eval "`perl -V:installvendorarch`"; echo $installvendorarch)
|
|
|
|
|
2005-03-03 21:46:22 +00:00
|
|
|
Summary: Modular text mode IRC client with Perl scripting
|
|
|
|
Name: irssi
|
2007-10-08 20:58:12 +00:00
|
|
|
Version: 0.8.12
|
2008-03-07 14:58:15 +00:00
|
|
|
Release: 10%{?dist}
|
2005-04-06 22:12:02 +00:00
|
|
|
|
2007-08-16 16:31:51 +00:00
|
|
|
License: GPLv2+
|
2005-03-03 21:46:22 +00:00
|
|
|
Group: Applications/Communications
|
|
|
|
URL: http://irssi.org/
|
2007-05-03 08:00:55 +00:00
|
|
|
Source0: http://irssi.org/files/irssi-%{version}.tar.bz2
|
2008-03-01 18:19:11 +00:00
|
|
|
Source1: config.h
|
|
|
|
|
2005-03-03 21:46:22 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
2005-11-15 18:48:47 +00:00
|
|
|
BuildRequires: ncurses-devel openssl-devel zlib-devel
|
2008-03-07 14:58:15 +00:00
|
|
|
BuildRequires: pkgconfig glib2-devel perl-devel perl(ExtUtils::Embed)
|
2007-08-16 16:31:51 +00:00
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
2005-01-29 16:42:13 +00:00
|
|
|
|
2005-11-15 18:48:47 +00:00
|
|
|
%package devel
|
|
|
|
Summary: Development package for irssi
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2004-11-08 04:36:20 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Irssi is a modular IRC client with Perl scripting. Only text-mode
|
|
|
|
frontend is currently supported. The GTK/GNOME frontend is no longer
|
|
|
|
being maintained.
|
|
|
|
|
2005-11-15 18:48:47 +00:00
|
|
|
%description devel
|
|
|
|
This package contains headers needed to develop irssi plugins.
|
|
|
|
|
|
|
|
Irssi is a modular IRC client with Perl scripting. Only text-mode
|
|
|
|
frontend is currently supported. The GTK/GNOME frontend is no longer
|
|
|
|
being maintained.
|
|
|
|
|
2004-11-08 04:36:20 +00:00
|
|
|
|
|
|
|
%prep
|
2005-12-21 08:09:33 +00:00
|
|
|
%setup -q -n %{name}-%{version}
|
2004-11-08 04:36:20 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --enable-ipv6 --with-textui \
|
2005-03-03 21:46:22 +00:00
|
|
|
--with-proxy \
|
|
|
|
--with-bot \
|
2007-11-13 07:16:53 +00:00
|
|
|
--with-perl=yes \
|
2006-01-28 07:46:46 +00:00
|
|
|
--with-perl-lib=vendor
|
2007-08-16 17:07:00 +00:00
|
|
|
|
2008-03-01 18:19:11 +00:00
|
|
|
make %{_smp_mflags}
|
|
|
|
mv config.h config-$(getconf LONG_BIT).h
|
|
|
|
cp -p %{SOURCE1} config.h
|
2004-11-08 04:36:20 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2008-03-01 18:19:11 +00:00
|
|
|
%makeinstall PERL_INSTALL_ROOT=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
|
2008-03-01 18:26:47 +00:00
|
|
|
install -p config-$(getconf LONG_BIT).h $RPM_BUILD_ROOT%{_includedir}/%{name}/config-$(getconf LONG_BIT).h
|
2004-11-08 04:36:20 +00:00
|
|
|
|
2005-03-03 21:46:22 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/modules/lib*.*a
|
2004-11-08 04:36:20 +00:00
|
|
|
rm -Rf $RPM_BUILD_ROOT/%{_docdir}/%{name}
|
|
|
|
find $RPM_BUILD_ROOT%{perl_vendorarch} -type f -a -name '*.bs' -a -empty -exec rm -f {} ';'
|
|
|
|
find $RPM_BUILD_ROOT%{perl_vendorarch} -type f -a -name .packlist -exec rm {} ';'
|
|
|
|
chmod -R u+w $RPM_BUILD_ROOT%{perl_vendorarch}
|
|
|
|
|
|
|
|
|
2008-03-01 18:19:11 +00:00
|
|
|
|
2004-11-08 04:36:20 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2005-12-21 08:09:33 +00:00
|
|
|
%doc docs/*.txt docs/*.html AUTHORS COPYING NEWS README TODO
|
2004-11-08 04:36:20 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/%{name}.conf
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_bindir}/botti
|
|
|
|
%{_datadir}/%{name}
|
|
|
|
%{_libdir}/%{name}
|
|
|
|
%{_mandir}/man1/%{name}.1*
|
2008-03-01 18:40:20 +00:00
|
|
|
%{_includedir}/%{name}/config-*.h
|
2004-11-08 04:36:20 +00:00
|
|
|
%{perl_vendorarch}/Irssi*
|
|
|
|
%{perl_vendorarch}/auto/Irssi
|
|
|
|
|
|
|
|
|
2005-11-15 18:48:47 +00:00
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_includedir}/irssi
|
|
|
|
|
2004-11-08 04:36:20 +00:00
|
|
|
%changelog
|
2008-03-07 14:58:15 +00:00
|
|
|
* Fri Mar 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.8.12-10
|
|
|
|
- BR: perl(ExtUtils::Embed)
|
|
|
|
|
2008-03-07 01:52:52 +00:00
|
|
|
* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.8.12-9
|
2008-03-07 14:58:15 +00:00
|
|
|
- Rebuild for new perl
|
2008-03-07 01:52:52 +00:00
|
|
|
|
2008-03-01 18:40:20 +00:00
|
|
|
* Sat Mar 1 2008 Marek Mahut <mmahut@fedoraproject.org> - 0.8.12-8
|
2008-03-01 18:19:11 +00:00
|
|
|
- Fix for multiarch conflict (BZ#341591)
|
|
|
|
|
2008-02-19 14:18:06 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.8.12-5
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-11-13 07:16:53 +00:00
|
|
|
* Sun Nov 11 2007 Marek Mahut <mmahut fedoraproject.org> - 0.8.12-3
|
2007-11-11 10:52:55 +00:00
|
|
|
- Enabling perl build-in support as per request in BZ#375121
|
|
|
|
|
2007-10-08 20:58:12 +00:00
|
|
|
* Mon Oct 08 2007 Marek Mahut <mmahut fedoraproject.org> - 0.8.12-1
|
|
|
|
- New release
|
|
|
|
- Fixes bug from BZ#239511, dropping patch
|
|
|
|
|
2007-08-19 12:52:54 +00:00
|
|
|
* Sun Aug 19 2007 Marek Mahut <mmahut fedoraproject.org> - 0.8.11-5
|
|
|
|
- Fixing properly irssi-support-meta-cursor-xterm.patch
|
|
|
|
|
2007-08-16 20:38:54 +00:00
|
|
|
* Thu Aug 16 2007 Marek Mahut <mmahut redhat.com> - 0.8.11-4
|
2007-10-08 20:58:12 +00:00
|
|
|
- Added irssi-support-meta-cursor-xterm.patch (BZ#239511)
|
2007-08-16 20:38:54 +00:00
|
|
|
|
2007-08-16 16:31:51 +00:00
|
|
|
* Thu Aug 16 2007 Marek Mahut <mmahut redhat.com> - 0.8.11-2
|
|
|
|
- Updating license tag
|
|
|
|
- Rebuild for 0.8.11
|
|
|
|
|
2007-05-03 08:00:55 +00:00
|
|
|
* Wed May 2 2007 Dams <anvil[AT]livna.org> - 0.8.11-1
|
|
|
|
- Updated to 0.8.11
|
|
|
|
- Dropped patch0
|
|
|
|
|
2007-04-21 15:14:45 +00:00
|
|
|
* Sat Apr 21 2007 Dams <anvil[AT]livna.org> - 0.8.10-7.a
|
|
|
|
- Release bump
|
|
|
|
|
2006-09-16 23:23:13 +00:00
|
|
|
* Sun Sep 17 2006 Dams <anvil[AT]livna.org> - 0.8.10-6.a
|
|
|
|
- Bumped release
|
|
|
|
|
2006-09-16 23:13:50 +00:00
|
|
|
* Sun Sep 17 2006 Dams <anvil[AT]livna.org> - 0.8.10-5.a
|
|
|
|
- Updated to 0.8.10a
|
2006-09-16 23:22:27 +00:00
|
|
|
- Fixed tarball name..
|
|
|
|
- Updated Patch0 still from Saleem
|
2006-09-16 23:13:50 +00:00
|
|
|
|
2006-03-15 21:45:39 +00:00
|
|
|
* Wed Mar 15 2006 Dams <anvil[AT]livna.org> - 0.8.10-4
|
|
|
|
- Added patch from Saleem Abdulrasool to fix invalid pointer.
|
|
|
|
|
2006-01-28 20:10:50 +00:00
|
|
|
* Sat Jan 28 2006 Dams <anvil[AT]livna.org> - 0.8.10-3
|
|
|
|
- Fixed changelog -_-
|
|
|
|
|
|
|
|
* Sat Jan 28 2006 Dams <anvil[AT]livna.org> - 0.8.10-2
|
2006-01-28 07:46:46 +00:00
|
|
|
- Disabled gc support
|
|
|
|
|
2005-12-21 08:09:33 +00:00
|
|
|
* Sun Dec 11 2005 Dams <anvil[AT]livna.org> - 0.8.10-1
|
|
|
|
- Updated to final 0.8.10
|
|
|
|
|
2005-12-07 08:22:00 +00:00
|
|
|
* Wed Dec 7 2005 Dams <anvil[AT]livna.org> - 0.8.10-0.2.rc8
|
|
|
|
- Updated to rc8
|
|
|
|
|
2005-11-15 18:48:47 +00:00
|
|
|
* Tue Nov 15 2005 Dams <anvil[AT]livna.org> - 0.8.10-0.1.rc7
|
|
|
|
- Dropped patch 2 (seems applied upstream) and 3 (no longer needed)
|
|
|
|
- Removed conditionnal build against glib1 parts
|
|
|
|
|
2005-11-14 04:39:31 +00:00
|
|
|
* Sun Nov 13 2005 Luke Macken <lmacken@redhat.com> 0.8.9-8
|
|
|
|
- Rebuild against new openssl
|
|
|
|
|
2005-04-11 21:26:34 +00:00
|
|
|
* Mon Apr 11 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 0.8.9-7
|
|
|
|
- Two patches to fix build for GCC4 and new Perl with config.h.
|
|
|
|
|
2005-04-06 22:12:02 +00:00
|
|
|
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-01-29 16:42:13 +00:00
|
|
|
* Fri Dec 24 2004 Michael Schwendt <mschwendt[AT]users.sf.net> 0:0.8.9-5
|
|
|
|
- Reduce Perl dir ownership and add MODULE_COMPAT dependency.
|
|
|
|
|
2004-11-08 04:36:26 +00:00
|
|
|
* Fri Apr 2 2004 Dams <anvil[AT]livna.org> 0:0.8.9-0.fdr.4
|
|
|
|
- Rebuilt to use new perl to prevent random segmentation fault at load
|
|
|
|
time
|
|
|
|
|
2004-11-08 04:36:20 +00:00
|
|
|
* Fri Feb 6 2004 Dams <anvil[AT]livna.org> 0:0.8.9-0.fdr.3
|
|
|
|
- Patch from Michael Schwendt to fix convert-replace-trigger script
|
|
|
|
(bug #1120 comment #3)
|
|
|
|
|
|
|
|
* Sat Dec 20 2003 Dams <anvil[AT]livna.org> 0:0.8.9-0.fdr.2
|
|
|
|
- Fixed changelog typo
|
|
|
|
- Added trigger.pl as replace.pl wont be maintained anymore
|
|
|
|
- Updated replace.pl to 0.1.4 version
|
|
|
|
- Added replace.pl URL in Source tag
|
|
|
|
- Removed .packlist files
|
|
|
|
- Added as doc a script to convert pref from replace.pl to trigger.pl
|
|
|
|
|
|
|
|
* Thu Dec 11 2003 Dams <anvil[AT]livna.org> 0:0.8.9-0.fdr.1
|
|
|
|
- Updated to 0.8.9
|
|
|
|
|
|
|
|
* Mon Nov 24 2003 Dams <anvil[AT]livna.org> 0:0.8.8-0.fdr.1
|
|
|
|
- Updated to 0.8.8
|
|
|
|
- Enabled gc
|
|
|
|
|
|
|
|
* Sun Sep 14 2003 Dams <anvil[AT]livna.org> 0:0.8.6-0.fdr.13
|
|
|
|
- Rebuild
|
|
|
|
|
|
|
|
* Sun Sep 14 2003 Michael Schwendt <mschwendt[AT]users.sf.net> 0:0.8.6-0.fdr.12
|
|
|
|
- apply openssl patch only if openssl-devel supports pkgconfig
|
|
|
|
|
|
|
|
* Thu Sep 11 2003 Dams <anvil[AT]livna.org> 0:0.8.6-0.fdr.11
|
|
|
|
- Installing replace.pl in good directory
|
|
|
|
|
|
|
|
* Thu Sep 11 2003 Dams <anvil[AT]livna.org> 0:0.8.6-0.fdr.10
|
|
|
|
- Rebuild
|
|
|
|
|
|
|
|
* Thu Sep 11 2003 Dams <anvil[AT]livna.org> 0:0.8.6-0.fdr.9
|
|
|
|
- Using vendor perl directories
|
|
|
|
|
|
|
|
* Thu Sep 11 2003 Dams <anvil[AT]livna.org> 0:0.8.6-0.fdr.8
|
|
|
|
- Added missing unowned directories
|
|
|
|
- Added an additionnal useful perl script (replace.pl)
|
|
|
|
|
|
|
|
* Tue Aug 5 2003 Dams <anvil[AT]livna.org> 0:0.8.6-0.fdr.7
|
|
|
|
- Added zlib-devel buildrequires
|
|
|
|
|
|
|
|
* Sat Jul 12 2003 Dams <anvil[AT]livna.org> 0:0.8.6-0.fdr.6
|
2005-03-03 21:46:22 +00:00
|
|
|
- Applied Patches from Ville Skyttä (bug #277 comment #11 and
|
2004-11-08 04:36:20 +00:00
|
|
|
comment #12)
|
|
|
|
|
|
|
|
* Mon Jun 23 2003 Dams <anvil[AT]livna.org> 0:0.8.6-0.fdr.5
|
|
|
|
- Modified BuildRequires for ssl
|
|
|
|
|
|
|
|
* Wed Jun 11 2003 Dams <anvil[AT]livna.org> 0:0.8.6-0.fdr.4
|
|
|
|
- Added another dir entry
|
|
|
|
|
|
|
|
* Sun Jun 8 2003 Dams <anvil[AT]livna.org> 0:0.8.6-0.fdr.3
|
|
|
|
- Added some dir entry in file section
|
|
|
|
|
|
|
|
* Tue May 20 2003 Dams <anvil[AT]livna.org> 0:0.8.6-0.fdr.2
|
|
|
|
- Exclude modules ".a" files
|
|
|
|
- Include more files as doc
|
|
|
|
|
2005-03-03 21:46:22 +00:00
|
|
|
* Sat May 10 2003 Dams <anvil[AT]livna.org>
|
2004-11-08 04:36:20 +00:00
|
|
|
- Initial build.
|