Author: wrobell Date: Fri Aug 25 16:38:05 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - detect python 2.5 byte-compiled files - rel. 3
---- Files affected: SPECS: file.spec (1.116 -> 1.117) ---- Diffs: ================================================================ Index: SPECS/file.spec diff -u SPECS/file.spec:1.116 SPECS/file.spec:1.117 --- SPECS/file.spec:1.116 Tue Jul 25 14:14:26 2006 +++ SPECS/file.spec Fri Aug 25 18:37:59 2006 @@ -29,7 +29,7 @@ Summary(zh_TW): [EMAIL PROTECTED] 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 @@ -47,12 +47,13 @@ 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} @@ -255,6 +256,7 @@ %patch6 -p1 %patch7 -p1 %patch8 -p1 +%patch9 -p1 %build %{__libtoolize} @@ -359,6 +361,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.117 2006/08/25 16:37:59 wrobell +- detect python 2.5 byte-compiled files +- rel. 3 + Revision 1.116 2006/07/25 12:14:26 qboosh - added msdos patch (disable too greedy DOS COM/BAT entries) - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/file.spec?r1=1.116&r2=1.117&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
