Changeset 411 for spec/trunk/SPECS/yum-metadata-parser.spec
- Timestamp:
- Apr 9, 2014, 5:17:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/yum-metadata-parser.spec
r405 r411 3 3 Name: yum-metadata-parser 4 4 Version: 1.1.4 5 Release: 4%{?dist}5 Release: 5%{?dist} 6 6 Source0: %{name}-%{version}.tar.gz 7 7 License: GPL … … 17 17 18 18 Requires: sqlite, glib2, libxml2 19 Requires: python(abi) = 2.719 Requires: python(abi) = %{python_version} 20 20 21 21 %description … … 26 26 27 27 %build 28 export EMXSHELL="cmd.exe" 28 29 %{__python} setup.py build 29 30 30 31 %install 31 %{__python} setup.py install -O1 --root=%{buildroot} 32 export EMXSHELL="cmd.exe" 33 %{__python} setup.py install -O1 --prefix %{_prefix} --root=%{buildroot} 32 34 33 35 %clean
Note:
See TracChangeset
for help on using the changeset viewer.