Split the package to 'captive' and 'captive-lufs' packages.
authorshort <>
Thu, 21 Aug 2003 16:09:23 +0000 (16:09 +0000)
committershort <>
Thu, 21 Aug 2003 16:09:23 +0000 (16:09 +0000)
Makefile.am
captive.spec.in
debian/captive.files
debian/lufs.files [new file with mode: 0644]

index 0bb6db3..72c22d5 100644 (file)
@@ -48,6 +48,7 @@ EXTRA_DIST+= \
                debian/changelog \
                debian/control \
                debian/copyright \
+               debian/lufs.files \
                debian/rules
 
 MAINTAINERCLEANFILES+= \
index 95e0e52..b01c138 100644 (file)
@@ -24,7 +24,7 @@ Name: @PACKAGE@
 %define release 0
 Version: @VERSION@
 Release: %{release}
-Group: Applications/System
+Group: System Environment/Base
 Source: http://www.jankratochvil.net/project/captive/@PACKAGE@-@VERSION@.tar.gz
 Copyright: GPL
 BuildRoot: /var/tmp/@PACKAGE@-@VERSION@-%{release}-root
@@ -55,6 +55,18 @@ The implementation allows applications running under the GNU/Linux operating
 system to access NTFS drives. File system driver compatibility with VFAT,
 ISO9660 and EXT2 is also provided.
 
+%package lufs
+Summary: LUFS module for Microsoft Windows platform filesystem access.
+Group: System Environment/Base
+Requires: captive = %{PACKAGE_VERSION}
+Requires: lufs >= 0.9.6-1captive
+
+%description lufs
+LUFS is a hybrid userspace filesystem framework.
+
+Package provides LUFS filesystem module to access Microsoft Windows platform
+filesystems such as NTFS.
+
 #% %package devel
 #% Summary: Microsoft Windows platform filesystem access development support.
 #% Group: Development/System
@@ -102,8 +114,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root)
 %doc README NEWS AUTHORS TODO
 %{_libdir}/lib@PACKAGE@-@VERSION@.so
-%{_libdir}/liblufs-@PACKAGE@fs-@VERSION@.so
-%{_libdir}/liblufs-@PACKAGE@fs.so
 %{_libdir}/gnome-vfs-2.0/modules/lib@PACKAGE@-gnomevfs-@VERSION@.so
 %{_libdir}/gnome-vfs-2.0/modules/lib@PACKAGE@-gnomevfs.so
 %{_bindir}/@PACKAGE@-cmdline
@@ -112,6 +122,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/locale/*/LC_MESSAGES/@PACKAGE@.mo
 %attr(755,root,root) %{_var}/lib/@PACKAGE@
 
+%files lufs
+%defattr(-,root,root)
+%{_libdir}/liblufs-@PACKAGE@fs-@VERSION@.so
+%{_libdir}/liblufs-@PACKAGE@fs.so
+
 # %files devel
 # %defattr(-,root,root)
 # %doc ChangeLog
index 8a1fc7d..722fbb2 100644 (file)
@@ -3,8 +3,6 @@
 /usr/lib/gnome-vfs-2.0/modules/libcaptive-gnomevfs-0.9cvs.so
 /usr/lib/gnome-vfs-2.0/modules/libcaptive-gnomevfs.so
 /usr/lib/libcaptive-0.9cvs.so
-/usr/lib/liblufs-captivefs-0.9cvs.so
-/usr/lib/liblufs-captivefs.so
 /usr/sbin/captive-sandbox-server
 /usr/share/locale/*/LC_MESSAGES/captive.mo
 /var/lib/captive
diff --git a/debian/lufs.files b/debian/lufs.files
new file mode 100644 (file)
index 0000000..3bc5365
--- /dev/null
@@ -0,0 +1,2 @@
+/usr/lib/liblufs-captivefs-0.9cvs.so
+/usr/lib/liblufs-captivefs.so