Author: wrobell                      Date: Wed Feb 23 01:49:41 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- based on python-sqlite.spec

---- Files affected:
SPECS:
   python-spread.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/python-spread.spec
diff -u /dev/null SPECS/python-spread.spec:1.1
--- /dev/null   Wed Feb 23 02:49:41 2005
+++ SPECS/python-spread.spec    Wed Feb 23 02:49:36 2005
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+
+%define                module  SpreadModule
+
+Summary:       Python extension module wrapping the C API for Spread, an open 
source group communications package
+Name:          python-%{module}
+Version:       1.5
+Release:       0.1
+License:       PSF
+Group:         Development/Languages/Python
+Source0:       
http://www.zope.org/Members/tim_one/spread/SpreadModule-1.5/SpreadModule-1.5.tgz
+# Source0-md5: 4c953e0f9f08635fb47dd04a23e222dc
+URL:           http://www.zope.org/Members/tim_one/spread/
+%pyrequires_eq python-modules
+BuildRequires: python-devel >= 1:2.3
+BuildRequires: rpm-pythonprov
+BuildRequires: spread-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Python extension module wrapping the C API for Spread, an open source group
+communications package.
+
+%prep
+%setup -q -n %{module}-%{version}
+
+%build
+CFLAGS="%{rpmcflags}"
+export CFLAGS
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install \
+       --root=$RPM_BUILD_ROOT --optimize=2
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES README TODO* doc.txt
+%attr(755,root,root) %{py_sitedir}/*.so
+
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/02/23 01:49:36  wrobell
+- based on python-sqlite.spec
+
================================================================

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to