]> git.pld-linux.org Git - packages/dic.git/commitdiff
- mc subpackage
authorZsolt Udvari <uzsolt@pld-linux.org>
Tue, 21 Jul 2009 18:26:55 +0000 (18:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- mc-specific todo
- rel 1.5

Changed files:
    dic.spec -> 1.4

dic.spec

index a79b0a6dcff5696233cfc25d9d2411741072f79b..907f54abda2ac63b992f44bbcddd75182f50578c 100644 (file)
--- a/dic.spec
+++ b/dic.spec
@@ -1,10 +1,11 @@
 # 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
@@ -30,6 +31,17 @@ Dic egy egyszerű, konzolos lemez katalogizáló. Könnyen adhatsz új
 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
 
@@ -51,6 +63,9 @@ install -d $RPM_BUILD_ROOT%{_mandir}/man{1,5}
 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
 
@@ -63,3 +78,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/dic/*
 %attr(755,root,root) %{_bindir}/*dic
 %{py_sitescriptdir}/*
+
+%files mc
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_datadir}/mc/extfs/mcdic
This page took 0.035175 seconds and 4 git commands to generate.