SPECS: kbiff.spec (NEW) - new by wopozka@gazeta.pl

undefine undefine at pld-linux.org
Tue Nov 22 11:48:36 CET 2005


Author: undefine                     Date: Tue Nov 22 10:48:36 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new by wopozka at gazeta.pl

---- Files affected:
SPECS:
   kbiff.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/kbiff.spec
diff -u /dev/null SPECS/kbiff.spec:1.1
--- /dev/null	Tue Nov 22 11:48:36 2005
+++ SPECS/kbiff.spec	Tue Nov 22 11:48:31 2005
@@ -0,0 +1,80 @@
+# $Revision$, $Date$
+Name:		kbiff
+Summary:	KBiff -- Mail notification utility
+Summary(pl):	Wskaźnik skrzynki pocztowej dla kde
+Version:	3.8
+Release:	1
+License:	GPL
+Group:		X11/Applications
+URL:		http://kbiff.granroth.org
+Source0:	http://dl.sourceforge.net/kbiff/%{name}-%{version}.tar.bz2
+# Source0-md5:	97d9f7e24d4928a602f1c89d7ff18755
+Patch0:		%{name}.desktop.patch
+BuildRequires:	automake
+BuildRequires:	kdelibs-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+An "xbiff"-like mail notification utility. Has multiple pixmaps,
+session management, and GUI configuration. Can "dock" into KDE panel.
+Can display animated gifs, play system sounds, or run arbitrary shell
+command when new mail arrives. Supports mbox, maildir, mh, POP3,
+IMAP4, and NNTP mailboxes. Has capability to monitor multiple
+mailboxes with one instance. Supports SSL.
+
+%description -l pl
+Kbiff jest podobnym do xbiff programem do informowanie on nowej
+poczcie. Posiada wiele obrazków, zarządcę sesji, oraz jest
+konfigurowalny przy użyciu GUI. Dodatkowo może być zadokowany w panelu
+KDE, oraz wyświetlać animowane gify, odgrywać dźwięki systemowe, lub
+uruchamiać odpowiednią komendę w powłoce, gdy nadejdzie nowa poczta.
+Obsługuje skrzynki pocztowe w formatach: mbox, maildir, mh, POP3,
+IMAP4 oraz NNTP. Posiada możliwość monitorowania wielu kont na raz.
+Dodatkowo obsługuje SSL.
+
+%prep
+%setup -q
+%patch0 -p0
+
+%build
+cp -f /usr/share/automake/config.sub admin
+%configure \
+	--disable-debug \
+	--enable-final
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install-strip \
+	DESTDIR=$RPM_BUILD_ROOT \
+	kde_htmldir=%{_kdedocdir} \
+	kde_libs_htmldir=%{_kdedocdir} \
+	appsdir=%{_desktopdir}
+
+%find_lang %{name} --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog COPYING INSTALL kbiff.lsm NEWS README
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/%{name}
+%{_libdir}/%{name}.*
+%{_desktopdir}/%{name}.desktop
+%{_datadir}/apps/%{name}
+%{_datadir}/icons/*/*/apps/%{name}.png
+%{_mandir}/man1/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/11/22 10:48:31  undefine
+- new by wopozka at gazeta.pl
+
================================================================



More information about the pld-cvs-commit mailing list