File python-openxcap.spec of Package openxcap
# norootforbuild
Name: openxcap
License: BSD
Group: Productivity/Networking/Messaging
Version: 0.9.3
Release: 0
Autoreqprov: on
%py_requires
Summary: SIP SIMPLE configuration server integrated with OpenSER presence engine
URL: http://www.djangoproject.com/
Source: openxcap-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
%description
SIP SIMPLE configuration server integrated with OpenSER presence engine
%prep
%setup -n openxcap-%{version}
%build
export CFLAGS="%{optflags}"
python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES
%clean
rm -rf %{buildroot}
%files -f INSTALLED_FILES
%defattr(-,root,root)
%doc README
%changelog
* Mon Sep 24 2007 - Peter Nixon
- First Build