]> git.pld-linux.org Git - packages/dic.git/commitdiff
- make compatible with python 2.7 auto/th/dic-0_7-7
authorZsolt Udvari <uzsolt@pld-linux.org>
Thu, 15 Jul 2010 04:39:40 +0000 (04:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 7

Changed files:
    dic.spec -> 1.15

dic.spec

index e5de5fecdedb50aa42cdb466285cf36b262fbe6c..179296dcc71c105ebf480ae883ca8f86be4b2de4 100644 (file)
--- a/dic.spec
+++ b/dic.spec
@@ -2,14 +2,14 @@ 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:       6
+Release:       7
 License:       GPL v2
 Group:         Applications
 Source0:       http://downloads.sourceforge.net/dic/%{name}-%{version}.tar.bz2
 # Source0-md5: c604751a05298dad2492189e1f31ec21
 Source1:       %{name}-bash-completion
 URL:           http://dic.sourceforge.net/
-BuildRequires: python-devel
+BuildRequires: python-devel >= 2.7
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.219
 Requires:      python-modules
@@ -77,7 +77,7 @@ install man/dic.1 $RPM_BUILD_ROOT%{_mandir}/man1
 install man/dic.conf.5 $RPM_BUILD_ROOT%{_mandir}/man5
 
 install -d $RPM_BUILD_ROOT%{_libdir}/mc/extfs.d
-install build/scripts-2.6/mcdic $RPM_BUILD_ROOT%{_libdir}/mc/extfs.d
+install build/scripts-2.7/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
This page took 0.031759 seconds and 4 git commands to generate.