Changeset 407 for spec/trunk/SPECS/libxml2-python.spec
- Timestamp:
- Apr 8, 2014, 12:35:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/libxml2-python.spec
r405 r407 6 6 Name: %{name} 7 7 Version: %{version} 8 Release: 5%{?dist}8 Release: 6%{?dist} 9 9 Source: libxml2-%{version}.tar.gz 10 10 #Source1: %{name}-%{unmangled_version}.tar.gz … … 46 46 cd python 47 47 python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES 48 # temporary workaround for wrong paths http://trac.netlabs.org/rpm/ticket/71 49 mkdir $RPM_BUILD_ROOT/@unixroot 50 mv $RPM_BUILD_ROOT/USR $RPM_BUILD_ROOT/@unixroot/usr 51 sed -e 's#/USR/#/@unixroot/usr/#g' -i INSTALLED_FILES 48 52 49 53 %clean … … 54 58 55 59 %changelog 60 * Tue Apr 08 2014 yd 61 - workaround for http://trac.netlabs.org/rpm/ticket/71 62 56 63 * Mon Apr 07 2014 yd 57 64 - build for python 2.7.
Note:
See TracChangeset
for help on using the changeset viewer.