]> git.pld-linux.org Git - packages/Zope-dirs.git/blob - Zope-dirs.spec
- x32 rebuild
[packages/Zope-dirs.git] / Zope-dirs.spec
1 Summary:        Common dirs for Zope libraries
2 Summary(pl.UTF-8):      Katalogi wspólne dla bibliotek Zope
3 Name:           Zope-dirs
4 Version:        1.0
5 Release:        7
6 License:        Public Domain
7 Group:          Libraries/Python
8 BuildRequires:  python
9 BuildRequires:  python-devel
10 BuildRequires:  rpm-pythonprov
11 BuildRequires:  rpmbuild(macros) >= 1.219
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 # nothing to put there
15 %define         _enable_debug_packages  0
16
17 %description
18 Common dirs for Zope libraries.
19
20 %description -l pl.UTF-8
21 Katalogi wspólne dla bibliotek Zope.
22
23 %prep
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 install -d $RPM_BUILD_ROOT%{py_sitedir}/zope
28 touch $RPM_BUILD_ROOT%{py_sitedir}/zope/__init__.py
29 %py_comp $RPM_BUILD_ROOT%{py_sitedir}/zope
30 %py_ocomp $RPM_BUILD_ROOT%{py_sitedir}/zope
31 %py_postclean
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %{py_sitedir}/zope
This page took 0.0604 seconds and 4 git commands to generate.