SPECS: knx.spec (NEW) - initial pld release
arekm
arekm at pld-linux.org
Sun May 21 12:40:27 CEST 2006
Author: arekm Date: Sun May 21 10:40:27 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial pld release
---- Files affected:
SPECS:
knx.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/knx.spec
diff -u /dev/null SPECS/knx.spec:1.1
--- /dev/null Sun May 21 12:40:27 2006
+++ SPECS/knx.spec Sun May 21 12:40:21 2006
@@ -0,0 +1,70 @@
+# $Revision$, $Date$
+%define _snap 20060521
+Summary: KDE client for the NX Protocol
+Name: knx
+Version: 0.1
+Release: 0.%{_snap}.1
+License: GPL
+Group: Applications/Networking
+Source0: %{name}-%{_snap}.tar.gz
+# Source0-md5: 16cb5e4e8145d723a6dd04f1bda384a8
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: kdelibs-devel >= 9:3.2.0
+BuildRequires: nxc-devel
+BuildRequires: rpmbuild(macros) >= 1.129
+BuildRequires: unsermake
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A client for the NX Protocol. It can talk to the commercial/closed
+source and the free NX authentication server.
+
+%prep
+%setup -q -n %{name}
+
+%build
+cp -f /usr/share/automake/config.sub admin
+%{__make} -f admin/Makefile.common cvs
+
+%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
+
+%{__make} install \
+ kdelnkdir=%{_desktopdir}/kde \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_libdir}/kde3/*.la
+%attr(755,root,root) %{_libdir}/kde3/*.so
+%{_datadir}/apps/kicker/menuext/*.desktop
+%{_datadir}/apps/knx
+%{_iconsdir}/*/*/apps/*.png
+%{_desktopdir}/kde/*.desktop
+
+%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 2006/05/21 10:40:21 arekm
+- initial pld release
+
+
================================================================
More information about the pld-cvs-commit
mailing list