summaryrefslogtreecommitdiffstats
path: root/kbiff.spec
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2019-10-07 17:30:55 +0200
committerSlávek Banko <slavek.banko@axis.cz>2019-10-09 17:45:36 +0200
commitb31cde64836ab3e8b443fd8afd0add92b4a7d26f (patch)
tree05490238efcaedaccc2e681d05ede080addeab39 /kbiff.spec
parent28b683418b45393b74ac48729d245fa6cc064b34 (diff)
downloadkbiff-b31cde64836ab3e8b443fd8afd0add92b4a7d26f.tar.gz
kbiff-b31cde64836ab3e8b443fd8afd0add92b4a7d26f.zip
Drop automake build support.
Add basic cmake build instructions. Change description in README. Deleted empty files: NEWS. Deleted obsolete files: VERSION, kbiff.spec . Substitute "KDE" to "TDE" in the man page. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 28c36e59399156247f5bdd8bb833c44d0e74fba7)
Diffstat (limited to 'kbiff.spec')
-rw-r--r--kbiff.spec52
1 files changed, 0 insertions, 52 deletions
diff --git a/kbiff.spec b/kbiff.spec
deleted file mode 100644
index 7f17587..0000000
--- a/kbiff.spec
+++ /dev/null
@@ -1,52 +0,0 @@
-# This is the only variables that you need to change
-Prefix: /opt/kde3
-
-Name: kbiff
-Summary: KBiff -- Mail notification utility
-Version: 3.9
-Release: 1
-License: GPL
-Group: X11/KDE/Internet
-Source: http://prdownloads.sourceforge.net/kbiff/kbiff-%{version}.tar.bz2
-URL: http://www.kbiff.org
-Packager: Kurt Granroth <granroth@kde.org>
-BuildRoot: /tmp/kbiff-%{version}
-
-%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.
-
-%prep
-%setup
-
-%build
-./configure --prefix=%{prefix} \
- --mandir=/usr/share/man \
- --disable-rpath \
- --disable-debug \
- --enable-final
-make
-
-%install
-[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install-strip
-
-%clean
-[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root)
-%{prefix}/bin/kbiff
-%{prefix}/lib*/*
-%{prefix}/share/applnk/Internet/kbiff.desktop
-%{prefix}/share/apps/kbiff/
-%{prefix}/share/doc/HTML/*/kbiff/
-%{prefix}/share/icons/*/*/apps/kbiff.png
-%{prefix}/share/locale/*/LC_MESSAGES/kbiff.mo
-%{_mandir}/*/*
-%doc AUTHORS ChangeLog COPYING INSTALL kbiff.lsm NEWS README