From: ciesiel Date: Fri, 28 May 2004 19:06:24 +0000 (+0000) Subject: - initial release X-Git-Tag: auto/ac/Zope-FileSystemSite-1_3-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2FZope-FileSystemSite.git;a=commitdiff_plain;h=8ad22b7a16ff0984448bba46b9f6cef3c30f8799 - initial release Changed files: Zope-FileSystemSite.spec -> 1.1 --- 8ad22b7a16ff0984448bba46b9f6cef3c30f8799 diff --git a/Zope-FileSystemSite.spec b/Zope-FileSystemSite.spec new file mode 100644 index 0000000..05bf796 --- /dev/null +++ b/Zope-FileSystemSite.spec @@ -0,0 +1,63 @@ +%include /usr/lib/rpm/macros.python +%define zope_subname FileSystemSite +Summary: Repackaging of the CMF's FileSystem Directory Views +Summary(pl): Produkt zmieniaj±cy organizacje wy¶wietlania katalogów w CMF +Name: Zope-%{zope_subname} +Version: 1.3 +Release: 1 +License: ZPL 2.0 +Group: Development/Tools +Source0: http://zope.org/Members/philikon/%{zope_subname}/%{version}/%{zope_subname}-%{version}.tgz +# Source0-md5: 00b258f829c018bb883ca19d4ab193ef +URL: http://zope.org/Members/philikon/FileSystemSite/ +%pyrequires_eq python-modules +Requires: Zope >= 2.7 +Requires: Zope-CMF >= 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 +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} +if [ -f /var/lock/subsys/zope ]; then + /etc/rc.d/init.d/zope restart >&2 +fi + +%postun +if [ "$1" = "0" ]; then + /usr/sbin/installzopeproduct -d %{zope_subname} + if [ -f /var/lock/subsys/zope ]; then + /etc/rc.d/init.d/zope restart >&2 + fi +fi + +%files +%defattr(644,root,root,755) +%doc README.txt +%{_datadir}/%{name}