Ignore:
Timestamp:
Apr 9, 2014, 5:17:45 PM (11 years ago)
Author:
Yuri Dario
Message:

spec: updates to python macros.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/yum-metadata-parser.spec

    r405 r411  
    33Name: yum-metadata-parser
    44Version: 1.1.4
    5 Release: 4%{?dist}
     5Release: 5%{?dist}
    66Source0: %{name}-%{version}.tar.gz
    77License: GPL
     
    1717
    1818Requires: sqlite, glib2, libxml2
    19 Requires: python(abi) = 2.7
     19Requires: python(abi) = %{python_version}
    2020
    2121%description
     
    2626
    2727%build
     28export EMXSHELL="cmd.exe"
    2829%{__python} setup.py build
    2930
    3031%install
    31 %{__python} setup.py install -O1 --root=%{buildroot}
     32export EMXSHELL="cmd.exe"
     33%{__python} setup.py install -O1 --prefix %{_prefix} --root=%{buildroot}
    3234
    3335%clean
Note: See TracChangeset for help on using the changeset viewer.