]> git.pld-linux.org Git - packages/ekg2.git/commitdiff
- updated to current master auto/th/ekg2-0.4-0.20180902.1
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 3 Sep 2018 08:51:03 +0000 (10:51 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 3 Sep 2018 08:51:03 +0000 (10:51 +0200)
ekg2.spec

index ced398b0762819a98e47ec9e4223e862566248ab..ac6cfd834f1ea727f5c120128d01ef535762e808 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 13
+%define                rel 1
 
 %if %{with sqlite}
 %undefine sqlite3
@@ -43,8 +38,8 @@ 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: f451ea9f281d6b8c2578059a3863cee3
+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
@@ -330,7 +325,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
@@ -406,6 +401,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}
@@ -414,6 +411,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
 
This page took 0.091409 seconds and 4 git commands to generate.