Author: wolf                         Date: Fri Aug  1 19:37:52 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- based on kdebluetooth.spec

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

---- Diffs:

================================================================
Index: SPECS/kdebluetooth4.spec
diff -u /dev/null SPECS/kdebluetooth4.spec:1.1
--- /dev/null   Fri Aug  1 21:37:52 2008
+++ SPECS/kdebluetooth4.spec    Fri Aug  1 21:37:46 2008
@@ -0,0 +1,72 @@
+# $Revision$, $Date$
+Summary:       KDE Bluetooth framework
+Summary(pl.UTF-8):     Podstawowe środowisko KDE Bluetooth
+Name:          kdebluetooth4
+Version:       0.1
+Release:       0.1
+Epoch:         1
+License:       GPL
+Group:         X11/Applications
+Source0:       
http://dl.sourceforge.net/kde-bluetooth/%{name}-%{version}.tar.bz2
+# Source0-md5: 7c6e5162d457fa594ecdd3f339ea8fc1
+URL:           http://bluetooth.kmobiletools.org/
+BuildRequires: automoc4
+BuildRequires: cmake
+BuildRequires: kde4-kdelibs-devel
+#BuildRequires:        hgw
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The KDE Bluetooth Framework is a set of tools built on top of Linux'
+Bluetooth stack BlueZ. Its goal is to provide easy access to the most
+common Bluetooth profiles and to make data exchange with Bluetooth
+enabled phones and PDAs as straightforward as possible
+
+%description -l pl.UTF-8
+Projekt KDE Bluetooth jest zestawem narzędzi zbudowanych na górnej
+warstwie stosu Bluetooth BlueZ. Jego celem jest dostarczenie łatwego
+dostępu do większości profili Bluetooth oraz wymiany danych z
+telefonami komórkowymi z Bluetooth oraz PDA tak bezpośrednio jak to
+jest możliwe.
+
+%prep
+%setup -q
+
+%build
+%cmake \
+       -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+       -DSYSCONF_INSTALL_DIR=%{_sysconfdir} \
+%if "%{_lib}" == "lib64"
+       -DLIB_SUFFIX=64 \
+%endif
+       .
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       kde_htmldir=%{_kdedocdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog TODO
+%attr(755,root,root) %{_bindir}/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008/08/01 19:37:46  wolf
+- based on kdebluetooth.spec
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to