]> git.pld-linux.org Git - packages/irssi.git/commitdiff
- added dynamic libs patch
authoraredridel <aredridel@pld-linux.org>
Sun, 29 May 2005 08:03:16 +0000 (08:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    irssi.spec -> 1.124

irssi.spec

index 59c8fc9463460181255cfc3063f6e6b19619f2ca..6e93d57e4554a87ec5348f8846460efe44177318 100644 (file)
@@ -3,6 +3,7 @@
 %bcond_without perl    # without perl support
 %bcond_without ipv6    # without IPv6 support
 %bcond_without ssl     # without SSL  support
+%bcond_without dynamic # without dynamic libraries
 #
 %define                _snap           20050301
 %define                _rc             rc5
@@ -28,6 +29,7 @@ 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
@@ -73,6 +75,9 @@ Ten pakiet zawiera wtyczk
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%if %{with dynamic}
+%patch6 -p1
+%endif
 
 %build
 rm -f missing
@@ -131,6 +136,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.075256 seconds and 4 git commands to generate.