Author: darekr Date: Tue Jul 19 14:38:45 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 4.05; added rx/README to know how use rx_* - _mandir is already needless - man page disappeared
---- Files affected: SPECS: vfu.spec (1.19 -> 1.20) ---- Diffs: ================================================================ Index: SPECS/vfu.spec diff -u SPECS/vfu.spec:1.19 SPECS/vfu.spec:1.20 --- SPECS/vfu.spec:1.19 Fri Oct 29 17:19:25 2004 +++ SPECS/vfu.spec Tue Jul 19 16:38:39 2005 @@ -2,13 +2,12 @@ Summary: VFU is console (text mode) file manager for UNIX/Linux Summary(pl): VFU - tekstowy zarządca plików dla Uniksa/Linuksa Name: vfu -Version: 4.03 +Version: 4.05 Release: 0.1 License: GPL Group: Applications/Shells Source0: http://www.ibiblio.org/pub/Linux/utils/file/managers/%{name}-%{version}.tar.gz -# Source0-md5: 153fdc2cf616fcc99b8d67c7cd2e1826 -# http://soul.datamax.bg/~cade/vfu/vfu-4.03.src.tar.gz - painfully slow transfer +# Source0-md5: 63e822f9d61f1c9430867a115141a5a3 URL: http://soul.datamax.bg/~cade/vfu/ BuildRequires: libstdc++-devel BuildRequires: ncurses-devel @@ -80,11 +79,9 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_bindir},%{_mandir}/man1} +install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_bindir}} -install vfu/vfu $RPM_BUILD_ROOT%{_bindir} -install rx/rx_* $RPM_BUILD_ROOT%{_bindir} -install vfu.1 $RPM_BUILD_ROOT%{_mandir}/man1 +install vfu/vfu rx/rx_* $RPM_BUILD_ROOT%{_bindir} install vfu.conf $RPM_BUILD_ROOT%{_sysconfdir} %clean @@ -92,9 +89,8 @@ %files %defattr(644,root,root,755) -%doc CONFIG FAQ HISTORY INSTALL NOTES README README.DOS THANKS.TO TODO XWINDOW.NOTES +%doc CONFIG FAQ HISTORY NOTES README README.DOS THANKS.TO TODO XWINDOW.NOTES rx/README %attr(755,root,root) %{_bindir}/* -%{_mandir}/man?/* %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -103,6 +99,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.20 2005/07/19 14:38:39 darekr +- updated to 4.05; added rx/README to know how use rx_* +- _mandir is already needless - man page disappeared + Revision 1.19 2004/10/29 15:19:25 paladine - spelling fixes ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/vfu.spec?r1=1.19&r2=1.20&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
