Author: qboosh                       Date: Mon Jan  9 12:48:39 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/gphotofs.spec
diff -u /dev/null SPECS/gphotofs.spec:1.1
--- /dev/null   Mon Jan  9 13:48:39 2006
+++ SPECS/gphotofs.spec Mon Jan  9 13:48:34 2006
@@ -0,0 +1,72 @@
+# $Revision$, $Date$
+Summary:       GPhotoFS - FUSE module that exposes cameras as filesystems
+Summary(pl):   GPhotoFS - moduł FUSE pokazujący aparaty jako systemu plików
+Name:          gphotofs
+Version:       0.2
+Release:       1
+License:       GPL
+Group:         Applications
+Source0:       http://dl.sourceforge.net/gphoto/%{name}-%{version}.tar.bz2
+# Source0-md5: 76940cc0bed043b90080a3f004b2dc6e
+URL:           http://gphoto.sourceforge.net/proj/gphotofs/
+BuildRequires: libfuse-devel >= 0:2.2
+BuildRequires: glib2-devel >= 1:2.6
+BuildRequires: libgphoto2-devel >= 2.1
+BuildRequires: pkgconfig
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GPhotoFS is a filesystem client based on libgphoto2 that exposes
+supported cameras as filesystems; while some cameras implement the USB
+Mass Storage class and already appear as filesystems (making this
+program redundant), many use the Picture Transfer Protocol (PTP) or
+some other custom protocol. But as long as the camera is supported
+by libgphoto2, it can be mounted as a filesystem using this program.
+
+As libgphoto2 is a userspace library for interacting with cameras, it
+is natural that if one to build a filesystem ontop of it, one should
+use FUSE, and that is what have been done.
+
+%description -l pl
+GPhotoFS to klient systemu plików oparty na libgphoto2 pokazujący
+obsługiwane aparaty jako systemy plików; o ile niektóre aparaty
+implementują klasę USB Mass Storage i są dostępne jako systemy plików
+(co czyni ten program nadmiarowym), to wiele używa PTP (Picture
+Transfer Protocol - protokołu przesyłania zdjęć) lub innego własnego
+protokołu. O ile aparat jest obsługiwany przez libgphoto2, może być
+podmontowany jako system plików przy użyciu tego programu.
+
+Jako że libgphoto2 jest biblioteką przestrzeni użytkownika do
+komunikacji z aparatami, naturalnym jest, że aby stworzyć na jej
+podstawie system plików, należy użyć FUSE - i właśnie to zostało
+zrobione.
+
+%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 ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/gphotofs
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/01/09 12:48:34  qboosh
+- new
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to