SPECS: kmobiletools.spec (NEW) - new

arekm arekm at pld-linux.org
Sat Jan 7 14:19:37 CET 2006


Author: arekm                        Date: Sat Jan  7 13:19:37 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/kmobiletools.spec
diff -u /dev/null SPECS/kmobiletools.spec:1.1
--- /dev/null	Sat Jan  7 14:19:37 2006
+++ SPECS/kmobiletools.spec	Sat Jan  7 14:19:32 2006
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+Summary:	Make your mobile phone communicate with your PC
+Name:		kmobiletools
+Version:	0.4.3.1
+Release:	1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://download.berlios.de/kmobiletools/%{name}-%{version}.tar.gz
+# Source0-md5:	f4be9605142e518ebb61a3f31fc846a5
+URL:		http://kmobiletools.berlios.de/
+BuildRequires:	kdelibs-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Make your mobile phone communicate with your PC.
+
+%prep
+%setup -q
+
+%build
+%configure \
+	--%{!?debug:dis}%{?debug:en}able-debug \
+	--disable-rpath \
+	--with-qt-libraries=%{_libdir}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	shelldesktopdir=%{_desktopdir}/kde \
+	kde_htmldir=%{_kdedocdir}
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/kmobiletools
+%{_datadir}/apps/%{name}
+%{_iconsdir}/*/*/*/*.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/01/07 13:19:32  arekm
+- new
+
================================================================


More information about the pld-cvs-commit mailing list