Just do not compile bug-replay(1) if libxml2-2.5.9 is not available.
[captive.git] / captive.spec.in
index 84fbb4a..e09dc74 100644 (file)
@@ -30,8 +30,15 @@ Copyright: GPL
 BuildRoot: /var/tmp/@PACKAGE@-@VERSION@-%{release}-root
 
 %description
-Microsoft Windows platform filesystem access.
-TODO
+Existing binary Microsoft Windows file system drivers were exploited
+for accessing drives with possibly proprietary file system data structures.
+Open file system API is provided to access these file system drivers.
+Microsoft Windows system components required by these drivers
+were analyzed and successfuly emulated in the GNU/Linux operating system.
+Currently the implementation allows applications running under the GNU/Linux
+operating system to access VFAT, ISO9660 and EXT2 drives. NTFS file system
+capability target is the final goal being currently developed on the base
+of this project assets.
 
 #% %package devel
 #% Summary: Microsoft Windows platform filesystem access development support.
@@ -74,20 +81,21 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
-%doc README NEWS AUTHORS ChangeLog
+%doc README NEWS AUTHORS
 %{_libdir}/gnome-vfs-2.0/modules/libcaptive-gnomevfs-@VERSION@.so
 %{_libdir}/gnome-vfs-2.0/modules/libcaptive-gnomevfs.so
-%{_libdir}/gnome-vfs-2.0/modules/libcaptive-gnomevfs.la
 %{_libdir}/libcaptive-@VERSION@.so
 %{_bindir}/captive-cmdline
+%attr(4755,root,root) %{_sbindir}/captive-sandbox-server
 %{_sysconfdir}/gnome-vfs-2.0/modules/captive.conf
 %{_datadir}/locale/*/LC_MESSAGES/@PACKAGE@.mo
 
 # %files devel
 # %defattr(-,root,root)
-# #%doc ChangeLog
+# %doc ChangeLog
 # /usr/include/@PACKAGE@
 # /usr/share/aclocal/*
+# %{_libdir}/gnome-vfs-2.0/modules/libcaptive-gnomevfs.la
 # /usr/lib/*.a
 # /usr/lib/*.la
 # ###for --disable-shared/(--enable-static-link disable):