summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Lee <robinlee.sysu@gmail.com>2010-09-20 17:21:27 +0800
committerRobin Lee <robinlee.sysu@gmail.com>2010-09-20 17:21:27 +0800
commitb4f616573eae460cb3d3ddb0d59be0d51b9f0104 (patch)
tree25e984db51065742280521590afab0dc7bcbe7ba
parent5b87f52b36dbeaaa3194842a6e6c9a8c488d89f8 (diff)
downloadzope-rpm-master.tar.gz
zope-rpm-master.tar.xz
zope-rpm-master.zip
python-zope-component python-zope-i18n importedHEADmaster
-rw-r--r--python-zope-component/F-13/python-zope-component.spec49
-rw-r--r--python-zope-i18n/F-13/python-zope-i18n.spec73
2 files changed, 0 insertions, 122 deletions
diff --git a/python-zope-component/F-13/python-zope-component.spec b/python-zope-component/F-13/python-zope-component.spec
deleted file mode 100644
index 946d2e9..0000000
--- a/python-zope-component/F-13/python-zope-component.spec
+++ /dev/null
@@ -1,49 +0,0 @@
-%global modname zope.component
-
-Summary: Zope Component Architecture
-Name: python-zope-component
-Version: 3.9.5
-Release: 1%{?dist}
-Source0: http://pypi.python.org/packages/source/z/%{modname}/%{modname}-%{version}.tar.gz
-License: ZPLv2.1
-Group: Development/Libraries
-BuildArch: noarch
-URL: http://pypi.python.org/pypi/zope.component
-
-BuildRequires: python2-devel
-BuildRequires: python-setuptools
-Requires: python-zope-interface
-# python-zope-event is noarch
-Requires: python-zope-event
-
-%description
-This package represents the core of the Zope Component Architecture.
-Together with the 'zope.interface' package, it provides facilities for
-defining, registering and looking up components.
-
-%prep
-%setup -q -n %{modname}-%{version}
-
-%build
-python setup.py build
-
-%install
-python setup.py install --root=$RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root,-)
-%doc LICENSE.txt CHANGES.txt COPYRIGHT.txt README.txt
-%{python_sitelib}/zope/component/
-%{python_sitelib}/%{modname}-*.egg-info
-%{python_sitelib}/%{modname}-*-nspkg.pth
-
-
-%changelog
-* Sun Sep 5 2010 Robin Lee <robinlee.sysu@gmail.com> - 3.9.5-1
-- Update to 3.9.5
-- Don't move documents
-- Requires: python-zope-filesystem and python-setuptools removed
-- Spec cleaned up
-
-* Wed Jun 16 2010 Robin Lee <robinlee.sysu@gmail.com> - 3.9.4-1
-- Initial packaging
diff --git a/python-zope-i18n/F-13/python-zope-i18n.spec b/python-zope-i18n/F-13/python-zope-i18n.spec
deleted file mode 100644
index ad2743d..0000000
--- a/python-zope-i18n/F-13/python-zope-i18n.spec
+++ /dev/null
@@ -1,73 +0,0 @@
-%global modname zope.i18n
-
-Summary: Zope Internationalization Support
-Name: python-zope-i18n
-Version: 3.7.4
-Release: 1%{?dist}
-Source0: http://pypi.python.org/packages/source/z/%{modname}/%{modname}-%{version}.tar.gz
-License: ZPLv2.1
-Group: Development/Libraries
-BuildArch: noarch
-URL: http://pypi.python.org/pypi/zope.i18n
-
-BuildRequires: python2-devel
-BuildRequires: python-setuptools
-# for tests
-#BuildRequires: python-zope-testrunner (not yet in Fedora)
-#BuildRequires: pytz
-#BuildRequires: python-zope-schema
-#BuildRequires: python-zope-i18nmessageid
-#BuildRequires: python-zope-component
-
-Requires: pytz
-# python-zope-schema is noarch
-Requires: python-zope-schema
-Requires: python-zope-i18nmessageid
-Requires: python-zope-component
-
-%description
-This package implements several APIs related to internationalization and
-localization and also provides:
-
-* Locale objects for all locales maintained by the ICU project.
-
-* Gettext-based message catalogs for message strings.
-
-* Locale discovery for Web-based requests.
-
-%prep
-%setup -q -n %{modname}-%{version}
-
-%build
-%{__python} setup.py build
-
-%install
-%{__python} setup.py install --root=%{buildroot}
-# deal with documents
-mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}/locales/
-cp -p *.txt %{buildroot}%{_docdir}/%{name}-%{version}/
-mv %{buildroot}%{python_sitelib}/zope/i18n/*.txt \
- %{buildroot}%{_docdir}/%{name}-%{version}/
-mv %{buildroot}%{python_sitelib}/zope/i18n/locales/*.txt \
- %{buildroot}%{_docdir}/%{name}-%{version}/locales/
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}-%{version}/
-%{python_sitelib}/zope/i18n/
-%exclude %{python_sitelib}/zope/i18n/tests/
-%exclude %{python_sitelib}/zope/i18n/locales/tests/
-%{python_sitelib}/%{modname}-*.egg-info
-%{python_sitelib}/%{modname}-*-nspkg.pth
-
-
-%changelog
-* Thu Sep 16 2010 Robin Lee <robinlee.sysu@gmail.com> - 3.7.4-1
-- Update to 3.7.4
-- Rearrange the documents
-- Requires: python-zope-filesystem and python-setuptools removed
-- Spec cleaned up
-- Exclude the tests
-
-* Wed Jun 16 2010 Robin Lee <robinlee.sysu@gmail.com> - 3.7.3-1
-- Initial packaging