]> git.pld-linux.org Git - packages/Zope-OrderedFolderSupportPatch.git/blob - Zope-OrderedFolderSupportPatch.spec
- use %service
[packages/Zope-OrderedFolderSupportPatch.git] / Zope-OrderedFolderSupportPatch.spec
1 %define         zope_subname    OrderedFolderSupportPatch
2 Summary:        Patch-product that modifies ObjectManager
3 Summary(pl):    Poprawka modyfikuj±ca ObjectManagera
4 Name:           Zope-%{zope_subname}
5 Version:        1.0
6 Release:        3
7 License:        GPL
8 Group:          Development/Tools
9 Source0:        OrderedFolderSupportPatch.tar.gz
10 URL:            http://www.nuxeo.org
11 BuildRequires:  python
12 BuildRequires:  rpmbuild(macros) >= 1.268
13 Requires(post,postun):  /usr/sbin/installzopeproduct
14 %pyrequires_eq  python-modules
15 Requires:       Zope >= 2.6
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 This is a patch-product that modifies ObjectManager to allow folders
21 to be ordered by the user.
22
23 %description -l pl
24 Poprawka modyfikuj±ca ObjectManagera, aby pozwala³ na sortowanie
25 folderów przez u¿ytkownika.
26
27 %prep
28 %setup -q -n %{zope_subname}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
33
34 cp -af *.py $RPM_BUILD_ROOT%{_datadir}/%{name}
35
36 %py_comp $RPM_BUILD_ROOT%{_datadir}/%{name}
37 %py_ocomp $RPM_BUILD_ROOT%{_datadir}/%{name}
38
39 # find $RPM_BUILD_ROOT -type f -name "*.py" -exec rm -rf {} \;;
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %post
45 /usr/sbin/installzopeproduct %{_datadir}/%{name} %{zope_subname}
46 %service -q zope restart
47
48 %postun
49 if [ "$1" = "0" ]; then
50         /usr/sbin/installzopeproduct -d %{zope_subname}
51         %service -q zope restart
52 fi
53
54 %files
55 %defattr(644,root,root,755)
56 %doc CHANGES HISTORY LICENSE.txt README.txt
57 %{_datadir}/%{name}
This page took 0.082319 seconds and 3 git commands to generate.