@@ -1,56 +0,0 @@
-Summary: Kvirc - KDE3 IRC Client
-Name: kvirc
-Version: 3.2.0
-Release: 1_suse92
-Copyright: GPL
-URL: http://www.kvirc.net/
-Packager: Carsten Schöne <cs@linux-administrator.com>
-Group: X11/KDE/Network
-Source: %{name}-%{version}.tar.bz2
-BuildRoot: %{_tmppath}/kvirc-buildroot
-Distribution: SuSE 9.2
-
-
-%description
-KVIRC - KDE IRC Client
-
-KVIrc is a free portable Internet Relay Chat client
-based on the excellent Qt GUI toolkit. KVirc is being
-written by Szymon Stefanek and the KVIrc Development Team
-with the contribution of many IRC addicted
-developers around the world.
-
-%prep
-export KDEDIR=/opt/kde3
-export QTDIR=/usr/lib/qt3
-
-%setup -q
-. /etc/opt/kde3/common_options
-./configure $configkde
-%build
-%__make
-
-%makeinstall
-
-cd $RPM_BUILD_ROOT
-find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > $RPM_BUILD_DIR/file.list.kvircmain
-find . -type f | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.kvircmain
-find . -type l | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.kvircmain
-
-%clean
-rm -rf $RPM_BUILD_ROOT/*
-rm -rf $RPM_BUILD_DIR/kvirc*
-rm -rf ../file.list.kvircmain*
-
-
-%files -f ../file.list.kvircmain
-
-%changelog
-* Fri Mar 06 2005 Carsten Schoene <cs@linux-administrator.com>
-- first upgrade package for SuSE 9.2 (Version 3.2.0)
-- This release is the result of several months of testing, debugging, and improving.
- It includes Perl scripting support, drag and drop toolbar editing,
- better Unicode support (adaptive decoding engines and very flexible charset settings),
- an "Instant-Messenger-like" notifier window, a status bar with applets,
- micryption support, DCC bandwidth limits, and several scripting engine enhancements
- including translation capabilities and dcop communication calls.
|