Changeset 110 for installers/linux/rpms/SPECS/eduCommons-3.2.spec
- Timestamp:
- 04/19/09 15:17:04 (3 years ago)
- Files:
-
- 1 modified
-
installers/linux/rpms/SPECS/eduCommons-3.2.spec (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
installers/linux/rpms/SPECS/eduCommons-3.2.spec
r67 r110 15 15 Group: eduCommons 16 16 URL: http://educommons.com 17 Source0: %{name}-%{version} .tar.gz17 Source0: %{name}-%{version}-pre.tar.gz 18 18 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 19 19 Requires: python-setuptools … … 29 29 30 30 %prep 31 %setup -q -n eduCommons-%{version} 31 %setup -q -n eduCommons-%{version}-pre 32 32 python bootstrap.py 33 33 … … 57 57 %{_prefix}/fake-eggs 58 58 %{_prefix}/products 59 %exclude %{_prefix}/bootstrap.pyc60 %exclude %{_prefix}/bootstrap.pyo59 #%exclude %{_prefix}/bootstrap.pyc 60 #%exclude %{_prefix}/bootstrap.pyo 61 61 %exclude %{_prefix}/develop-eggs 62 62 %exclude %{_prefix}/downloads
