]> git.pld-linux.org Git - packages/dic.git/commitdiff
- rename mc subpackage to mc-plugin-dic auto/th/dic-0_7-3
authorZsolt Udvari <uzsolt@pld-linux.org>
Sun, 11 Apr 2010 15:40:28 +0000 (15:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- mcextfs plugin placed to libdir/mc/extfs.d
- 'post mc' unneeded
- rel up

Changed files:
    dic.spec -> 1.11

dic.spec

index 7dd0e142a408083ee26eb8a7aea6cc3e21654ff7..ab4df497e33670301ca941f85c6e40b619f4123a 100644 (file)
--- a/dic.spec
+++ b/dic.spec
@@ -2,10 +2,10 @@ 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:       2
+Release:       3
 License:       GPL v2
 Group:         Applications
-Source0:       http://dl.sourceforge.net/dic/%{name}-%{version}.tar.bz2
+Source0:       http://downloads.sourceforge.net/dic/%{name}-%{version}.tar.bz2
 # Source0-md5: c604751a05298dad2492189e1f31ec21
 Source1:       %{name}-bash-completion
 URL:           http://dic.sourceforge.net/
@@ -16,8 +16,6 @@ Requires:     python-modules
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                mcextfs         %{_datadir}/mc/extfs/extfs.ini
-
 %description
 Dic is a simple, console-based disk catalogizer. It can easily add
 disks to the catalog, search in the catalog, search for files,
@@ -29,18 +27,19 @@ 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
+%package -n mc-plugin-dic
 Summary:       Extfs plugin for Midnight Commander
 Summary(hu.UTF-8):     Extfs plugin Midnight Commander-hez
 Group:         Applications/Shells
 Requires:      %{name} = %{version}-%{release}
 Requires:      mc
+Obsoletes:     dic-dic
 
-%description mc
+%description -n mc-plugin-dic
 Extfs plugin for Midnight Commander. In the running Midnight Commander
 type "cd #mcdic".
 
-%description mc -l hu.UTF-8
+%description -n mc-plugin-dic -l hu.UTF-8
 Extfs plugin Midnight Commander-hez. A futó Midnight Commander-ben
 gépeld be a "cd #mcdic" sort!
 
@@ -78,8 +77,8 @@ 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
+install -d $RPM_BUILD_ROOT%{_libdir}/mc/extfs.d
+install build/scripts-2.6/mcdic $RPM_BUILD_ROOT%{_libdir}/mc/extfs.d
 
 install -d $RPM_BUILD_ROOT/etc/bash_completion.d
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/bash_completion.d/dic
@@ -97,15 +96,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*dic
 %{py_sitescriptdir}/*
 
-%files mc
+%files -n mc-plugin-dic
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_datadir}/mc/extfs/mcdic
+%attr(755,root,root) %{_libdir}/mc/extfs.d/mcdic
 
 %files -n bash-completion-%{name}
 %defattr(644,root,root,755)
 /etc/bash_completion.d/%{name}
-
-%post mc
-if [ -f %{mcextfs} ]; then
-       grep -q mcdic %{mcextfs} || echo -e "\n# dic disk catalogizer\nmcdic:\n" >> %{mcextfs}
-fi
This page took 0.068454 seconds and 4 git commands to generate.