Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- %define name ZSI
- %define version 2.1_a1
- %define unmangled_version 2.1_a1
- %define release py25
- Summary: Zolera SOAP Infrastructure
- Name: %{name}
- Version: %{version}
- Release: %{release}
- Source0: %{name}-%{unmangled_version}.tar.gz
- License: Python
- Group: Development/Libraries
- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
- Prefix: %{_prefix}
- BuildArch: noarch
- Vendor: Rich Salz, et al <[email protected]>
- Requires: python25
- Url: http://pywebsvcs.sf.net/
- %description
- For additional information, please see http://pywebsvcs.sf.net/
- %prep
- %setup -n %{name}-%{unmangled_version}
- %build
- /usr/bin/python2.5 setup.py build
- %install
- /usr/bin/python2.5 setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
- %clean
- rm -rf $RPM_BUILD_ROOT
- %files -f INSTALLED_FILES
- %defattr(-,root,root)
- %doc README
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement