From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 15 Sep 2004 09:57:43 +0300 From: Michael Shigorin To: community@altlinux.ru Message-ID: <20040915065743.GF19279@osdn.org.ua> Mail-Followup-To: community@altlinux.ru References: <20040911082143.GA1699@maximbo.istranet.ru> <20040911154838.GI19279@osdn.org.ua> <20040912072804.GA1755@maximbo.istranet.ru> <20040912101925.GU19279@osdn.org.ua> <20040912113212.GA1118@maximbo.istranet.ru> <20040912141734.GW19279@osdn.org.ua> <20040913075835.GA2926@maximbo.istranet.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eWbcAUUbgrfSEG1c" Content-Disposition: inline In-Reply-To: <20040913075835.GA2926@maximbo.istranet.ru> User-Agent: Mutt/1.4.2.1i Subject: [Comm] Re: =?koi8-r?b?0sHCz9TBINMgwdLIydfBzckg1yDLz80uINPU0s/LxQ==?= X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.1.5 Precedence: list Reply-To: community@altlinux.ru List-Id: Mailing list for ALT Linux users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Sep 2004 06:57:47 -0000 Archived-At: List-Archive: List-Post: --eWbcAUUbgrfSEG1c Content-Type: multipart/mixed; boundary="x1F0m3RQhDZyj8sd" Content-Disposition: inline --x1F0m3RQhDZyj8sd Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 13, 2004 at 11:58:35AM +0400, Maxim Bodynasky wrote: > 1) =EE=C1 atmsk.ru =D7=DA=D1=CC =D0=C1=CB=C5=D4=20 > avfs-fuse-1.1-alt1.src.rpm =EF=CA. > 2) =D3=CF=C2=D2=C1=CC =CE=C1 ALM2.2 =CE=C9=DE=C5=C7=CF =CE=C5 =CD=C5=CE= =D1 =D7 =D3=D0=C5=CB=C5. =F0=CF=CC=D5=DE=C9=CC=CF=D3=D8 =C4=D7=C1 rpm: > avfs-fuse-1.1-alt1.i586.rpm > kernel-source-fuse-1.1-alt1.i586.rpm =E1=C1=C1=C1=C1, =CE=C1 ALM2.2, =C2=CF=C0=D3=D8, =CB=D5=CC=D8=D4=D5=D2=CE= =CF =CE=C5 =D7=D9=CA=C4=C5=D4 -- =D0=D2=C9=C4=A3=D4=D3=D1 =D2=D5=CB=C1=CD=C9 =CD=CF=C4=D5=CC=D8 =D3=CF=C2=C9=D2=C1=D4=D8/=D3=D4=C1=D7=C9=D4=D8. > kernel-modules-fuse =D4=C1=CB =C9 =CE=C5 =CE=C1=DB=A3=CC. =F0=CF=C4=C5=CC= =C9=D4=C5=D3=D8? =F3 kernel24 =CE=C5 =D7=D9=CA=C4=C5=D4, =CE=C1=C4=CF kernel-image (2.3+). = =EE=CF =CE=C1 =D7=D3=D1=CB=C9=CA =D3=CC=D5=DE=C1=CA =C3=C5=D0=CC=D1=C0. --=20 ---- WBR, Michael Shigorin ------ Linux.Kiev http://www.linux.kiev.ua/ --x1F0m3RQhDZyj8sd Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="avfs.spec" Content-Transfer-Encoding: quoted-printable %define kernel 2.4.22-std-up-alt15 %define headers kernel-headers-std-up %define kernel_include linux-2.4.22-std-up Summary: enables all programs to look inside archived or compressed files, = or access remote files Name: avfs Version: 0.9.3 Release: alt License: GPL Group: User Interface/Desktop Source: %{name}-%{version}.tar.gz Patch: %{name}.initscript.patch=20 BuildRequires: libxml2-devel %{headers} w3c-libwww-devel Requires: libxml2 w3c-libwww URL: http://sourceforge.net/projects/avf AutoReq: yes, noshell %description AVFS is a system, which enables all programs to look inside archived or compressed files, or access remote files without recompiling the programs or changing the kernel. At the moment it supports floppies, tar and gzip files, zip, bzip2, ar and rar files, ftp sessions, http, webdav, rsh/rcp, ssh/scp. Quite a few other handlers are implemented with the Midnight Commander's external FS. %prep %setup -q %patch %build unset CC CXX export CFLAGS=3D"$CFLAGS -I%_includedir/w3c-libwww " =2E/configure --enable-libxml2 --with-kernel=3D%{prefix}/include/%{kernel_i= nclude} --disable-debug --with-expat=3D%_includedir/w3c-libwww make %install perl -pi -e "s|/sbin/depmod|echo /sbin/depmod|g" avfscoda/redir/Makefile perl -pi -e "s|mknod|echo mknod|g" scripts/Makefile make install_root=3D${RPM_BUILD_ROOT} install mkdir -p ${RPM_BUILD_ROOT}/%{_sysconfdir}/profile.d cp scripts/avfscoda.csh scripts/avfscoda.sh ${RPM_BUILD_ROOT}/%{_sysconfdir= }/profile.d %pre #/usr/sbin/service avfscoda stop =20 %post if test ! -e /overlay; then mkdir /overlay; fi #/usr/sbin/service avfscoda start #/usr/sbin/chkconfig avfscoda on =20 =20 =09 %files %doc README INSTALL.avfscoda INSTALL.preload COPYING COPYING.LIB FORMAT NEW= S TODO %dir %{prefix}/lib/avfs %dir %{prefix}/lib/avfs/extfs %{prefix}/sbin/avfscoda #/dev/cfs0 %{prefix}/lib/avfs/extfs/* /lib/modules/%{kernel}/misc/redir.o /etc/profile.d/avfscoda.sh /etc/profile.d/avfscoda.csh /etc/rc.d/init.d/avfscoda %changelog --x1F0m3RQhDZyj8sd-- --eWbcAUUbgrfSEG1c Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFBR+fnbsPDprYMm3IRAp1IAKCIXmuI+VISg9+h56w7nXWVn7fSrACfRprV yKeexkbpmU6fvIkvszqeSp0= =NKHc -----END PGP SIGNATURE----- --eWbcAUUbgrfSEG1c--