SPECS: synce-fur.spec (NEW) - new (using synce- prefix for easily ...

glen glen at pld-linux.org
Wed Aug 29 03:14:07 CEST 2007


Author: glen                         Date: Wed Aug 29 01:14:07 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new (using synce- prefix for easily locating related pkgs)
- needs patched librapi2 for CeSetEndOfFile impl

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

---- Diffs:

================================================================
Index: SPECS/synce-fur.spec
diff -u /dev/null SPECS/synce-fur.spec:1.1
--- /dev/null	Wed Aug 29 03:14:07 2007
+++ SPECS/synce-fur.spec	Wed Aug 29 03:14:02 2007
@@ -0,0 +1,49 @@
+# $Revision$, $Date$
+Summary:	Mount a Windows CE based device on your Linux file system using FUSE
+Name:		synce-fur
+Version:	0.4.3
+Release:	0.1
+License:	public domain
+Group:		Applications
+Source0:	http://www.infis.univ.trieste.it/~riccardo/downloads/FUR-%{version}.tar.bz2
+# Source0-md5:	f52c8fa399ca1aeaad1a71f965581916
+URL:		http://www.infis.univ.trieste.it/~riccardo/
+#Requires:	fuse
+BuildRequires:	synce-librapi2
+BuildRequires:	synce-libsynce
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+FUR is an application that let the user mount a Windows CE based
+device as a normal Linux file system.
+
+
+%prep
+%setup -q -n FUR-%{version}
+
+%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)
+
+%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  2007/08/29 01:14:02  glen
+- new (using synce- prefix for easily locating related pkgs)
+- needs patched librapi2 for CeSetEndOfFile impl
+
================================================================


More information about the pld-cvs-commit mailing list