Author: wrobell Date: Mon Sep 10 00:40:07 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - ver. 3.4.0
---- Files affected: SPECS: ZopeInterface.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: SPECS/ZopeInterface.spec diff -u SPECS/ZopeInterface.spec:1.9 SPECS/ZopeInterface.spec:1.10 --- SPECS/ZopeInterface.spec:1.9 Mon Feb 12 22:23:46 2007 +++ SPECS/ZopeInterface.spec Mon Sep 10 02:40:02 2007 @@ -1,14 +1,13 @@ # $Revision$, $Date$ Summary: zope.interface package used in Zope 3 Summary(pl.UTF-8): Moduł interface używany w Zope 3 -Name: ZopeInterface -Version: 3.0.1 -Release: 5 +Name: Zope-Interface +Version: 3.4.0 +Release: 0.1 License: ZPL 2.0 Group: Development/Tools -Source0: http://www.zope.org/Products/ZopeInterface/%{version}final/%{name}-%{version}.tgz -# Source0-md5: 114f302c2b132d43ad4e01d108b4d192 -Patch0: %{name}-build.patch +Source0: http://download.zope.org/distribution/zope.interface-%{version}.tar.gz +# Source0-md5: 0be9fd80b7bb6bee520e56eba7d29c90 URL: http://www.zope.org/Products/ZopeInterface/ BuildRequires: python BuildRequires: python-devel @@ -22,8 +21,7 @@ Moduł interface używany w Zope 3. %prep -%setup -q -%patch0 -p1 +%setup -q -n zope.interface-%{version} %build python ./setup.py build @@ -35,11 +33,7 @@ --optimize 2 \ --root=$RPM_BUILD_ROOT -%py_comp $RPM_BUILD_ROOT%{py_sitedir}/zope -%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}/zope - -find $RPM_BUILD_ROOT -type f -name "*.py" -exec rm -rf {} \;; -rm -rf $RPM_BUILD_ROOT%{py_sitedir}/zope/README.txt +%{py_postclean} %clean rm -rf $RPM_BUILD_ROOT @@ -47,23 +41,9 @@ %files %defattr(644,root,root,755) %doc README.txt -%{py_sitedir}/zope/*.cfg -%dir %{py_sitedir}/zope -%{py_sitedir}/zope/*.py[co] -%dir %{py_sitedir}/zope/interface -%{py_sitedir}/zope/interface/*.py[co] -%{py_sitedir}/zope/interface/*.cfg -%{py_sitedir}/zope/interface/*.so -%{py_sitedir}/zope/interface/*.txt -%dir %{py_sitedir}/zope/interface/common -%{py_sitedir}/zope/interface/common/*.py[co] -%dir %{py_sitedir}/zope/interface/common/tests -%{py_sitedir}/zope/interface/common/tests/*.py[co] -%dir %{py_sitedir}/zope/interface/tests -%{py_sitedir}/zope/interface/tests/*.py[co] -%{py_sitedir}/zope/interface/tests/*.txt -%dir %{py_sitedir}/zope/testing -%{py_sitedir}/zope/testing/*.py[co] +%{py_sitedir}/zope/interface +%{py_sitedir}/zope*egg* +%{py_sitedir}/zope*pth %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -71,6 +51,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2007/09/10 00:40:02 wrobell +- ver. 3.4.0 + Revision 1.9 2007/02/12 21:23:46 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ZopeInterface.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
