summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Miƛkiewicz2006-01-07 13:19:32 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commite3d690a65ecd502110c83229b8f56d21b93a89b5 (patch)
tree0a96eeb8c23430f509d045ed1a3182e02233bba0
downloadkmobiletools-e3d690a65ecd502110c83229b8f56d21b93a89b5.zip
kmobiletools-e3d690a65ecd502110c83229b8f56d21b93a89b5.tar.gz
- new
Changed files: kmobiletools.spec -> 1.1
-rw-r--r--kmobiletools.spec48
1 files changed, 48 insertions, 0 deletions
diff --git a/kmobiletools.spec b/kmobiletools.spec
new file mode 100644
index 0000000..57b4737
--- /dev/null
+++ b/kmobiletools.spec
@@ -0,0 +1,48 @@
+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