]> git.pld-linux.org Git - packages/ekg2.git/blobdiff - ekg2.spec
perl 5.36.0 rebuild
[packages/ekg2.git] / ekg2.spec
index 2b0aae7b6131a281d58741b12ceff72a4a90e219..1f43dc5c7878e654c940b228533ed200b47286fa 100644 (file)
--- a/ekg2.spec
+++ b/ekg2.spec
@@ -1,8 +1,3 @@
-# TODO:
-# - warning: Installed (but unpackaged) file(s) found:
-#   /usr/lib/perl5/5.10.0/i686-pld-linux-thread-multi/perllocal.pod
-#   /usr/lib/perl5/vendor_perl/5.10.0/i686-pld-linux-thread-multi/auto/Ekg2/.packlist
-#   /usr/lib/perl5/vendor_perl/5.10.0/i686-pld-linux-thread-multi/auto/Ekg2/Irc/.packlist
 #
 # Conditional build:
 %bcond_without aspell                  # build without spell-checking support with aspell
 %if %{with git}
 %define                subver git.%(date +%Y%m%d)
 %else
-%define                subver 20110703
+%define                subver 20180902
 %endif
 
-%define                rel 3
+%define                rel 9
 
 %if %{with sqlite}
 %undefine sqlite3
@@ -43,13 +38,14 @@ Epoch:              2
 License:       GPL v2+
 Group:         Applications/Communications
 %if %{without git}
-Source0:       https://github.com/leafnode/ekg2/tarball/master#/%{name}-%{subver}.tar.bz2
-# Source0-md5: 41aaca96d09f754d33985e5b3f26b13e
+Source0:       https://github.com/leafnode/ekg2/tarball/master?/%{name}-%{subver}.tar.gz
+# Source0-md5: 2ce452ebcecc03532dee956c5648d890
 %endif
 Patch0:                %{name}-perl-install.patch
 Patch1:                %{name}-gtk.patch
 Patch2:                %{name}-bug-63.patch
 Patch3:                %{name}-keepalive_irc.patch
+Patch4:                openssl.patch
 URL:           http://ekg2.org/
 %{?with_aspell:BuildRequires:  aspell-devel}
 BuildRequires: autoconf
@@ -57,7 +53,7 @@ BuildRequires:        automake
 %if %{with rss} || %{with jabber}
 BuildRequires: expat-devel
 %endif
-BuildRequires: gettext-devel >= 0.17-8
+BuildRequires: gettext-tools >= 0.17-8
 %{?with_gadugadu:BuildRequires:        giflib-devel}
 %{?with_git:BuildRequires:     git-core}
 %{?with_gnutls:BuildRequires:  gnutls-devel >= 1.2.5}
@@ -80,6 +76,8 @@ BuildRequires:        sed >= 4.0
 %{?with_sqlite3:BuildRequires: sqlite3-devel}
 %{?with_xosd:BuildRequires:    xosd-devel}
 BuildRequires: zlib-devel
+Obsoletes:     ekg2-plugin-ioctld
+Obsoletes:     ekg2-plugin-remote
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -263,18 +261,6 @@ readline interface.
 %description plugin-readline -l pl.UTF-8
 Interfejs readline.
 
-%package plugin-remote
-Summary:       Remote contol interface
-Summary(pl.UTF-8):     Zdalne sterowanie ekg2
-Group:         Applications/Communications
-Requires:      %{name} = %{epoch}:%{version}-%{release}
-
-%description plugin-remote
-Remote control interface.
-
-%description plugin-remote -l pl.UTF-8
-Zdalne sterowanie ekg2.
-
 %package plugin-scripting-perl
 Summary:       Perl scripting plugin for ekg2
 Summary(pl.UTF-8):     Wtyczka jÄ™zyka Perl dla ekg2
@@ -340,7 +326,7 @@ git fetch $repo $branch
 git checkout FETCH_HEAD
 %else
 %setup -q -c -n %{name}-%{subver}
-mv leafnode-ekg2-*/* .
+%{__mv} ekg2-ekg2-*/* .
 %endif
 
 %patch0 -p1
@@ -351,6 +337,7 @@ mv leafnode-ekg2-*/* .
 %patch3 -p1
 %endif
 
+%patch4 -p1
 
 touch po/Makefile.in.in
 find -name *.c > po/POTFILES.in
@@ -416,6 +403,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}/plugins/mail
 %attr(755,root,root) %{_libdir}/%{name}/plugins/ncurses.so
 %attr(755,root,root) %{_libdir}/%{name}/plugins/ncurses.la
+%attr(755,root,root) %{_libdir}/%{name}/plugins/rc.so
+%attr(755,root,root) %{_libdir}/%{name}/plugins/rc.la
 %attr(755,root,root) %{_libdir}/%{name}/plugins/sms.so
 %attr(755,root,root) %{_libdir}/%{name}/plugins/sms.la
 %dir %{_datadir}/%{name}
@@ -424,6 +413,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}/plugins/logs
 %{_datadir}/%{name}/plugins/ncurses
 %{_datadir}/%{name}/plugins/sms
+%{_datadir}/%{name}/plugins/rc
 %dir %{_datadir}/%{name}/scripts
 %{_datadir}/%{name}/themes
 
@@ -521,10 +511,8 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{perl_vendorarch}/Ekg2
 %{perl_vendorarch}/Ekg2/Irc.pm
 %dir %{perl_vendorarch}/auto/Ekg2
-%{perl_vendorarch}/auto/Ekg2/Ekg2.bs
 %attr(755,root,root) %{perl_vendorarch}/auto/Ekg2/Ekg2.so
 %dir %{perl_vendorarch}/auto/Ekg2/Irc
-%{perl_vendorarch}/auto/Ekg2/Irc/Irc.bs
 %attr(755,root,root) %{perl_vendorarch}/auto/Ekg2/Irc/Irc.so
 %{_datadir}/%{name}/scripts/*.pl
 %endif
This page took 0.087689 seconds and 4 git commands to generate.