SPECS: obexfs.spec (NEW) - New spec: ObexFTP FUSE filesystem.

japhy japhy at pld-linux.org
Sun Aug 27 19:17:11 CEST 2006


Author: japhy                        Date: Sun Aug 27 17:17:11 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- New spec: ObexFTP FUSE filesystem.

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

---- Diffs:

================================================================
Index: SPECS/obexfs.spec
diff -u /dev/null SPECS/obexfs.spec:1.1
--- /dev/null	Sun Aug 27 19:17:11 2006
+++ SPECS/obexfs.spec	Sun Aug 27 19:17:06 2006
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+#
+Summary:	ObexFTP filesystem
+Summary(pl):	System plików ObexFTP
+Name:		obexfs
+Version:	0.10
+Release:	1
+License:	GPL v2
+Group:		Applications/System
+Source0:	http://triq.net/obexftp/%{name}-%{version}.tar.gz
+# Source0-md5:	c8815a6347b0fa2d4fe1f250d88f4e58
+URL:		http://openobex.triq.net/
+BuildRequires:	libfuse-devel >= 2.4
+BuildRequires:	obexftp-devel >= 0.20
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define         filterout_ld    (-Wl,)?--as-needed
+
+%description
+FUSE based filesystem using ObexFTP.
+
+%description -l pl
+System plików używający ObexFTP oparty na FUSE.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+
+%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  2006/08/27 17:17:06  japhy
+- New spec: ObexFTP FUSE filesystem.
+
+
================================================================


More information about the pld-cvs-commit mailing list