Author: uzsolt Date: Tue Jul 21 18:27:00 2009 GMT Module: packages Tag: HEAD ---- Log message: - mc subpackage - mc-specific todo - rel 1.5
---- Files affected: packages/dic: dic.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: packages/dic/dic.spec diff -u packages/dic/dic.spec:1.3 packages/dic/dic.spec:1.4 --- packages/dic/dic.spec:1.3 Wed Jul 15 15:01:02 2009 +++ packages/dic/dic.spec Tue Jul 21 20:26:55 2009 @@ -1,11 +1,12 @@ # $Revision$, $Date$ # TODO: # - maybe create bash-completion +# - mc subpackage: doesn't work with mc, maybe need edit mc's config files Summary: Dic is a simple, console-based disk catalogizer Summary(hu.UTF-8): Dic egy egyszerű, konzolos lemez katalogizáló Name: dic Version: 0.7 -Release: 1 +Release: 1.5 License: GPL v2 Group: Applications Source0: http://dl.sourceforge.net/dic/%{name}-%{version}.tar.bz2 @@ -31,6 +32,17 @@ lemezeket a katalógushoz, kereshetsz a katalógusban, fájlok után, automatikusan átmásolhatod a fájlokat kézi navigálás nélkül, stb. +%package mc +Summary: Extfs plugin for Midnight Commander +Summary(hu.UTF-8): Extfs plugin Midnight Commander-hez +Group: Applications/Shells + +%description mc +Extfs plugin for Midnight Commander. + +%description -l hu.UTF-8 mc +Extfs plugin Midnight Commander-hez. + %prep %setup -q @@ -52,6 +64,9 @@ install man/dic.1 $RPM_BUILD_ROOT%{_mandir}/man1 install man/dic.conf.5 $RPM_BUILD_ROOT%{_mandir}/man5 +install -d $RPM_BUILD_ROOT%{_datadir}/mc/extfs +install build/scripts-2.6/mcdic $RPM_BUILD_ROOT%{_datadir}/mc/extfs + %clean rm -rf $RPM_BUILD_ROOT @@ -65,12 +80,21 @@ %attr(755,root,root) %{_bindir}/*dic %{py_sitescriptdir}/* +%files mc +%defattr(644,root,root,755) +%attr(755,root,root) %{_datadir}/mc/extfs/mcdic + %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.4 2009/07/21 18:26:55 uzsolt +- mc subpackage +- mc-specific todo +- rel 1.5 + Revision 1.3 2009/07/15 13:01:02 uzsolt - rel 1 (works for me) - bash completion todo ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dic/dic.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
