]> git.pld-linux.org Git - packages/ekg2.git/commitdiff
- merged changes from HEAD (rivchat plugin)
authorpawelz <pawelz@pld-linux.org>
Mon, 22 Jun 2009 07:37:20 +0000 (07:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- up to snap 20090622

Changed files:
    ekg2.spec -> 1.95.2.8

ekg2.spec

index 0a30e6ff2e4fb7ee1c20a987e62a75a1b99ea73e..67cae1be640c6b98fb79a9eebdb141ae73f4b0fd 100644 (file)
--- a/ekg2.spec
+++ b/ekg2.spec
@@ -17,7 +17,9 @@
 %bcond_without sqlite3                 # don't build logsqlite plugin based on sqlite3
 %bcond_without xosd                    # don't build xosd plugin
 
-%define                _snap 20090310
+# Please, test all modules before updating. If you want just try new version,
+# use DEVEL branch.
+%define                _snap 20090622
 
 %if %{without jabber}
 %undefine with_gnutls
@@ -35,10 +37,11 @@ Release:    0.%{_snap}.1
 Epoch:         2
 License:       GPL v2+
 Group:         Applications/Communications
-Source0:       %{name}-%{_snap}.tar.bz2
-# Source0-md5: 2aa917d5b3ae061c939898cdc698fcbe
+Source0:       http://pl.ekg2.org/%{name}-%{_snap}.tar.bz2
+# Source0-md5: 3ac6f70fdf92daf05d6975763eda460f
 Patch0:                %{name}-perl-install.patch
-Patch1:                %{name}-missing-xwcslen.patch
+# Is it really needed?
+# Patch1:              %{name}-missing-xwcslen.patch
 Patch2:                %{name}-gtk.patch
 URL:           http://ekg2.org/
 %{?with_aspell:BuildRequires:  aspell-devel}
@@ -241,6 +244,18 @@ Polchat protocol plugin for ekg2.
 %description plugin-protocol-polchat -l pl.UTF-8
 Wtyczka protokołu polchat dla ekg2.
 
+%package plugin-protocol-rivchat
+Summary:       Rivchat protocol plugin for ekg2
+Summary(pl.UTF-8):     Wtyczka protokołu rivchat dla ekg2
+Group:         Applications/Communications
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+
+%description plugin-protocol-rivchat
+Rivchat protocol plugin for ekg2.
+
+%description plugin-protocol-rivchat -l pl.UTF-8
+Wtyczka protokołu rivchat dla ekg2.
+
 %package plugin-readline
 Summary:       readline interface
 Summary(pl.UTF-8):     Interfejs readline
@@ -446,6 +461,10 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/%{name}/plugins/polchat.so
 
+%files plugin-protocol-rivchat
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/%{name}/plugins/rivchat.so
+
 %if %{with readline}
 %files plugin-readline
 %defattr(644,root,root,755)
This page took 0.055834 seconds and 4 git commands to generate.