SPECS: obextool.spec (NEW) - spec needs finishing - raw unpacked -...
blues
blues at pld-linux.org
Fri Sep 23 23:56:31 CEST 2005
Author: blues Date: Fri Sep 23 21:56:31 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- spec needs finishing - raw unpacked - works
---- Files affected:
SPECS:
obextool.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/obextool.spec
diff -u /dev/null SPECS/obextool.spec:1.1
--- /dev/null Fri Sep 23 23:56:31 2005
+++ SPECS/obextool.spec Fri Sep 23 23:56:26 2005
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+Summary: Graphical frontend to communicate with mobiles
+Name: obextool
+Version: 0.33
+Release: 0.1
+License: GPL
+Group: X11/Applications
+Source0: http://www.tech-edv.co.at/downloads/%{name}-%{version}.tar.gz
+# Source0-md5: 99f8e26f882e95399322e75ad777eacf
+#Source1: %{name}.desktop
+URL: http://www.tech-edv.co.at/programmierung/en/gplsw.html
+Requires: tablelist
+Requires: tcl
+Requires: tk-BWidget
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define _packagedir %{_datadir}/%{name}
+
+%description
+ObexTool is a graphical frontend to communicate with mobiles and other devices capable of communicating via Obex Protocol.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_packagedir}/,%{_desktopdir}}
+
+#install src/bin/secpanel $RPM_BUILD_ROOT%{_bindir}
+#cp -r src/lib/secpanel/* $RPM_BUILD_ROOT%{_packagedir}
+#install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+#%doc README CHANGES
+#%attr(755,root,root) %{_bindir}/*
+#%dir %{_libdir}/secpanel
+#%attr(755,root,root) %{_libdir}/secpanel/listserver.tcl
+#%attr(755,root,root) %{_libdir}/secpanel/secpanel*
+#%{_libdir}/secpanel/convert_history.tcl
+#%{_libdir}/secpanel/gui.tcl
+#%{_libdir}/secpanel/default*
+#%{_libdir}/secpanel/images
+#%{_desktopdir}/*.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 2005/09/23 21:56:26 blues
+- spec needs finishing - raw unpacked - works
+
================================================================
More information about the pld-cvs-commit
mailing list