From: kloczek Date: Fri, 18 Apr 2003 06:16:02 +0000 (+0000) Subject: - removed gzipping %doc in %install. X-Git-Tag: auto/ac/Zope-2_7_0-3_b2_1~50 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=b9f14aab69f76de514a505c2818a80ff8856d168;p=packages%2FZope.git - removed gzipping %doc in %install. VS: ---------------------------------------------------------------------- Changed files: Zope.spec -> 1.15 --- diff --git a/Zope.spec b/Zope.spec index 4507335..a64f5ee 100644 --- a/Zope.spec +++ b/Zope.spec @@ -21,6 +21,7 @@ Source9: http://www.zope.org/Documentation/Books/ZopeBook/current/ZopeBook.tgz Source7: %{name}.init Source8: %{name}-zserver.sh URL: http://www.zope.org/ +BuildRequires: python-devel >= 2.2 PreReq: rc-scripts Requires(pre): /usr/bin/getgid Requires(pre): /bin/id @@ -31,7 +32,6 @@ Requires(postun): /usr/sbin/userdel Requires(postun): /usr/sbin/groupdel Requires: python >= 2.2 Requires: python-modules >= 2.2 -BuildRequires: python-devel >= 2.2 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define python_prefix %(echo `python -c "import sys; print sys.prefix"`) @@ -114,8 +114,6 @@ touch $RPM_BUILD_ROOT/var/log/zope python $RPM_BUILD_ROOT%{_bindir}/zpasswd -u zope -p zope -d localhost $RPM_BUILD_ROOT/var/lib/zope/access -gzip -9nf doc/*.txt *.txt - %clean rm -rf $RPM_BUILD_ROOT @@ -157,10 +155,10 @@ fi %files %defattr(644,root,root,755) +%doc doc/*.txt *.txt ZopeContentManagersGuide GuideToZSQL Tutorial ZopeDevelopersGuide ZopeAdminGuide ZopeBook %attr(755,root,root) /etc/rc.d/init.d/zope %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %{_sbindir}/* %{_libdir}/zope %attr(1771,root,zope) %dir /var/lib/zope %attr(660,root,zope) %config(noreplace) %verify(not md5 size mtime) /var/lib/zope/* -%doc *.gz doc/*.gz ZopeContentManagersGuide GuideToZSQL Tutorial ZopeDevelopersGuide ZopeAdminGuide ZopeBook