%define zope_subname FileSystemSite Summary: Repackaging of the CMF's FileSystem Directory Views Summary(pl.UTF-8): Produkt zmieniający organizacje wyświetlania katalogów w CMF Name: Zope-%{zope_subname} Version: 2.1 Release: 1 License: ZPL 2.0 Group: Development/Tools Source0: http://www.infrae.com/download/%{zope_subname}/%{version}/%{zope_subname}-%{version}.tgz # Source0-md5: 8c3069af49168023ea8e56c54f2bf4c8 URL: http://zope.org/Members/philikon/FileSystemSite/ BuildRequires: python BuildRequires: rpmbuild(macros) >= 1.268 %pyrequires_eq python-modules Requires: Zope >= 2.7 Requires: Zope-CMF >= 1:1.4.1 Requires(post,postun): /usr/sbin/installzopeproduct BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description FileSystemSite repackaging of the CMF's FileSystem Directory Views %description -l pl.UTF-8 FileSystemSite jest produktem Zope zmieniającym sposób wyświetlania katalogów w CMF %prep %setup -q -n %{zope_subname} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_datadir}/%{name} cp -af {EditorUtils,ExampleSite,Extensions,dtml,images,templates,tests,*.py,version.txt,refresh.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} %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 README.txt HISTORY.txt %{_datadir}/%{name}