From 91a097001118f1ed444a4e750e5a33d505f6feee Mon Sep 17 00:00:00 2001 From: ciesiel Date: Sun, 9 May 2004 13:02:52 +0000 Subject: [PATCH] - initial release Changed files: Zope-I18NLayer.spec -> 1.1 --- Zope-I18NLayer.spec | 67 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 Zope-I18NLayer.spec diff --git a/Zope-I18NLayer.spec b/Zope-I18NLayer.spec new file mode 100644 index 0000000..767a5ca --- /dev/null +++ b/Zope-I18NLayer.spec @@ -0,0 +1,67 @@ +%include /usr/lib/rpm/macros.python +%define zope_subname I18NLayer +Summary: Provide multilanguage content support for existing document types +Summary(pl): Umo¿liwia tworzenie wielojêzykowych dokumentów w ¶rodowisku Zope +Name: Zope-%{zope_subname} +Version: 0.5.5 +Release: 1 +License: GPL v2+ +Group: Development/Tools +Source0: http://dl.sourceforge.net/collective/%{zope_subname}-%{version}.tar.gz +# Source0-md5: c665c8dc212c3bd36a62df57fd60994d +URL: http://plone.org/Members/longsleep/I18NLayer/ +%pyrequires_eq python-modules +Requires: Zope +Requires: Zope-CMFPlone +Requires: Zope-archetypes +Requires: Zope-PloneLanguageTool + +Requires(post,postun): /usr/sbin/installzopeproduct +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +I18NLayer provides a transparent overlay above multiple content +objects to provide multilanguage content support for existing document +types. + +%description -l pl +I18NLayer dostarcza mechanizm tworzenia wielojêzykowych dokumentów dla +produktów Zope. + +%prep +%setup -q -n %{zope_subname} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_datadir}/%{name} + +cp -af {Extensions,i18n,skins,tests,*.py,version.txt} \ + $RPM_BUILD_ROOT%{_datadir}/%{name} + +%py_comp $RPM_BUILD_ROOT%{_datadir}/%{name} +%py_ocomp $RPM_BUILD_ROOT%{_datadir}/%{name} + +# find $RPM_BUILD_ROOT -type f -name "*.py" -exec rm -rf {} \;; + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +/usr/sbin/installzopeproduct %{_datadir}/%{name} %{zope_subname} +if [ -f /var/lock/subsys/zope ]; then + /etc/rc.d/init.d/zope restart >&2 +fi + +%postun +if [ "$1" = "0" ]; then + /usr/sbin/installzopeproduct -d %{zope_subname} + if [ -f /var/lock/subsys/zope ]; then + /etc/rc.d/init.d/zope restart >&2 + fi +fi + +%files +%defattr(644,root,root,755) +%doc ChangeLog +%{_datadir}/%{name} -- 2.43.0