SPECS: gobexftp.spec (NEW) - raw, not working yet

blues blues at pld-linux.org
Fri Sep 23 22:25:20 CEST 2005


Author: blues                        Date: Fri Sep 23 20:25:20 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- raw, not working yet

---- Files affected:
SPECS:
   gobexftp.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/gobexftp.spec
diff -u /dev/null SPECS/gobexftp.spec:1.1
--- /dev/null	Fri Sep 23 22:25:20 2005
+++ SPECS/gobexftp.spec	Fri Sep 23 22:25:14 2005
@@ -0,0 +1,38 @@
+Summary:	Access devices via ObexFTP e.g. Siemens Moblile Equipment
+Name:		gobexftp
+Version:	0.2
+Release:	0.1
+License:	GPL
+Group:		Utilities/Console
+Source0:	http://triq.net/obexftp/%{name}-%{version}.tar.gz
+# Source0-md5:	5c7ea2b28171eeb06a6a6f6eee2a69e7
+Patch0:		%{name}-fix.patch
+URL:		http://triq.net/gsm.html
+BuildRequires:	libuuid-devel
+BuildRequires:	obexftp-devel > 0.10.7-1
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package contains a GTK client for ObexFTP.
+
+%prep
+%setup
+
+%build
+%configure 
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-, root, root)
+#%doc AUTHORS COPYING ChangeLog NEWS README
+#%{_bindir}/*
+#%{_datadir}/gobexftp/pixmaps/*
================================================================



More information about the pld-cvs-commit mailing list