SPECS: kmobiletools.spec - add configure_in_in.patch - more files ...
shadzik
shadzik at pld-linux.org
Sat Apr 7 01:04:00 CEST 2007
Author: shadzik Date: Fri Apr 6 23:04:00 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- add configure_in_in.patch
- more files depending on passed bcond
---- Files affected:
SPECS:
kmobiletools.spec (1.20 -> 1.21)
---- Diffs:
================================================================
Index: SPECS/kmobiletools.spec
diff -u SPECS/kmobiletools.spec:1.20 SPECS/kmobiletools.spec:1.21
--- SPECS/kmobiletools.spec:1.20 Sat Apr 7 00:03:34 2007
+++ SPECS/kmobiletools.spec Sat Apr 7 01:03:55 2007
@@ -20,7 +20,8 @@
# Source0-md5: b7f193f8fff0a92008dd536f9facc383
Patch0: %{name}-desktop.patch
Patch1: kde-ac260-lt.patch
-Patch2: %{name}-gammu.patch
+Patch2: %{name}-configure_in_in.patch
+Patch3: %{name}-gammu.patch
URL: http://www.kmobiletools.org/
BuildRequires: autoconf
BuildRequires: automake
@@ -45,8 +46,9 @@
%setup -q -n %{name}-%{version}-%{_beta}
%patch0 -p0
%patch1 -p1
-%if %{with gammu}
%patch2 -p0
+%if %{with gammu}
+%patch3 -p0
%endif
%build
@@ -57,6 +59,7 @@
%endif
--%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
--%{?with_gammu:en}%{!?with_gammu:dis}able-gammu \
+ --with%{!?with_obexftp:out}-obexftp \
--enable-kontact-plugin \
--disable-rpath \
--with-qt-libraries=%{_libdir}
@@ -92,6 +95,17 @@
%attr(755,root,root) %{_libdir}/libkmobiletools.so
%{_libdir}/libkmobiletools_at.la
%attr(755,root,root) %{_libdir}/libkmobiletools_at.so
+
+%if %{with obexftp}
+%{_libdir}/kde3/kio_mobile.la
+%attr(755,root,root) %{_libdir}/kde3/kio_mobile.so
+%{_libdir}/kde3/kio_obex2.la
+%attr(755,root,root) %{_libdir}/kde3/kio_obex2.so
+%{_datadir}/services/mobile.protocol
+%{_datadir}/services/obex2.protocol
+%{_datadir}/apps/systemview/mobile.desktop
+%endif
+
%{_datadir}/apps/kbluetoothpairingwizard
%{_datadir}/apps/kmtsetup
%{_datadir}/apps/%{name}
@@ -112,6 +126,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.21 2007/04/06 23:03:55 shadzik
+- add configure_in_in.patch
+- more files depending on passed bcond
+
Revision 1.20 2007/04/06 22:03:34 shadzik
- add bcond --with gammu
- add patch2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/kmobiletools.spec?r1=1.20&r2=1.21&f=u
More information about the pld-cvs-commit
mailing list