%define zope_subname OrderedFolderSupportPatch Summary: Patch-product that modifies ObjectManager Summary(pl.UTF-8): Poprawka modyfikująca ObjectManagera Name: Zope-%{zope_subname} Version: 1.0 Release: 3 License: GPL Group: Development/Tools Source0: OrderedFolderSupportPatch.tar.gz # Source0-md5: a036a5c4131d29fe27b195b695036e63 URL: http://www.nuxeo.org BuildRequires: python BuildRequires: rpmbuild(macros) >= 1.268 Requires(post,postun): /usr/sbin/installzopeproduct %pyrequires_eq python-modules Requires: Zope >= 2.6 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description This is a patch-product that modifies ObjectManager to allow folders to be ordered by the user. %description -l pl.UTF-8 Poprawka modyfikująca ObjectManagera, aby pozwalał na sortowanie folderów przez użytkownika. %prep %setup -q -n %{zope_subname} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_datadir}/%{name} cp -af *.py $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} %service -q zope restart %postun if [ "$1" = "0" ]; then /usr/sbin/installzopeproduct -d %{zope_subname} %service -q zope restart fi %files %defattr(644,root,root,755) %doc CHANGES HISTORY LICENSE.txt README.txt %{_datadir}/%{name}