source: trunk/server/fedora/specs/scripts-python-path.spec @ 1253

Last change on this file since 1253 was 1253, checked in by geofft, 15 years ago
I'm not convinced this package exists, but it's up to date now
File size: 906 bytes
Line 
1Summary: scripts.mit.edu python path configuration
2Group: Development/Languages
3Name: scripts-python-path
4Version: 0.%{scriptsversion}
5Release: 0
6Vendor: The scripts.mit.edu Team (scripts@mit.edu)
7URL: http://scripts.mit.edu
8License: GPL
9Source: %{name}.tar.gz
10BuildRoot: %{_tmppath}/%(%{__id_u} -n)-%{name}-%{version}-root
11
12%description 
13
14scripts.mit.edu python path configuration
15See http://scripts.mit.edu/wiki for more information.
16
17%prep
18%setup -q -n %{name}
19
20%install
21[ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
22install -D 00scripts-home.pth $RPM_BUILD_ROOT/usr/lib/python2.6/site-packages
23
24%clean
25[ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
26
27%files
28%defattr(0644, root, root)
29/usr/lib/python2.6/site-packages/00scripts-home.pth
30
31%changelog
32* Thu Jul  9 2009  Geoffrey Thomas <geofft@mit.edu>
33- Update to Python 2.6
34* Tue Jan 27 2009  Quentin Smith <quentin@mit.edu>
35- initial release
Note: See TracBrowser for help on using the repository browser.