This commit is contained in:
parent
3ad8493f9a
commit
707764a178
@ -1,13 +0,0 @@
|
|||||||
Index: src/perl/Makefile.am
|
|
||||||
===================================================================
|
|
||||||
--- src/perl/Makefile.am.orig
|
|
||||||
+++ src/perl/Makefile.am
|
|
||||||
@@ -148,7 +148,7 @@ all-local:
|
|
||||||
|
|
||||||
install-exec-local:
|
|
||||||
for dir in $(perl_dirs); do \
|
|
||||||
- cd $$dir && $(MAKE) install && cd ..; \
|
|
||||||
+ cd $$dir && $(MAKE) DESTDIR=$(DESTDIR) install_vendor && cd ..; \
|
|
||||||
done
|
|
||||||
|
|
||||||
clean-generic:
|
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 10 16:16:52 CET 2008 - mrueckert@suse.de
|
||||||
|
|
||||||
|
- drop irssi-0.8.10rc5-install_vendor.diff:
|
||||||
|
we had --with-perl-lib=vendor since quite some time and it
|
||||||
|
achieves the same.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 6 13:16:57 CEST 2007 - mrueckert@suse.de
|
Sat Oct 6 13:16:57 CEST 2007 - mrueckert@suse.de
|
||||||
|
|
||||||
|
90
irssi.spec
90
irssi.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package irssi (Version 0.8.12)
|
# spec file for package irssi (Version 0.8.12)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,9 +10,10 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: irssi
|
Name: irssi
|
||||||
Version: 0.8.12
|
Version: 0.8.12
|
||||||
Release: 1
|
Release: 30
|
||||||
%define pkg_name irssi
|
%define pkg_name irssi
|
||||||
#
|
#
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
@ -25,8 +26,7 @@ Conflicts: %{pkg_name}-snapshot
|
|||||||
#
|
#
|
||||||
Url: http://www.irssi.org
|
Url: http://www.irssi.org
|
||||||
Source: http://www.irssi.org/files/irssi-%{version}.tar.bz2
|
Source: http://www.irssi.org/files/irssi-%{version}.tar.bz2
|
||||||
Patch: irssi-0.8.10rc5-install_vendor.diff
|
Patch: irssi-0.8.11-avoid_version.patch
|
||||||
Patch1: irssi-0.8.11-avoid_version.patch
|
|
||||||
#
|
#
|
||||||
Summary: A Modular, Secure, and Well Designed IRC Client
|
Summary: A Modular, Secure, and Well Designed IRC Client
|
||||||
|
|
||||||
@ -66,7 +66,6 @@ Authors:
|
|||||||
%prep
|
%prep
|
||||||
%setup
|
%setup
|
||||||
%patch
|
%patch
|
||||||
%patch1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# cp curses.m4 acinclude.m4
|
# cp curses.m4 acinclude.m4
|
||||||
@ -124,8 +123,13 @@ rm -rf %{buildroot}
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/irssi/
|
%{_includedir}/irssi/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Oct 06 2007 - mrueckert@suse.de
|
* Mon Mar 10 2008 mrueckert@suse.de
|
||||||
|
- drop irssi-0.8.10rc5-install_vendor.diff:
|
||||||
|
we had --with-perl-lib=vendor since quite some time and it
|
||||||
|
achieves the same.
|
||||||
|
* Sat Oct 06 2007 mrueckert@suse.de
|
||||||
- Update to 0.8.12:
|
- Update to 0.8.12:
|
||||||
| + Some changes to character set recoding.
|
| + Some changes to character set recoding.
|
||||||
| + Rewrite SSL connection/handshake code.
|
| + Rewrite SSL connection/handshake code.
|
||||||
@ -187,25 +191,25 @@ rm -rf %{buildroot}
|
|||||||
| +#channel (bug #46)
|
| +#channel (bug #46)
|
||||||
- removed irssi-0.8.11_support-meta-cursor-xterm.patch:
|
- removed irssi-0.8.11_support-meta-cursor-xterm.patch:
|
||||||
included in 0.8.12
|
included in 0.8.12
|
||||||
* Fri Sep 28 2007 - mrueckert@suse.de
|
* Fri Sep 28 2007 mrueckert@suse.de
|
||||||
- export the proper PKG_CONFIG_PATH so glib2 is found on sles9
|
- export the proper PKG_CONFIG_PATH so glib2 is found on sles9
|
||||||
* Fri Sep 28 2007 - mrueckert@suse.de
|
* Fri Sep 28 2007 mrueckert@suse.de
|
||||||
- added pkgconfig to the buildrequires for sles9
|
- added pkgconfig to the buildrequires for sles9
|
||||||
* Mon Sep 10 2007 - mrueckert@suse.de
|
* Mon Sep 10 2007 mrueckert@suse.de
|
||||||
- replaced irssi-support-meta-cursor-xterm.patch
|
- replaced irssi-support-meta-cursor-xterm.patch
|
||||||
with irssi-0.8.11_support-meta-cursor-xterm.patch: (#294166)
|
with irssi-0.8.11_support-meta-cursor-xterm.patch: (#294166)
|
||||||
the original patch from the bug broke the handling on other
|
the original patch from the bug broke the handling on other
|
||||||
terminals. use the updated patch from svn.
|
terminals. use the updated patch from svn.
|
||||||
* Thu Aug 23 2007 - mrueckert@suse.de
|
* Thu Aug 23 2007 mrueckert@suse.de
|
||||||
- added irssi-support-meta-cursor-xterm.patch: (#294166)
|
- added irssi-support-meta-cursor-xterm.patch: (#294166)
|
||||||
fix meta-key in newer xterms. patch from upstream bug
|
fix meta-key in newer xterms. patch from upstream bug
|
||||||
http://bugs.irssi.org/?do=details&task_id=496#comment737
|
http://bugs.irssi.org/?do=details&task_id=496#comment737
|
||||||
- delete unneeded static lib and la file for libirc_proxy
|
- delete unneeded static lib and la file for libirc_proxy
|
||||||
- a little spec file cleanup
|
- a little spec file cleanup
|
||||||
* Wed Aug 01 2007 - mrueckert@suse.de
|
* Wed Aug 01 2007 mrueckert@suse.de
|
||||||
- added irssi-0.8.11-avoid_version.patch:
|
- added irssi-0.8.11-avoid_version.patch:
|
||||||
plugins dont need to be versioned
|
plugins dont need to be versioned
|
||||||
* Thu Apr 26 2007 - mrueckert@suse.de
|
* Thu Apr 26 2007 mrueckert@suse.de
|
||||||
- Update to 0.8.11:
|
- Update to 0.8.11:
|
||||||
| + Add completion for /WINDOW GOTO
|
| + Add completion for /WINDOW GOTO
|
||||||
| + New crapbuster-like "scrollback levelclear" command
|
| + New crapbuster-like "scrollback levelclear" command
|
||||||
@ -288,16 +292,16 @@ rm -rf %{buildroot}
|
|||||||
| #235)
|
| #235)
|
||||||
- removed irssi-0.8.10-invalid_pointer_quit_crash.patch:
|
- removed irssi-0.8.10-invalid_pointer_quit_crash.patch:
|
||||||
included upstream
|
included upstream
|
||||||
* Thu Mar 29 2007 - dmueller@suse.de
|
* Thu Mar 29 2007 dmueller@suse.de
|
||||||
- update BuildRequires
|
- update BuildRequires
|
||||||
* Thu Sep 28 2006 - mrueckert@suse.de
|
* Thu Sep 28 2006 mrueckert@suse.de
|
||||||
- added irssi-0.8.10-invalid_pointer_quit_crash.patch:
|
- added irssi-0.8.10-invalid_pointer_quit_crash.patch:
|
||||||
Dont crash on /quit (#206451)
|
Dont crash on /quit (#206451)
|
||||||
* Tue Jul 25 2006 - olh@suse.de
|
* Tue Jul 25 2006 olh@suse.de
|
||||||
- remove unused subversion and lynx from buildrequires
|
- remove unused subversion and lynx from buildrequires
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Sun Dec 11 2005 - mrueckert@suse.de
|
* Sun Dec 11 2005 mrueckert@suse.de
|
||||||
- 0.8.10 is final!
|
- 0.8.10 is final!
|
||||||
o Recode support
|
o Recode support
|
||||||
o Isupport (005 numeric)
|
o Isupport (005 numeric)
|
||||||
@ -309,31 +313,31 @@ rm -rf %{buildroot}
|
|||||||
o Revised default aliases.
|
o Revised default aliases.
|
||||||
o Updated paste detection and settings.
|
o Updated paste detection and settings.
|
||||||
o Tons of bugfixes.
|
o Tons of bugfixes.
|
||||||
* Wed Nov 30 2005 - mrueckert@suse.de
|
* Wed Nov 30 2005 mrueckert@suse.de
|
||||||
- Update to 0.8.10rc8
|
- Update to 0.8.10rc8
|
||||||
- disabled the irssi.conf patch
|
- disabled the irssi.conf patch
|
||||||
* Tue Nov 22 2005 - mrueckert@suse.de
|
* Tue Nov 22 2005 mrueckert@suse.de
|
||||||
- Update to 0.8.10rc7
|
- Update to 0.8.10rc7
|
||||||
* Sun Sep 25 2005 - mrueckert@suse.de
|
* Sun Sep 25 2005 mrueckert@suse.de
|
||||||
- Update to 0.8.10rc6
|
- Update to 0.8.10rc6
|
||||||
* Thu Sep 08 2005 - mrueckert@suse.de
|
* Thu Sep 08 2005 mrueckert@suse.de
|
||||||
- Update to r3986
|
- Update to r3986
|
||||||
* Tue Sep 06 2005 - mrueckert@suse.de
|
* Tue Sep 06 2005 mrueckert@suse.de
|
||||||
- Update to r3983
|
- Update to r3983
|
||||||
* Mon Aug 22 2005 - mrueckert@suse.de
|
* Mon Aug 22 2005 mrueckert@suse.de
|
||||||
- Update to r3942
|
- Update to r3942
|
||||||
* Thu Jun 02 2005 - mrueckert@suse.de
|
* Thu Jun 02 2005 mrueckert@suse.de
|
||||||
- update to version 0.8.10rc5 (r3756)
|
- update to version 0.8.10rc5 (r3756)
|
||||||
o many memory leaks fixed
|
o many memory leaks fixed
|
||||||
o recode support
|
o recode support
|
||||||
| you can now specify incoming/outgoing charset per channel/query
|
| you can now specify incoming/outgoing charset per channel/query
|
||||||
o many small bug fixes
|
o many small bug fixes
|
||||||
* Fri Apr 01 2005 - mmj@suse.de
|
* Fri Apr 01 2005 mmj@suse.de
|
||||||
- #include "../config.h" instead of "config.h" (thanks for the
|
- #include "../config.h" instead of "config.h" (thanks for the
|
||||||
help coolo)
|
help coolo)
|
||||||
* Wed Mar 17 2004 - mmj@suse.de
|
* Wed Mar 17 2004 mmj@suse.de
|
||||||
- Default the terminal type setting to UTF8.
|
- Default the terminal type setting to UTF8.
|
||||||
* Thu Dec 11 2003 - mmj@suse.de
|
* Thu Dec 11 2003 mmj@suse.de
|
||||||
- Update to 0.8.9 including:
|
- Update to 0.8.9 including:
|
||||||
o Fixes a remote crash with:
|
o Fixes a remote crash with:
|
||||||
| non-x86 hardware (one requiring memory alignmentation)
|
| non-x86 hardware (one requiring memory alignmentation)
|
||||||
@ -341,7 +345,7 @@ rm -rf %{buildroot}
|
|||||||
o SET auto_whowas OFF allows now disabling automatic /whowas
|
o SET auto_whowas OFF allows now disabling automatic /whowas
|
||||||
o If pasted line starts with command char, treat it as command
|
o If pasted line starts with command char, treat it as command
|
||||||
always
|
always
|
||||||
* Mon Nov 24 2003 - mmj@suse.de
|
* Mon Nov 24 2003 mmj@suse.de
|
||||||
- Update to 0.8.8 including:
|
- Update to 0.8.8 including:
|
||||||
o Settings changes - we have now "time", "size" and "level"
|
o Settings changes - we have now "time", "size" and "level"
|
||||||
setting types.
|
setting types.
|
||||||
@ -351,39 +355,39 @@ rm -rf %{buildroot}
|
|||||||
irssi asks if you actually want to do that.
|
irssi asks if you actually want to do that.
|
||||||
o Support for sending SSL certificate to server
|
o Support for sending SSL certificate to server
|
||||||
o Other minor enhancements bugfixes
|
o Other minor enhancements bugfixes
|
||||||
* Wed Oct 15 2003 - mmj@suse.de
|
* Wed Oct 15 2003 mmj@suse.de
|
||||||
- Use %%defattr
|
- Use %%defattr
|
||||||
- Don't build as root
|
- Don't build as root
|
||||||
* Fri Sep 05 2003 - sf@suse.de
|
* Fri Sep 05 2003 sf@suse.de
|
||||||
- remove '-g -W' from compile options
|
- remove '-g -W' from compile options
|
||||||
* Fri Sep 05 2003 - sf@suse.de
|
* Fri Sep 05 2003 sf@suse.de
|
||||||
- patch for 64bit [Bug 24861]
|
- patch for 64bit [Bug 24861]
|
||||||
* Wed Aug 20 2003 - mjancar@suse.cz
|
* Wed Aug 20 2003 mjancar@suse.cz
|
||||||
- require the perl version we build with
|
- require the perl version we build with
|
||||||
* Mon Aug 04 2003 - mmj@suse.de
|
* Mon Aug 04 2003 mmj@suse.de
|
||||||
- Patch to use install_vendor with perl
|
- Patch to use install_vendor with perl
|
||||||
* Sun Jul 27 2003 - mmj@suse.de
|
* Sun Jul 27 2003 mmj@suse.de
|
||||||
- Add gnome-filesystem to nfb
|
- Add gnome-filesystem to nfb
|
||||||
* Mon Jul 14 2003 - mmj@suse.de
|
* Mon Jul 14 2003 mmj@suse.de
|
||||||
- Use vendor_install and friends
|
- Use vendor_install and friends
|
||||||
- Clean up the specfile a bit
|
- Clean up the specfile a bit
|
||||||
* Tue May 13 2003 - mmj@suse.de
|
* Tue May 13 2003 mmj@suse.de
|
||||||
- Remove files that should not be packaged
|
- Remove files that should not be packaged
|
||||||
* Mon May 12 2003 - mmj@suse.de
|
* Mon May 12 2003 mmj@suse.de
|
||||||
- Also package the manpage
|
- Also package the manpage
|
||||||
* Mon Apr 07 2003 - mmj@suse.de
|
* Mon Apr 07 2003 mmj@suse.de
|
||||||
- head -1 have to be head -n 1 with the new coreutils.
|
- head -1 have to be head -n 1 with the new coreutils.
|
||||||
* Mon Jan 13 2003 - mmj@suse.de
|
* Mon Jan 13 2003 mmj@suse.de
|
||||||
- Also package the Irssi.pm file
|
- Also package the Irssi.pm file
|
||||||
* Tue Nov 19 2002 - mmj@suse.de
|
* Tue Nov 19 2002 mmj@suse.de
|
||||||
- Update to 0.8.6 which includes tons of changes, biggest ones:
|
- Update to 0.8.6 which includes tons of changes, biggest ones:
|
||||||
+ SSL support
|
+ SSL support
|
||||||
+ DCC send queues
|
+ DCC send queues
|
||||||
+ Better support for !channels
|
+ Better support for !channels
|
||||||
- Switch to glib2
|
- Switch to glib2
|
||||||
* Mon Sep 23 2002 - mmj@suse.de
|
* Mon Sep 23 2002 mmj@suse.de
|
||||||
- Make perl_use_lib not be in BuildRoot:
|
- Make perl_use_lib not be in BuildRoot:
|
||||||
* Tue Aug 13 2002 - mmj@suse.de
|
* Tue Aug 13 2002 mmj@suse.de
|
||||||
- Apply patch from mls for the Perl 5.8 threading enabled.
|
- Apply patch from mls for the Perl 5.8 threading enabled.
|
||||||
* Mon Jul 22 2002 - mmj@suse.de
|
* Mon Jul 22 2002 mmj@suse.de
|
||||||
- Initial package created, version 0.8.5
|
- Initial package created, version 0.8.5
|
||||||
|
Loading…
Reference in New Issue
Block a user