X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=captive.spec.in;h=3f2c438e032dedf8aef08be1658ac4e65887987d;hb=edc2e1844b26b565d654a2289296147da95ccbd0;hp=14483d57e31e98f70075a2477b8d75d181b477c7;hpb=24d11c8d4591e477b605e7f05fcf9dd624d6c998;p=captive.git diff --git a/captive.spec.in b/captive.spec.in index 14483d5..3f2c438 100644 --- a/captive.spec.in +++ b/captive.spec.in @@ -67,6 +67,18 @@ LUFS is a hybrid userspace filesystem framework. Package provides LUFS filesystem module to access Microsoft Windows platform filesystems such as NTFS. +%package install +Summary: Instant installer for Microsoft Windows platform filesystem access. +Group: System Environment/Base +Requires: captive-lufs = %{PACKAGE_VERSION} +BuildRequires: ntfsprogs-devel +Requires: ntfsprogs + +%description install +Package provides easy enough unattended installation of Microsoft Windows +platform filesystem access. Installer finds available NTFS partitions and +tries to acquire needed Microsoft Windows filesystem driver files. + #% %package devel #% Summary: Microsoft Windows platform filesystem access development support. #% Group: Development/System @@ -131,6 +143,16 @@ rm -rf $RPM_BUILD_ROOT /sbin/mount.@PACKAGE@ /sbin/mount.@PACKAGE@-* +%post install +%{_sbindir}/captive-install-fstab --add + +%preun install +%{_sbindir}/captive-install-fstab --remove + +%files install +%defattr(-,root,root) +%{_sbindir}/captive-install-fstab + # %files devel # %defattr(-,root,root) # %doc ChangeLog