]> git.pld-linux.org Git - packages/irssi.git/blobdiff - irssi.spec
- updated to FINAL 0.8.10
[packages/irssi.git] / irssi.spec
index 49310814bca6d5dc8bfd69f1df26fef6143c18ab..ece9b0b879656f07b41a1f32537cb5e0f0d1c6a8 100644 (file)
@@ -3,9 +3,10 @@
 %bcond_without perl    # without perl support
 %bcond_without ipv6    # without IPv6 support
 %bcond_without ssl     # without SSL  support
+%bcond_with    dynamic # without dynamic libraries
 #
-%define                _snap           20041010
-%define                _rc             rc5
+#define                _snap           20050301
+#define                _rc             rc5
 %define                _idea_ver       0.1.46
 %{?with_perl:%include  /usr/lib/rpm/macros.perl}
 Summary:       Irssi is a IRC client
@@ -13,22 +14,23 @@ Summary(fr):        Irssi est un client IRC
 Summary(pl):   Irssi - wygodny w u¿yciu klient IRC
 Name:          irssi
 Version:       0.8.10
-Release:       0.%{_snap}.2
+Release:       0.1
 License:       GPL
 Group:         Applications/Communications
-Source0:       http://real.irssi.org/files/snapshots/%{name}-%{_snap}.tar.gz
-# Source0-md5: 5c243d5b8d8897cf398f9eb639236d32
-# Source0-size:        1192158
+#Source0:      http://irssi.org/files/snapshots/%{name}-%{_snap}.tar.gz
+Source0:       http://irssi.org/files/%{name}-%{version}.tar.gz
+# Source0-md5: ed29412e86e1d5fbb71d24ae02edd462
 Source1:       %{name}.desktop
 Source2:       %{name}.png
 Source3:       http://real.irssi.org/files/plugins/idea/%{name}-idea-%{_idea_ver}.tar.gz
 # Source3-md5: c326efe317b8f67593a3cd46d5557280
-# Source0-size:        1192158
 Patch0:                %{name}-dcc-send-limit.patch
 Patch1:                %{name}-tinfo.patch
 Patch2:                %{name}-home_etc.patch
 Patch3:                %{name}.conf.patch
 Patch4:                %{name}-idea-listlen.patch
+Patch5:                %{name}-gcc4.patch
+Patch6:                %{name}-dynamic.patch
 URL:           http://www.irssi.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -67,12 +69,16 @@ This package contains IDEA Crypt plugin for Irssi.
 Ten pakiet zawiera wtyczkê do Irssi z szyfrowaniem IDEA.
 
 %prep
-%setup -q -n %{name}-%{version}-%{_rc} -a3
+%setup -q -a3
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
+%if %{with dynamic}
+%patch6 -p1
+%endif
 
 %build
 rm -f missing
@@ -131,6 +137,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_libdir}/irssi
 %dir %{_libdir}/irssi/modules
 %attr(755,root,root) %{_libdir}/irssi/modules/libirc_proxy.so*
+%if %{with dynamic}
+%attr(755,root,root) %{_libdir}/libirssi*.so.*
+%endif
 %{_datadir}/%{name}
 %{_desktopdir}/irssi.desktop
 %{_pixmapsdir}/*
This page took 0.031634 seconds and 4 git commands to generate.