SPECS: ksystemlog.spec (NEW) - initial spec

cactus cactus at pld-linux.org
Mon Nov 5 21:00:59 CET 2007


Author: cactus                       Date: Mon Nov  5 20:00:59 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial spec

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

---- Diffs:

================================================================
Index: SPECS/ksystemlog.spec
diff -u /dev/null SPECS/ksystemlog.spec:1.1
--- /dev/null	Mon Nov  5 21:00:59 2007
+++ SPECS/ksystemlog.spec	Mon Nov  5 21:00:54 2007
@@ -0,0 +1,101 @@
+# $Revision$, $Date$
+#
+# TODO:
+# - pl desc
+# - autotools?
+# - update configuration file for PLD
+# - suggests syslog/syslog-ng
+#
+Summary:	System log viewer
+Summary(pl.UTF-8):Przegladarka logów systemowych
+Name:		ksystemlog
+Version:	0.3.2
+Release:	0.5
+Epoch:		1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://ksystemlog.forum-software.org/archives/src/%{name}-%{version}.tar.bz2
+# Source0-md5:	ca98b571202b6f18a9294face233b9f0
+Patch0:		%{name}-desktop.patch
+#Patch1: %{name}-am110.patch
+#Patch2: kde-ac260-lt.patch
+URL:		http://ksystemlog.forum-software.org/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	kdelibs-devel >= 9:3.2.0
+BuildRequires:	rpmbuild(macros) >= 1.129
+Suggests:	syslog-ng
+#Suggests:	syslog
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+KSystemLog aims to be as simple as possible, with menu displaying
+available Logs of the system.
+
+KSystemLog is able to read log lines from multiple files, sorting them
+as quickier as possible (I think I still have some works to improve
+that ;-), auto displaying new log lines (with a bold font to better
+see them), display advanced information about each lines (level, date,
+message, user, process, host name, etc.)
+
+#% description -l pl.UTF-8
+
+%prep
+%setup -q
+%patch0 -p1
+#%patch1 -p1
+#%patch2 -p1
+
+%build
+#% {__aclocal}
+#% {__autoconf}
+#% {__autoheader}
+#% {__automake}
+
+%if "%{_lib}" == "lib64"
+    %configure \
+	--enable-libsuffix=64
+%else
+    %configure
+%endif
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}/kde}
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	kdelnkdir=%{_desktopdir}
+%{__make} -C ksystemlog/po install \
+	DESTDIR=$RPM_BUILD_ROOT
+%{__make} -C ksystemlog/doc install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	kde_htmldir=%{_kdedocdir} \
+	kde_libs_htmldir=%{_kdedocdir}
+
+%find_lang %{name} --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING INSTALL ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/ksystemlog
+%{_desktopdir}/ksystemlog.desktop
+%{_datadir}/config.kcfg/ksystemlog.kcfg
+%{_datadir}/apps/ksystemlog
+%{_iconsdir}/*/*/*/*.png
+%{_iconsdir}/hicolor/scalable/apps/ksystemlog.svgz
+
+%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  2007/11/05 20:00:54  cactus
+- initial spec
+
================================================================


More information about the pld-cvs-commit mailing list