SPECS: synce-wbxml2.spec (NEW) - new
glen
glen at pld-linux.org
Wed Aug 29 23:36:00 CEST 2007
Author: glen Date: Wed Aug 29 21:36:00 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
synce-wbxml2.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/synce-wbxml2.spec
diff -u /dev/null SPECS/synce-wbxml2.spec:1.1
--- /dev/null Wed Aug 29 23:36:00 2007
+++ SPECS/synce-wbxml2.spec Wed Aug 29 23:35:55 2007
@@ -0,0 +1,49 @@
+# $Revision$, $Date$
+Summary: SynCE - Python bindings for libwbxml
+Name: synce-pywbxml
+Version: 0.1
+Release: 0.1
+License: MIT
+Group: Libraries
+Source0: http://dl.sourceforge.net/synce/pywbxml-%{version}.tar.gz
+# Source0-md5: 07f659f41d529d9b89da4a86db1e0ee8
+URL: http://www.synce.org/
+BuildRequires: libwbxml2-devel >= 0.9.2
+BuildRequires: python
+BuildRequires: python-Pyrex
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%prep
+%setup -q -n pywbxml-%{version}
+
+%build
+%configure \
+ --disable-static
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{py_sitedir}/pywbxml.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{py_sitedir}/pywbxml.so
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007/08/29 21:35:55 glen
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list