Author: qboosh Date: Sun Sep 2 17:05:03 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - pl; needs name sanitizing
---- Files affected: SPECS: synce-wbxml2.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/synce-wbxml2.spec diff -u SPECS/synce-wbxml2.spec:1.1 SPECS/synce-wbxml2.spec:1.2 --- SPECS/synce-wbxml2.spec:1.1 Wed Aug 29 23:35:55 2007 +++ SPECS/synce-wbxml2.spec Sun Sep 2 19:04:58 2007 @@ -1,19 +1,25 @@ # $Revision$, $Date$ -Summary: SynCE - Python bindings for libwbxml +# TODO: rename to either synce-pywbxml.spec or python-pywbxml.spec +Summary: SynCE - Python bindings for wbxml2 +Summary(pl.UTF-8): SynCE - wiązania Pythona do biblioteki wbxml2 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 +# Source0-md5: 6a1181b7be09ba69fe6768a0f6156416 URL: http://www.synce.org/ BuildRequires: libwbxml2-devel >= 0.9.2 -BuildRequires: python BuildRequires: python-Pyrex +BuildRequires: python-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description +SynCE - Python bindings for wbxml2. + +%description -l pl.UTF-8 +SynCE - wiązania Pythona do biblioteki wbxml2. %prep %setup -q -n pywbxml-%{version} @@ -36,7 +42,7 @@ %files %defattr(644,root,root,755) -%{py_sitedir}/pywbxml.so +%attr(755,root,root) %{py_sitedir}/pywbxml.so %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -44,6 +50,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2007/09/02 17:04:58 qboosh +- pl; needs name sanitizing + Revision 1.1 2007/08/29 21:35:55 glen - new - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/synce-wbxml2.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
