Author: uzsolt Date: Thu Aug 21 14:25:05 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - initial
---- Files affected: SPECS: linm.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/linm.spec diff -u /dev/null SPECS/linm.spec:1.1 --- /dev/null Thu Aug 21 16:25:05 2008 +++ SPECS/linm.spec Thu Aug 21 16:25:00 2008 @@ -0,0 +1,71 @@ +# $Revision$, $Date$ +Summary: LinM is a visual file manager +Summary(hu.UTF-8): LinM egy vizuális fájlkezelő +Name: linm +Version: 0.8.1 +Release: 1 +License: GPL +Group: Applications/Shells +Source0: http://kldp.net/frs/download.php/4508/%{name}_%{version}-1.tar.gz +# Source0-md5: 10af8ec824b3e75d3602dad66d073655 +URL: http://kldp.net/projects/mls +# if you want to use samba +# BuildRequires: samba-devel +BuildRequires: ncurses-devel +BuildRequires: openssl-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +LinM is a visaul file manager. It's a feature rich full-screen text +mode application that allows you to copy, move and delete files and +whole directory trees, search for files and run commands in the +subshell. LinM is best features are its ability to FTP, SFTP, view tar +and zip, alz files, and to poke into RPMs for specific files, and DEB +package. + +%description -l hu.UTF-8 +LinM egy vizuális fájlkezelő. Lehetőségek gazdag tárházát nyújtja ez a +teljes-képernyős, szöveges módú program, amellyel másolni, mozgatni és +törölni tudsz fájlokat és egész könyvtár-struktúrákat, kereshetsz +fájlokat és futtathatsz parancsokat egy alhéjban. LinM képes FTP-hez +és SFTP-hez csatlakozin, tar és zip fájlokba nézni, valamint RPM és +DEB csomagokba. + +%prep +%setup -q + + +%build +%configure \ + --disable-static CPPFLAGS="-I/usr/include/ncursesw" +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README TODO +%attr(755,root,root) %{_bindir}/* +%dir %{_sysconfdir}/linm +%{_desktopdir}/LinM.desktop +%{_pixmapsdir}/linm.xpm +%{_sysconfdir}/linm/* +%{_datadir}/locale/* +%{_libdir}/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008/08/21 14:25:00 uzsolt +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
