rpms/kmobiletools/devel kmobiletools.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Fri Jul 21 21:16:38 UTC 2006


Author: ausil

Update of /cvs/extras/rpms/kmobiletools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3890/devel

Modified Files:
	.cvsignore sources 
Added Files:
	kmobiletools.spec 
Log Message:
auto-import kmobiletools-0.4.3.3-2 on branch devel from kmobiletools-0.4.3.3-2.src.rpm


--- NEW FILE kmobiletools.spec ---
Name:           kmobiletools
Version:        0.4.3.3
Release:        2%{?dist}
Summary:        Make your mobile phone communicate with your PC

Group:          Applications/Communications
License:        GPL
URL:            http://www.kmobiletools.org
Source0:        http://download.berlios.de/kmobiletools/kmobiletools-0.4.3.3.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  kdelibs-devel, desktop-file-utils

%description
KMobileTools is a KDE application that allows you to control your mobile phone 
from your GNU/Linux workstation

To use KMobileTools you need a mobile phone, that can be attached to your PC 
using any type of connection (serial, USB, bluetooth and irda were tested 
successfully), and using an AT interface (modem-like)

%prep
%setup -q


%build
unset QTDIR || : ; . /etc/profile.d/qt.sh
export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include
%configure --disable-rpath
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

desktop-file-install \
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
--vendor=fedora \
--add-category=X-Fedora \
--delete-original \
$RPM_BUILD_ROOT%{_datadir}/applications/kde/kmobiletools.desktop

## File lists
# locale's
%find_lang %{name} || touch %{name}.lang
# HTML
HTML_DIR=$(kde-config --expandvars --install html)
if [ -d $RPM_BUILD_ROOT$HTML_DIR ]; then
for lang_dir in $RPM_BUILD_ROOT$HTML_DIR/* ; do
   lang=$(basename $lang_dir)
   echo "%lang($lang) %doc $HTML_DIR/$lang/*" >> %{name}.lang
done
fi

%clean
rm -rf $RPM_BUILD_ROOT

%post
touch --no-create %{_datadir}/icons/hicolor || :

%postun
touch --no-create %{_datadir}/icons/hicolor || :


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc COPYING README VERSION TODO AUTHORS 
%{_bindir}/kmobiletools
%{_datadir}/applications/fedora-kmobiletools.desktop
%{_datadir}/apps/kmobiletools/eventsrc
%{_datadir}/icons/hicolor/*/apps/kmobiletools.png


%changelog
* Tue May 09 2006  Dennis Gilmore <dennis at ausil.us> - 0.4.3.3-2
- add QT exports to ensure QT is found

* Mon May 08 2006  Dennis Gilmore <dennis at ausil.us> - 0.4.3.3-1
- Initial build



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kmobiletools/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Jul 2006 21:16:03 -0000	1.1
+++ .cvsignore	21 Jul 2006 21:16:37 -0000	1.2
@@ -0,0 +1 @@
+kmobiletools-0.4.3.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kmobiletools/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Jul 2006 21:16:03 -0000	1.1
+++ sources	21 Jul 2006 21:16:37 -0000	1.2
@@ -0,0 +1 @@
+73fcc767e3f44ab4e4beda30c2c1de81  kmobiletools-0.4.3.3.tar.bz2




More information about the fedora-extras-commits mailing list