SPECS: kbfx.spec (NEW) - initial spec

paszczus paszczus at pld-linux.org
Tue Oct 4 19:13:37 CEST 2005


Author: paszczus                     Date: Tue Oct  4 17:13:37 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial spec

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

---- Diffs:

================================================================
Index: SPECS/kbfx.spec
diff -u /dev/null SPECS/kbfx.spec:1.1
--- /dev/null	Tue Oct  4 19:13:37 2005
+++ SPECS/kbfx.spec	Tue Oct  4 19:13:31 2005
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+Summary:	Kicker bar enhancement for KDE
+Name:		kbfx
+Version:	4.7.3
+Release:	1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://www.linuxlots.com/~siraj/kde/plugin/%{name}-%{version}.tar.bz2
+# Source0-md5:	2709e4bf4d7a332603f210a1650b6fa1
+URL:		http://www.linuxlots.com/~siraj/kde/plugin/home/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	kdelibs-devel >= 9:3.2.0
+BuildRequires:	rpmbuild(macros) >= 1.129
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%prep
+%setup -q
+
+%build
+cp -f /usr/share/automake/config.sub admin
+
+%configure \
+%if "%{_lib}" == "lib64"
+	--enable-libsuffix=64 \
+%endif
+	--%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
+	--with-qt-libraries=%{_libdir}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}}
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	kde_htmldir=%{_kdedocdir} \
+	kde_libs_htmldir=%{_kdedocdir} \
+	kdelnkdir=%{_desktopdir} \
+
+%find_lang %{name} --with-kde
+
+install src/kbfx.desktop $RPM_BUILD_ROOT%{_desktopdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%{_desktopdir}/*
+%{_prefix}/lib/libkbfx*.*
+
+%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/10/04 17:13:31  paszczus
+- initial spec
+
================================================================



More information about the pld-cvs-commit mailing list