]> git.pld-linux.org Git - packages/Zope-I18NLayer.git/blob - Zope-I18NLayer.spec
e0ad487b6f58fcc08a823f97ecfd6be474406484
[packages/Zope-I18NLayer.git] / Zope-I18NLayer.spec
1 %define         zope_subname    I18NLayer
2 Summary:        Provide multilanguage content support for existing document types
3 Summary(pl.UTF-8):   Umożliwia tworzenie wielojęzykowych dokumentów w środowisku Zope
4 Name:           Zope-%{zope_subname}
5 Version:        0.6.0
6 Release:        1
7 License:        GPL v2+
8 Group:          Development/Tools
9 #Source0:       http://dl.sourceforge.net/collective/%{zope_subname}-%{version}.tar.gz
10 Source0:        http://dl.sourceforge.net/collective/I18NLayer-%{version}.tar.gz
11 # Source0-md5:  63097d2b464724c381afd3d598233994
12 URL:            http://plone.org/Members/longsleep/I18NLayer/
13 BuildRequires:  python
14 BuildRequires:  rpmbuild(macros) >= 1.268
15 %pyrequires_eq  python-modules
16 Requires:       Zope
17 Requires:       Zope-CMFPlone
18 Requires:       Zope-PloneLanguageTool
19 Requires:       Zope-archetypes
20
21 Requires(post,postun):  /usr/sbin/installzopeproduct
22 BuildArch:      noarch
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 I18NLayer provides a transparent overlay above multiple content
27 objects to provide multilanguage content support for existing document
28 types.
29
30 %description -l pl.UTF-8
31 I18NLayer dostarcza mechanizm tworzenia wielojęzykowych dokumentów dla
32 produktów Zope.
33
34 %prep
35 %setup -q -n %{zope_subname}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
40
41 cp -af {Extensions,i18n,skins,tests,*.py,version.txt} \
42         $RPM_BUILD_ROOT%{_datadir}/%{name}
43
44 %py_comp $RPM_BUILD_ROOT%{_datadir}/%{name}
45 %py_ocomp $RPM_BUILD_ROOT%{_datadir}/%{name}
46
47 # find $RPM_BUILD_ROOT -type f -name "*.py" -exec rm -rf {} \;;
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %post
53 /usr/sbin/installzopeproduct %{_datadir}/%{name} %{zope_subname}
54 %service -q zope restart
55
56 %postun
57 if [ "$1" = "0" ]; then
58         /usr/sbin/installzopeproduct -d %{zope_subname}
59         %service -q zope restart
60 fi
61
62 %files
63 %defattr(644,root,root,755)
64 %doc CHANGELOG
65 %{_datadir}/%{name}
This page took 0.054273 seconds and 2 git commands to generate.