- Timestamp:
- Jul 9, 2009, 3:35:24 PM (15 years ago)
- Location:
- branches/fc11-dev
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc11-dev
-
branches/fc11-dev/server/fedora/specs/scripts-python-path.spec
r957 r1258 17 17 %prep 18 18 %setup -q -n %{name} 19 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} 19 20 20 21 %install 21 22 [ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT 22 install -D 00scripts-home.pth $RPM_BUILD_ROOT/usr/lib/python2.5/site-packages 23 install -d $RPM_BUILD_ROOT%{python_sitelib} 24 install -m 644 00scripts-home.pth $RPM_BUILD_ROOT%{python_sitelib} 23 25 24 26 %clean … … 27 29 %files 28 30 %defattr(0644, root, root) 29 /usr/lib/python2.5/site-packages/00scripts-home.pth31 %{python_sitelib}/00scripts-home.pth 30 32 31 33 %changelog 34 * Thu Jul 9 2009 Geoffrey Thomas <geofft@mit.edu> 35 - Update to Python 2.6 32 36 * Tue Jan 27 2009 Quentin Smith <quentin@mit.edu> 33 37 - initial release
Note: See TracChangeset
for help on using the changeset viewer.