SPECS: synce-kpm.spec (NEW) - cp of r1.14 synce-kde.spec
glen
glen at pld-linux.org
Sun Jan 27 14:56:01 CET 2008
Author: glen Date: Sun Jan 27 13:56:01 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- cp of r1.14 synce-kde.spec
---- Files affected:
SPECS:
synce-kpm.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/synce-kpm.spec
diff -u /dev/null SPECS/synce-kpm.spec:1.1
--- /dev/null Sun Jan 27 14:56:01 2008
+++ SPECS/synce-kpm.spec Sun Jan 27 14:55:55 2008
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+# TODO
+# - pl
+# - python deps
+Summary: SynCE KDE PDA Manager
+Name: synce-kpm
+Version: 0.11
+Release: 0.1
+License: GPL v2
+Group: X11/Applications
+Source0: http://dl.sourceforge.net/synce/synce-kpm-%{version}.tar.gz
+# Source0-md5: 89d3f7352ddc7bc64a44353466da802e
+URL: http://www.synce.org/
+BuildRequires: python
+BuildRequires: rpmbuild(macros) >= 1.213
+#Requires: PyQT4
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Device Manager for WM5+ devices for KDE.
+
+%prep
+%setup -q -n synce-kpm-%{version}
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+python setup.py install \
+ --root=$RPM_BUILD_ROOT
+
+%py_postclean
+
+install -d $RPM_BUILD_ROOT%{_datadir}/synceKPM
+mv $RPM_BUILD_ROOT{/usr/synceKPM/data/*,%{_datadir}/synceKPM}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS Changelog README TODO
+%attr(755,root,root) %{_bindir}/synce-kpm
+%dir %{py_sitescriptdir}/synceKPM
+%dir %{py_sitescriptdir}/synceKPM/dialogs
+%dir %{py_sitescriptdir}/synceKPM/util
+%{py_sitescriptdir}/synceKPM/*.py[co]
+%{py_sitescriptdir}/synceKPM/dialogs/*.py[co]
+%{py_sitescriptdir}/synceKPM/util/*.py[co]
+%{py_sitescriptdir}/*.egg-info
+%{_datadir}/synceKPM
+
+%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 2008-01-27 13:55:55 glen
+- cp of r1.14 synce-kde.spec
+
================================================================
More information about the pld-cvs-commit
mailing list