]> git.pld-linux.org Git - packages/file.git/commitdiff
- detect python 2.5 byte-compiled files
authorwrobell <wrobell@pld-linux.org>
Fri, 25 Aug 2006 16:37:59 +0000 (16:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel. 3

Changed files:
    file.spec -> 1.117

file.spec

index 513692755215777bd2811d646b4ea685027bbb38..6ad781d34c281fdd22bf1964e763787ef3a61724 100644 (file)
--- a/file.spec
+++ b/file.spec
@@ -28,7 +28,7 @@ Summary(zh_CN):       
 Summary(zh_TW):        ¥Î©ó¨M©wÀÉ®×Ãþ«¬ªº¤@­Ó¤u¨ãµ{¦¡¡C
 Name:          file
 Version:       4.17
-Release:       2
+Release:       3
 License:       distributable
 Group:         Applications/File
 Source0:       ftp://ftp.astron.com/pub/file/%{name}-%{version}.tar.gz
@@ -46,12 +46,13 @@ Patch5:             %{name}-greedy-dump.patch
 Patch6:                %{name}-magic.patch
 Patch7:                %{name}-selinux.patch
 Patch8:                %{name}-msdos.patch
+Patch9:                %{name}-python-2.5.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
 %if %{with python}
-BuildRequires: python-devel
-BuildRequires: python-modules
+BuildRequires: python-devel >= 2.5
+BuildRequires: python-modules >= 2.5
 BuildRequires: rpm-pythonprov
 %endif
 Requires:      libmagic = %{version}-%{release}
@@ -254,6 +255,7 @@ Wi
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 
 %build
 %{__libtoolize}
This page took 0.128977 seconds and 4 git commands to generate.