From 2f30724dbf5ad4da369a5527e77c93fac0862b4a Mon Sep 17 00:00:00 2001 From: short <> Date: Thu, 21 Aug 2003 11:31:05 +0000 Subject: [PATCH] Merge 'devel' to the man package - we need it to compile kernel module. --- lufs.spec.in | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/lufs.spec.in b/lufs.spec.in index b909d27..da730c4 100644 --- a/lufs.spec.in +++ b/lufs.spec.in @@ -19,16 +19,6 @@ sshfs, ftpfs, localfs, locasefs, gvfs, cardfs, cefs, etc. Lots of other "exotic" filesystems are in the planning phase: socketfs, httpfs, freenetfs and others. -%package devel -Summary: lufs - Linux Userland File System files for filesystems development -Group: Development/Base -Requires: lufs = %{PACKAGE_VERSION} - -%description devel -Support for development of 3rd party filesystem modules for LUFS - a hybrid -userspace filesystem framework supporting many filesystems: sshfs, ftpfs, -localfs, locasefs, gvfs, cardfs, cefs, etc. - %prep %setup -q @@ -76,7 +66,7 @@ depmod -aq %preun rmmod 2>/dev/null lufs -rm -f %{_localstatedir}/lib/lufs/lufs.o +rm -f %{_localstatedir}/lib/lufs/*.o %postun depmod -aq @@ -84,11 +74,14 @@ rm -f /etc/auto.sshfs rm -f /etc/auto.ftpfs rm -f /sbin/mount.lufs +# We need 'devel' files for kernel module compilation of the standard package. %files %defattr(-,root,root) %{_datadir}/lufs +%{_includedir}/lufs %defattr(644,root,root) /etc/lufsd.conf +%{_libdir}/lib*.la %defattr(755,root,root) %{_bindir}/lufsd %{_bindir}/lussh @@ -104,12 +97,6 @@ rm -f /sbin/mount.lufs %{_bindir}/lufsmnt-bin %{_bindir}/lufsumount -%files devel -%defattr(-,root,root) -%{_includedir}/lufs -%defattr(644,root,root) -%{_libdir}/lib*.la - %changelog * Wed Aug 20 2003 Jan Kratochvil - rewritten for AutoGen as a support subsystem of Captive project -- 1.8.3.1