]> git.pld-linux.org Git - packages/irssi.git/blobdiff - irssi.spec
- updated to 0.8.10-rc5
[packages/irssi.git] / irssi.spec
index dd14c13c850095bd35dd99003f3ac9c2a7d08bed..fbfdf3245c7330e0aeae81823dac9ff88651bdc4 100644 (file)
@@ -1,30 +1,34 @@
+# TODO:
+# - package with some nice scripts + forwardfix.pl
 #
 # Conditional build:
 %bcond_without perl    # without perl support
 %bcond_without ipv6    # without IPv6 support
 %bcond_without ssl     # without SSL  support
 #
+%define         _rel rc5
 %define                _idea_ver       0.1.46
 %{?with_perl:%include  /usr/lib/rpm/macros.perl}
 Summary:       Irssi is a IRC client
 Summary(fr):   Irssi est un client IRC
 Summary(pl):   Irssi - wygodny w u¿yciu klient IRC
 Name:          irssi
-Version:       0.8.9
-Release:       4
+Version:       0.8.10
+Release:       0.%{_rel}
 License:       GPL
 Group:         Applications/Communications
-Source0:       http://real.irssi.org/files/%{name}-%{version}.tar.bz2
-# Source0-md5: 6610ee0e27922f447e40828cf7dee507
+Source0:       http://real.irssi.org/files/%{name}-%{version}-%{_rel}.tar.gz
+# Source0-md5: 7c0b6c1533c85e918f41ded1238e4ca1
 Source1:       %{name}.desktop
 Source2:       %{name}.png
 Source3:       http://www.irssi.org/files/plugins/idea/%{name}-idea-%{_idea_ver}.tar.gz
 # Source3-md5: c326efe317b8f67593a3cd46d5557280
-#Patch0:               %{name}-dcc-send-limit.patch
+Patch0:                %{name}-dcc-send-limit.patch
 Patch1:                %{name}-channel_auto_who.patch
 Patch2:                %{name}-tinfo.patch
 Patch3:                %{name}-home_etc.patch
 Patch4:                %{name}.conf.patch
+Patch5:                %{name}-idea-listlen.patch
 URL:           http://www.irssi.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -62,12 +66,13 @@ This package contains IDEA Crypt plugin for Irssi.
 Ten pakiet zawiera wtyczkê do Irssi z szyfrowaniem IDEA.
 
 %prep
-%setup -q -a3
+%setup -q -n %{name}-%{version}-%{_rel} -a3
 #%patch0 -p1
-%patch1 -p1
+#%patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 rm -f missing
This page took 3.234247 seconds and 4 git commands to generate.